Skip to content
Snippets Groups Projects
Commit a59148d1 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-02-26 12:46:45 by simonm]

Fix stable pointer bug:

   - the 'keep' flag is now a pointer to the stable name object.

   - makeStableName always returns an existing stable name object
     if one exists.

   - re-use stable name table entries iff the stable name object
     becomes unreachable (takes into account generational GC now),
     and the reference count is 0.
parent 284ed5fb
No related merge requests found
Loading
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