Releases: sisshiki1969/ruruby
Releases · sisshiki1969/ruruby
v0.4.2
v0.4.1
- Improve performance.
- Bug fix.
v0.4.0
Change the structure of execution stack and context radically.
- Local variables and information necessary for execution are now placed on the execution stack.
- The execution stack is handled by a raw pointer, not by index.
- Instruction sequence is also scanned by a raw pointer.
v0.3.1
Bug fixes.
- Fix problem that Bignum objects created from number literals are incorrectly freed by GC.
- Fix bug about a parsing priority of unary minus and exponential expressions.
v0.3.0
Bump version.