gh-111786: Use separate opcode vars for Tier 1 and Tier 2#112289
Conversation
00a506a to
27a5654
Compare
November 20, 2023 20:24
This makes Windows about 3% faster on pyperformance benchmarks.
27a5654 to
f362f9a
Compare
November 20, 2023 20:26
gvanrossum
left a comment
There was a problem hiding this comment.
Nice, looks very straightforward.
Though based on our offline conversation, did you find out whether Windows PGO uses -E?
Sorry, something went wrong.
I don't know, but I think that's orthogonal to this. Currently on the benchmarking infrastructure, we only pass the |
Sorry, something went wrong.
Ah, sorry. Should I merge this then?
1% faster than without Tier 2, or 1% faster than main? |
Sorry, something went wrong.
Yeah, I think that's fine.
When you turn Tier 2 on during build (PGO collection), it's 1% faster than if you don't. (Using Tier 2 at runtime in both cases). |
Sorry, something went wrong.
That's great news! |
Sorry, something went wrong.
…on#112289) This makes Windows about 3% faster on pyperformance benchmarks.
…on#112289) This makes Windows about 3% faster on pyperformance benchmarks.
Suggested by @neonene: #111786 (comment)
This makes Windows about 3% faster on pyperformance benchmarks. See analysis here