Closed
Bug 1639037
Opened 5 years ago
Closed 5 years ago
Optimize IntrinsicToString in CacheIR and Warp
Categories
(Core :: JavaScript Engine: JIT, task, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: evilpie, Assigned: evilpie)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
All built-in string functions use ToString
on this
so this shows up pretty often. I am only optimizing this for primitive string values for now.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → evilpies
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D75633
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D75852
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/8c24cb67e94a
Rename tryAttachSpecialCaseCallNative. r=iain
https://hg.mozilla.org/integration/autoland/rev/093e19e78931
Optimize IntrinsicToString in CacheIR and Warp. r=iain
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8c24cb67e94a
https://hg.mozilla.org/mozilla-central/rev/093e19e78931
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•