Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
user avatar
dtc authored
* Support for moving code objects on the x86 port. Needed by the GENCGC
version which places code objects in the dynamic space which are moved
to the read-only space by purify.

* Scavenger hook support; available with GENCGC.

* Conditional support for scavenging the read-only space when the
*scavenge-read-only-space* static symbol is defined. This is currently
used with the x86 GENCGC version so that new-genesis can place code
objects in the read-only space.

* Hooks to GENCGC.
31d977b5
History
Name Last commit Last update