Hrvoje Niksic <hniksic(a)srce.hr> writes:
optimize_compiled_function() is supposed to be lazy. Doing all that
works (and allocating all that data) for a bunch of functions that
might not get called could be perceived as wasteful.
The CPU work is irrelevant. This is dumping time. Anyway, if the
function doesn't get used often, why are dumping it?
Jan