[ann] Minimal Python project

Paul Rubin phr-n2002b at NOSPAMnightsong.com
Sun Jan 12 14:23:23 EST 2003


Peter Hansen <peter at engcorp.com> writes:
> > 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.
> 
> Thanks, I had never heard of such a thing.

That's called "profile directed optimization" and if you type that
phrase into google you should be able to find lots of info.




More information about the Python-list mailing list