Procedure Calls
Procedure Call Gap
jal, jr -> function invocation, arguments, return value
recursion (local name space)
Stack is good data structure for this
Save/restore values
Calling conventions
callee, caller saved regs
Previous slide
Next slide
Back to first slide
View graphic version