In #39 we implemented a naïve version of function call translation that is sub-optimal due to the need for additional bookkeeping. This task deals with determining if and how we want to customize our function call semantics to yield better performance.
Description
In #39 we implemented a naïve version of function call translation that is sub-optimal due to the need for additional bookkeeping. This task deals with determining if and how we want to customize our function call semantics to yield better performance.