Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
1 changed file:
Changes:
... | ... | @@ -17,10 +17,8 @@ public domain. |
17 | 17 |
|
18 | 18 |
## New in this release:
|
19 | 19 |
* Known issues:
|
20 |
- * Building with gcc8 or later doesn't work with the default -O option. Use -O1 instead. This shouldn't really impact overall speed much.
|
|
21 |
- * Added simple support to compile with clang instead, which works. (Use x86_linux_clang).
|
|
22 | 20 |
* Feature enhancements
|
23 |
- * Update to ASDF 3.3.3
|
|
21 |
+ * Update to ASDF 3.3.2
|
|
24 | 22 |
* Changes
|
25 | 23 |
* x86 and sparc have replaced the MT19937 RNG with xoroshiro128+ RNG.
|
26 | 24 |
* The required state for this generator is just 4 32-bit words instead of the 600+ for MT19937.
|
... | ... | @@ -44,7 +42,6 @@ public domain. |
44 | 42 |
* ~~#62~~ Segfault when compiling `ARRAY-DISPLACEMENT` on a string constant
|
45 | 43 |
* ~~#69~~ GC assertions compiled in and allow user to enable them.
|
46 | 44 |
* ~~#71~~ More info for `MACHINE-TYPE` and `MACHINE-VERSION` for x86
|
47 |
- * ~~#73~~ Update clx from upstream clx
|
|
48 | 45 |
* Other changes:
|
49 | 46 |
* Improvements to the PCL implementation of CLOS:
|
50 | 47 |
* Changes to building procedure:
|