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

Note on gencgc for Solaris

parent 7852a8b0
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ New in this release: ...@@ -70,7 +70,7 @@ New in this release:
index. index.
- 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.
* 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.
...@@ -186,6 +186,9 @@ New in this release: ...@@ -186,6 +186,9 @@ New in this release:
Default is to stack-allocate if speed >= safety. Be warned Default is to stack-allocate if speed >= safety. Be warned
that all bets are off if a stack-allocated object or parts of that all bets are off if a stack-allocated object or parts of
it escape; CMUCL might crash or format your hard disk. it escape; CMUCL might crash or format your hard disk.
- Generation GC (gencgc) available for Sparc/Solaris on an
experimental basis. Despite the name and feature, it is not
conservative.
* Numerous improvements to the PCL implementation of CLOS: * Numerous improvements to the PCL implementation of CLOS:
- Gerd's PCL has been added, which fixes numerous bugs and ANSI/ - Gerd's PCL has been added, which fixes numerous bugs and ANSI/
......
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