Forked from
cmucl / cmucl
Source project has a limited visibility.
-
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.
ram authoredNow 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.