mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 22:59:16 +02:00
Issue #200
This commit is contained in:
parent
a68f537b49
commit
42e24f2bc2
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ Features
|
||||||
|
|
||||||
- Compiled code now directly accesses boxed mutable variables instead of using a wrapper function.
|
- Compiled code now directly accesses boxed mutable variables instead of using a wrapper function.
|
||||||
|
|
||||||
|
- Added command line options to `icyc` for evaluating an S-expression from the command line and for running as a script without the Cyclone banner text.
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
- Prevent potential memory corruption when working with large vectors that cannot be allocated on the stack.
|
- Prevent potential memory corruption when working with large vectors that cannot be allocated on the stack.
|
||||||
|
|
Loading…
Add table
Reference in a new issue