Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    83febcda
    Add support for saving the offsets of fixups in native code. This · 83febcda
    dtc authored
    allows purify and the garbage collector (currently only GENCGC) to
    move the code objects so they can be placed in the dynamic space and
    garbage collected.
    
    Remove the make-complex-{single,double}-float functions which are no
    longer used.
    
    Defvar for *scavenge-read-only-space*.
    83febcda
    History
    Add support for saving the offsets of fixups in native code. This
    dtc authored
    allows purify and the garbage collector (currently only GENCGC) to
    move the code objects so they can be placed in the dynamic space and
    garbage collected.
    
    Remove the make-complex-{single,double}-float functions which are no
    longer used.
    
    Defvar for *scavenge-read-only-space*.