mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
391 B
391 B
layout | title | excerpt |
---|---|---|
post | Released Cyclone Scheme 0.9.6 | This release contains bug fixes for the most recent set of compiler optimizations. |
Bug Fixes
- Cleaned up generated code to ensure calls to primitives from functions that are combined are not executed out of order.
- Fixed the
return_copy
macro in the runtime to handle being passed an expression instead of an object.