Answer from cs61c-bx (Tuan Ha 16989532) for Question 2 We should eliminate the steps to setting up the stack frame because in non recursive languages, the stack frame can be static since there is only one procedure call at a time. The error we often see in scheme is segmentation fault in which the base cases are not correctly identified.