Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    2ed9b3a6
    Mucho changes to local call argument passing to improve efficiency: · 2ed9b3a6
    ram authored
    Now the caller directly assigns the actual callee variables, rather
    than using passing locations.  If necessary, temps are introduced
    in the caller to preserve parallel assignment.
    Full call stuff changed somewhat, since we still have wired passing
    locations there.
    Also, the %CALLER-FRAME-AND-PC funny function was added for debugger
    support.
    2ed9b3a6
    History
    Mucho changes to local call argument passing to improve efficiency:
    ram authored
    Now the caller directly assigns the actual callee variables, rather
    than using passing locations.  If necessary, temps are introduced
    in the caller to preserve parallel assignment.
    Full call stuff changed somewhat, since we still have wired passing
    locations there.
    Also, the %CALLER-FRAME-AND-PC funny function was added for debugger
    support.