Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
4dbd847a
by Raymond Toy at 2019-05-28T15:57:13Z
1 changed file:
Changes:
... | ... | @@ -17,8 +17,10 @@ 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).
|
|
20 | 22 |
* Feature enhancements
|
21 |
- * Update to ASDF 3.3.2
|
|
23 |
+ * Update to ASDF 3.3.3
|
|
22 | 24 |
* Changes
|
23 | 25 |
* x86 and sparc have replaced the MT19937 RNG with xoroshiro128+ RNG.
|
24 | 26 |
* 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 | 44 |
* ~~#62~~ Segfault when compiling `ARRAY-DISPLACEMENT` on a string constant
|
43 | 45 |
* ~~#69~~ GC assertions compiled in and allow user to enable them.
|
44 | 46 |
* ~~#71~~ More info for `MACHINE-TYPE` and `MACHINE-VERSION` for x86
|
47 |
+ * #73 Update clx from upstream clx
|
|
45 | 48 |
* Other changes:
|
46 | 49 |
* Improvements to the PCL implementation of CLOS:
|
47 | 50 |
* Changes to building procedure:
|