Skip to content
Snippets Groups Projects
Commit 54d91f70 authored by rtoy's avatar rtoy
Browse files

Update from logs.

parent c3b3da1f
No related branches found
No related tags found
No related merge requests found
...@@ -201,7 +201,19 @@ New in this release: ...@@ -201,7 +201,19 @@ New in this release:
arguments has been improved for x86 and ppc. Sparc already arguments has been improved for x86 and ppc. Sparc already
had accurate versions. Thus, (cos 1d120) is had accurate versions. Thus, (cos 1d120) is
-0.8278608682708728d0. -0.8278608682708728d0.
- ROOM works a bit better with GENCGC's allocation because
unallocated pages ended up looking like pages of conses.
- DESCRIBE will indicate if a hash-table is a weak (key)
hash-table or not.
- When an entry is freed in a weak hash-table, the entry is
actually marked as free now. Previously, MAPHASH and
WITH-HASH-TABLE-ITERATOR would still display (potentially
incorrect) entry for it.
- Some issues with GC of weak pointers and weak hash-tables have
been fixed. (CMUCL would sometimes crash to ldb about weird,
invalid objects.) There are, however, still issues with weak
pointers.
* Other changes: * Other changes:
- CMUCL catches more cases where it cannot print a pathname - CMUCL catches more cases where it cannot print a pathname
......
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