Releases: ErnestThePoet/ir-virtual-machine
Releases · ErnestThePoet/ir-virtual-machine
v3.6.2
v3.6.1
- Logic adjustments:
- Max step count:
5M
- Max memory size:
32MB
- Default stack memory size:
1MB
- Default total memory size:
2MB
- Max step count:
- UI adjustments:
- Console line height is 18px
- Add Netlify mirror
- Fixes:
- Fix mobile empty holder hint
v3.6.0
- Function/label addresses are stored in decoded instructions, no need to look up in tables at runtime
- Check duplicate/missing label/function ID during static check
v3.5.3
Fix: allow $
in ID
v3.5.2
-
UI adjustments
- Add variable ID to variable not found error messages
- Add variable ID and last declared line number to duplicate declaration error messages
- Add pagination size changer to pagination of local variable tables
-
Performance patches
- Use bulk actions to replace multiple dispatches
-
Fixes
- Fix
Vm.peakMemoryUsage
read-only properties issue
- Fix
v3.5.1
- Fix: correctly handle closing VM when VM is waiting for input
v3.5.0
- BOOST PERFORMANCE, up to
31.6M instructions/sec
v3.4.1
- Memorize
VariableTable
- Click console empty area will focus input
- Demo: fix El Gamal decryption description
v3.4.0
- Improve UI performance
- Fix missing ESLint dependency
- Demos:
- Fix
inverse_mod
implementation - Add modular multiplicative inverse demo
- Add El Gamal encryption demos
- Fix