Code Generation & Parameter Passing
user.it.uu.se › ~kostis › TeachingCompiler Design I (2011) 34 Implementing Parameter Passing Call-by-value (easy, no special compiler effort) The arguments are evaluated at the time of the call and the value parameters are copied and either • behave as constant valuesduring the execution of the procedure (i.e., cannot be assigned to as in Ada), or