Split-TU: extract JitPowIntegerEmitExponents80to91 for exponents 80–91 (#36387) - #37655
Merged
Merged
Conversation
PurHur
force-pushed
the
agent/issue-36387-jitpow-exponents-80-91
branch
from
September 9, 2026 17:08
76864b8 to
0cd8b3d
Compare
3 tasks
Owner
Author
Owner
Author
|
Rebased onto tip after #37649/#37651/#37653/#37654 (50–69 + 70–79 extracts + **92). Re-verified on
Merging this run. |
#36387) Move eightieth…ninetyfirst chained-smul emit out of JitPowIntegerEmitHigh so gen-0 spine gains another TU (33k→3k + 30k); High retains ninetysecond. Hub dispatches Exponents80to91 before High. Spine 8591→8592. php-src: Zend/zend_operators.c pow_function/zend_pow; ext/standard/math.c PHP_FUNCTION(pow). Co-authored-by: Cursor <cursoragent@cursor.com>
PurHur
force-pushed
the
agent/issue-36387-jitpow-exponents-80-91
branch
from
September 9, 2026 17:22
0cd8b3d to
0196f46
Compare
Owner
Author
|
Merged as Verified this run after rebase onto #37656 (**93):
|
2 tasks
Owner
Author
Re-verify after master merge (conflict resolve)Resolved Gates
Merging now. |
This was referenced Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
JitPowIntegerEmitExponents80to91— move eightieth…ninetyfirst chained-smul emit (~30k lines) out ofJitPowIntegerEmitHigh.Zend/zend_operators.cpow_function/zend_pow/mul_function;ext/standard/math.cPHP_FUNCTION(pow).Test plan
php -lon hub/High/Exponents80to91php script/check-size-budgets.php→ OK (152 entries)./script/spine-sync.sh --no-link→ spine/inventory 8592/8592make dev-verify-fast→ OK (~62s; aot-smoke 9/9; VM tier-0 15/15)make north-star5-verify-fast→ OK (spine 8592/8592)2**80,pow(2,91),2**92,pow(2,93)match Zendscript/differential-sweep.sh --aot --repeat 3not re-run this pass (pure TU move; prior tip had pow_80..91 3/3)Part of #36387.
Made with Cursor