[ann] Minimal Python project

Mike Meyer mwm at mired.org
Sun Jan 12 01:35:05 EST 2003


Peter Hansen <peter at engcorp.com> writes:

> The C compiler has no knowledge of the conditions that will exist
> when the code runs.  Even if it did, its job is already done, while
> the HotSpot compiler can run again, and again, tuning the
> application as conditions change.

That's not strictly true. I've dealt with compilers that could examine
the results of profiled runs of the code being compiled, and use that
information in optimizing the resulting code. You could even rerun the
profiled version on new data and recompile the code.

        <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.




More information about the Python-list mailing list