Conversation
…0–103 (#36386) Move hundredth…hundredthird chained-smul emit out of High so gen-0 spine gains another TU (High 21.9k→7.7k keeps hundredfourth/hundredfifth). Hub dispatches 100–103 before High. Spine 8596→8597. php-src: Zend/zend_operators.c pow_function/zend_pow; ext/standard/math.c PHP_FUNCTION(pow). Co-authored-by: Cursor <cursoragent@cursor.com>
Owner
Author
3 tasks
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
#36386 % 3 == 2is lane C; peer landed **104/**105 while this run extracted 100–103.JitPowIntegerEmitExponents100to103(hundredth…hundredthird) fromJitPowIntegerEmitHighso High stays under the size target after **104/**105 (High 21.9k→7.7k + 14.2k TU). Hub dispatches 100–103 before High. Spine 8596→8597.Zend/zend_operators.cpow_function/zend_pow/mul_function;ext/standard/math.cPHP_FUNCTION(pow).Part of #36386.
Test plan
./script/phpunit.sh --filter 'NoThrowPowHundred(th|first|second|third|fourth|fifth)MulAotTest|BootstrapSelfhostBundleTest'→ 28/28 (679 assertions)./script/aot-smoke.sh→ 9/9; size gate OKphp script/check-size-budgets.php→ OK (157)php script/bootstrap-spine-count.php→ 8597/8597; spine coverage + sidecar stamp OK./script/check-generated-docs.sh→ OKmake north-star5-verify-fast→ OKMade with Cursor