[MLton] [MLton-commit] r4217

Stephen Weeks sweeks@sweeks.com
Mon, 14 Nov 2005 15:58:23 -0800


> 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.