~ chicken-core (chicken-5) baa2d855bde7ba236d1a86e69c99ff31e828cbad
commit baa2d855bde7ba236d1a86e69c99ff31e828cbad
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Fri Oct 27 21:24:31 2017 +0200
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Fri Oct 27 21:37:59 2017 +0200
Add deterministic compilation to NEWS file
diff --git a/NEWS b/NEWS
index c14fea47..a3741145 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,9 @@
- Fixed an off by one allocation problem in generated C code for (list ...).
- The "-scrutinize" compiler option has been removed.
- The "-module" compiler option (aliased as "-m") now expects a module name.
+ - The generated C output of the compiler is now deterministic: it
+ will be bit-for-bit identical when compiling the same Scheme file
+ with the same version of the compiler.
- Tools
- The new "-link" option to csc allows linking with objects from extensions.
Trap