Skip to content

Perf: typed int **102 / pow(n,102) chained smul omit llvm.pow.f64 (#36386) - #37698

Closed
PurHur wants to merge 1 commit into
masterfrom
agent/issue-36386-pow-hundredsecond
Closed

Perf: typed int **102 / pow(n,102) chained smul omit llvm.pow.f64 (#36386)#37698
PurHur wants to merge 1 commit into
masterfrom
agent/issue-36386-pow-hundredsecond

Conversation

@PurHur

@PurHur PurHur commented Sep 9, 2026

Copy link
Copy Markdown
Owner

Summary

Part of #36386.

Test plan

  • ./script/phpunit.sh --filter 'NoThrowPowHundredsecondMulAotTest|NoThrowPowHundredfirstMulAotTest|NoThrowPowHundredthMulAotTest'OK (12 tests, 69 assertions)
  • ./script/aot-smoke.sh9/9
  • php script/check-size-budgets.php → OK (156)
  • php script/opcode-corpus-md5.php --check → OK (364 files)
  • make north-star5-verify-fastOK (spine 8596/8596)
  • script/differential-sweep.sh --aot --repeat 3pow_hundredsecond_smul_36386.php 3/3; remaining post-cutoff shard 49/49 ok (exit 0). First-pass log also showed 7 pre-existing DIFF names unrelated to this change (same class as master noise; not introduced here).

Made with Cursor

…6386)

Lower compile-time exponent 102 via (hundredfirst×n) chained
smul.with.overflow in JitPowIntegerEmitHigh — omit llvm.pow.f64.
Even: (-1)**102 === 1.

Co-authored-by: Cursor <cursoragent@cursor.com>
@PurHur

PurHur commented Sep 9, 2026

Copy link
Copy Markdown
Owner Author

Superseded: master already has **102 via #37688 (and **103–**105 via #37691/#37693/#37697). Closing; continuing with **106.

@PurHur PurHur closed this Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant