Skip to content

Address #89: Really remove *scavenge-read-only-space*

Raymond Toy requested to merge issue-89-really-remove-scavenge-read-only into master

The previous changes didn't actually completely remove *scavenge-read-only-space*. We removed it from the static space, but it's also defined in code/x86-vm.lisp so we need to remove it from there as well.

And we forgot to commit the boot file, so we're doing that now.

Merge request reports