From f130258381b1afa7f9ca58e52a095b318c30e879 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 30 Jan 2020 10:08:57 -0500 Subject: [PATCH] WIP --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bab0374..3561bf61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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