Skip to content
Snippets Groups Projects
Commit 4dbd847a authored by Raymond Toy's avatar Raymond Toy
Browse files

Update notes

 * Update to ASDF 3.3.3
 * Note that gcc -O1 can build cmucl now for gcc 8.1.1 and later.
 * Added x86_linux_clang to build cmucl with clang on linux
parent 76fd7aef
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,10 @@ public domain. ...@@ -17,8 +17,10 @@ public domain.
## New in this release: ## New in this release:
* Known issues: * Known issues:
* Building with gcc8 or later doesn't work with the default -O option. Use -O1 instead. This shouldn't really impact overall speed much.
* Added simple support to compile with clang instead, which works. (Use x86_linux_clang).
* Feature enhancements * Feature enhancements
* Update to ASDF 3.3.2 * Update to ASDF 3.3.3
* Changes * Changes
* x86 and sparc have replaced the MT19937 RNG with xoroshiro128+ RNG. * x86 and sparc have replaced the MT19937 RNG with xoroshiro128+ RNG.
* The required state for this generator is just 4 32-bit words instead of the 600+ for MT19937. * The required state for this generator is just 4 32-bit words instead of the 600+ for MT19937.
...@@ -42,6 +44,7 @@ public domain. ...@@ -42,6 +44,7 @@ public domain.
* ~~#62~~ Segfault when compiling `ARRAY-DISPLACEMENT` on a string constant * ~~#62~~ Segfault when compiling `ARRAY-DISPLACEMENT` on a string constant
* ~~#69~~ GC assertions compiled in and allow user to enable them. * ~~#69~~ GC assertions compiled in and allow user to enable them.
* ~~#71~~ More info for `MACHINE-TYPE` and `MACHINE-VERSION` for x86 * ~~#71~~ More info for `MACHINE-TYPE` and `MACHINE-VERSION` for x86
* #73 Update clx from upstream clx
* Other changes: * Other changes:
* Improvements to the PCL implementation of CLOS: * Improvements to the PCL implementation of CLOS:
* Changes to building procedure: * Changes to building procedure:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment