mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Issue #395 - Add a note on our recent bug fix
This commit is contained in:
parent
7f4f67f612
commit
e31a8b5766
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ Features
|
|||
|
||||
Bug Fixes
|
||||
|
||||
- Avoid unnecessary renaming of identifiers when the interpreter performs macro expansion.
|
||||
- When allocating a large vector we now guarantee all vector elements are initialized before the major collector can trace those elements. This avoids the potential for a race condition which could lead to a segmentation fault.
|
||||
- Ensure atomic objects are properly traced by the major garbage collector.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue