Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    bc6d4dce
    Use a constant push not a stack relative EA when pushing the return · bc6d4dce
    dtc authored
    address for the x86-lra case in define-full-call - read somewhere it
    was faster. Old version left in source.
    
    Removed bogus uses of two "inc ret" instead of "add ret 2" which uses
    only 3 bytes not 5 or 6 as suggested in the source.
    
    Slight style cleanups. Remove some dead code.
    bc6d4dce
    History
    Use a constant push not a stack relative EA when pushing the return
    dtc authored
    address for the x86-lra case in define-full-call - read somewhere it
    was faster. Old version left in source.
    
    Removed bogus uses of two "inc ret" instead of "add ret 2" which uses
    only 3 bytes not 5 or 6 as suggested in the source.
    
    Slight style cleanups. Remove some dead code.