Skip to content
Snippets Groups Projects
Commit cfc64c87 authored by toy's avatar toy
Browse files

Note heap overflow checking.

parent 13f08390
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,13 @@ New in this release: ...@@ -71,7 +71,13 @@ New in this release:
- Lisp binary will also look at the PATH envvar to find out it's - Lisp binary will also look at the PATH envvar to find out it's
own location which is used to find other needed files. own location which is used to find other needed files.
- Byte-compiled code being executed ca. 1/3 faster. - Byte-compiled code being executed ca. 1/3 faster.
- Heap overflow checking for x86 and solaris with gencgc. When
the heap is close to overflowing, a heap-overflow condition is
signaled. If an overflow happens again while debugging the
condition, the user is returned to top-level without warning.
Use lisp::*reserved-heap-pages* to set the number of pages to
reserve.
* Numerous ANSI compliance fixes: * Numerous ANSI compliance fixes:
- Many bugs in CMUCL's type system detected by Paul Dietz' - Many bugs in CMUCL's type system detected by Paul Dietz'
ANSI test suite have been fixed. ANSI test suite have been fixed.
......
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