mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Clean up
This commit is contained in:
parent
6631069513
commit
ec1fee0764
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ excerpt: This release fixes a number of critical bugs.
|
||||||
|
|
||||||
#### Compiler
|
#### Compiler
|
||||||
|
|
||||||
- Properly handle vectors literals at the top level of compiled code. Previously this could lead to segmentation faults (!!) at runtime.
|
- Properly handle vectors literals at the top level of compiled code. Previously this could lead to segmentation faults at runtime.
|
||||||
- Fixed an off-by-one error unpacking arguments when calling a primitive as the continuation after a garbage collection.
|
- Fixed an off-by-one error unpacking arguments when calling a primitive as the continuation after a garbage collection.
|
||||||
|
|
||||||
#### Base Library
|
#### Base Library
|
||||||
|
|
Loading…
Add table
Reference in a new issue