From ec4135ee2ad87a95695e880a09d5991ff28fffdf Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 9 Dec 2018 17:08:18 -0500 Subject: [PATCH] New release --- _posts/2018-12-09-Released-Cyclone-Scheme-0.9.6.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _posts/2018-12-09-Released-Cyclone-Scheme-0.9.6.md diff --git a/_posts/2018-12-09-Released-Cyclone-Scheme-0.9.6.md b/_posts/2018-12-09-Released-Cyclone-Scheme-0.9.6.md new file mode 100644 index 00000000..be655440 --- /dev/null +++ b/_posts/2018-12-09-Released-Cyclone-Scheme-0.9.6.md @@ -0,0 +1,11 @@ +--- +layout: post +title: Released Cyclone Scheme 0.9.6 +excerpt: 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. +