mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Issue #268 - Added a note to the changelog
This commit is contained in:
parent
00a7c2e372
commit
556146ae8f
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ Features
|
|||
cyclone> (expand '(when #t (+ 1 2 3)))
|
||||
(if #t ((lambda () (+ 1 2 3))) )
|
||||
|
||||
- During compilation the compiler will now call itself as a subprocess to perform Scheme-to-C compilation. This allows Cyclone to free all of those resources before calling the C compiler to generate a binary, resulting in more efficient compilation.
|
||||
|
||||
## 0.32.0 - August 16, 2021
|
||||
|
||||
Features
|
||||
|
|
Loading…
Add table
Reference in a new issue