Answer from cs61c-ax (Amanda Alfonso 15906918) for Question 2 If we decided to create a new programming language that forbade recursion, we could eliminate the step of allocating frames on a stack. Since only one invocation of a procedure can be active at a time in a non-recursive language, all frames may be statically allocated.