Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • wlott's avatar
    53565f66
    Added new storage class: Interior Pointers. · 53565f66
    wlott authored
    Fixed range of immediates to account for fixnums needing two tag bits.
    
    Added FLAGS and ALLOC registers.
    
    Moved global state registers (csp, bsp, null, cont, code) into the saved
    regs, so that call-out to C can be quicker.
    
    Changed the name of register offset constants to match the name of the
    registers.
    
    Added list of register argument names.
    53565f66
    History
    Added new storage class: Interior Pointers.
    wlott authored
    Fixed range of immediates to account for fixnums needing two tag bits.
    
    Added FLAGS and ALLOC registers.
    
    Moved global state registers (csp, bsp, null, cont, code) into the saved
    regs, so that call-out to C can be quicker.
    
    Changed the name of register offset constants to match the name of the
    registers.
    
    Added list of register argument names.