[issue29243] --enable-optimizations makes common build commands always need to compile from scratch

Brett Cannon report at bugs.python.org
Wed Jan 11 13:42:00 EST 2017


Brett Cannon added the comment:

Since optimizations uses PGO which should do a fresh run, that's why there's the clearing of the state.

I'm personally not bothered by it as you really should only being doing an optimized build once when you do the first install and then you're done. But if or anyone else can come up with a way to not clear out the results while not accidentally using stale PGO-collected stats or builds then I don't see why we can't speed it up.

----------
nosy: +brett.cannon
type:  -> enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29243>
_______________________________________


More information about the Python-bugs-list mailing list