> gcState (as a symbol) is available both in the Basis Library > implementation and in the backend. So, eliminate silly wrapper > functions that do nothing by pass the gcState address. There is one benefit of such wrapper functions: calling them takes less code space. Not that I think eliminating them is a big deal.