Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
Olivier Galibert <galibert(a)pobox.com> writes:
> 'f' is called. optimize_compiled_function munches the string and
> replaces it with a (newly allocated) opaque.
Then this is wrong. We must strive for readonlyness. Is there any
reason we cannot call optimize_compiled_function on all functions
just before dumping?
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.
Martin could probably offer a more coherent comment on that.