Closed
Bug 1663260
Opened 5 years ago
Closed 5 years ago
Support Number toString and String toString/valueOf in CacheIR
Categories
(Core :: JavaScript Engine: JIT, enhancement)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
82 Branch
| Tracking | Status | |
|---|---|---|
| firefox82 | --- | fixed |
People
(Reporter: evilpies, Assigned: evilpies)
Details
Attachments
(3 files)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → evilpies
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D89307
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/2c9b6db1868b
Support primitive String toString and valueOf in CacheIR. r=anba
https://hg.mozilla.org/integration/autoland/rev/f6329f10fe5c
Support primitive Number toString in CacheIR. r=anba
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/2c9b6db1868b
https://hg.mozilla.org/mozilla-central/rev/f6329f10fe5c
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
Comment 5•5 years ago
|
||
Hi Tom, I've missed one small issue in the review for https://phabricator.services.mozilla.com/D89308. num_toString wasn't changed to JS_INLINABLE_FN, so the new inlining path is never used. :-)
Flags: needinfo?(evilpies)
| Assignee | ||
Updated•5 years ago
|
Status: RESOLVED → REOPENED
Flags: needinfo?(evilpies)
Resolution: FIXED → ---
Updated•5 years ago
|
| Assignee | ||
Comment 6•5 years ago
|
||
I also added a test that I forgot to commit last time.
| Assignee | ||
Comment 7•5 years ago
|
||
Good catch André. I also never added the test file apparently.
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/81591091e876
Actually mark Number.prototype.toString as an inlinable function. r=anba
Comment 9•5 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 5 years ago → 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•