Closed
Bug 1802496
Opened 2 years ago
Closed 2 years ago
Inline the Number constructor when called with a string
Categories
(Core :: JavaScript Engine: JIT, enhancement, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Number
is called with strings in JetStream's "FlightPlanner" sub-benchmark. Supporting this case saves 80'000 VM calls.
Assignee | ||
Comment 1•2 years ago
|
||
JetStream's "FlightPlanner" sub-benchmark hits this case 80'000 times.
Depends on D163092
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/04273bd51131
Inline the Number constructor when called with a string. r=jandem
Comment 3•2 years ago
|
||
Backed out 12 changesets (Bug 1802497, Bug 815255, Bug 1802496, Bug 1802495) for causing build bustage in ReciprocalMulConstants.cpp CLOSED TREE
Log: https://treeherder.mozilla.org/logviewer?job_id=398027201&repo=autoland&lineNumber=9040
Backout: https://hg.mozilla.org/integration/autoland/rev/878800f6a93271d6bf467be334c30932b7d1df04
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/0ec972fc8ce0
Inline the Number constructor when called with a string. r=jandem
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P1
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•