Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    7b60cd6a
    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
    History
    Replace the allocation macros with a function, and pass the VOP
    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.