mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
WIP
This commit is contained in:
parent
1b2248b3d0
commit
f130258381
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ END NOTES
|
|||
|
||||
Cyclone will now automatically relocate any such stack objects to prevent threading issues where an application thread can access an object on another thread's local stack. This prevent a whole range of possible race conditions that had previously been possible in application code.
|
||||
|
||||
Other Features
|
||||
|
||||
- Added `CYC_HIGH_RES_TIMERS` to the runtime code to allow logging of timer information for the GC. Note this can be passed to the C compiler via the `-D` option.
|
||||
|
||||
## 0.12 - January 17, 2020
|
||||
|
||||
Features
|
||||
|
|
Loading…
Add table
Reference in a new issue