Mucho changes to local call argument passing to improve efficiency:
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.
Loading
Please register or sign in to comment