Skip to content
Snippets Groups Projects
  1. Nov 21, 1997
  2. Nov 19, 1997
  3. Nov 18, 1997
  4. Nov 17, 1997
  5. Nov 16, 1997
  6. Nov 15, 1997
  7. Nov 11, 1997
  8. Nov 08, 1997
    • dtc's avatar
      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
    • dtc's avatar
      * Support for the complex-float array types. · 31d977b5
      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
    • dtc's avatar
      GENCGC support. · 27ece61a
      dtc authored
      27ece61a
    • dtc's avatar
      bc392187
  9. Nov 07, 1997
  10. Nov 05, 1997
    • dtc's avatar
      Replace the allocation macros with a function, and pass the VOP · 7b60cd6a
      dtc authored
      node-var as an optional argument so the allocation function can make
      policy decisions (to inline with GENCGC).
      
      Remove the make-complex-{single,double}-float functions, and just
      define the VOPs as translations of the complex function.
      
      Fix a few bugs in the complex-float move VOPs.
      7b60cd6a
  11. Nov 04, 1997
Loading