Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
b6faace8
by Raymond Toy at 2018-10-12T18:20:56Z
1 changed file:
Changes:
... | ... | @@ -26,6 +26,7 @@ public domain. |
26 | 26 |
* The generator is also faster than MT19937 (approximately 28% faster on x86 and 18% on sparc).
|
27 | 27 |
* The new function `KERNEL:RANDOM-STATE-JUMP` modifies the given state to jump 2^64 samples ahead, allowing 2^64 non-overlapping sequences.
|
28 | 28 |
* Updated CLX to telent clx version 06e39a0d.
|
29 |
+ * New functions `SET-GC-ASSERTIONS` and `GET-GC-ASSERTIONS`. See the docstrings for more information and also ~~#69~~.
|
|
29 | 30 |
* ANSI compliance fixes:
|
30 | 31 |
* Bug fixes:
|
31 | 32 |
* Gitlab tickets:
|