Closed
Bug 1637755
Opened 5 years ago
Closed 5 years ago
Warp: Support transpiling Calls to special natives
Categories
(Core :: JavaScript Engine: JIT, task, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: evilpie, Assigned: evilpie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
This isn't yet ready for use. Inlining charCodeAt already seem to work.
Need to implement GuardSpecificNativeFunction and see how this looks when running tests.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → evilpies
Updated•5 years ago
|
Attachment #9148162 -
Attachment description: Bug 1637755 - Extreme Draft for transpiling inlined calls → Bug 1637755 - Support transpiling simple (optimized) native calls
Updated•5 years ago
|
Severity: -- → N/A
Priority: -- → P1
Comment 2•5 years ago
|
||
List of natives with call counts from Warp that we should focus on for shell benchmarks...
Updated•5 years ago
|
Attachment #9148162 -
Attachment description: Bug 1637755 - Support transpiling simple (optimized) native calls → Bug 1637755 - Support transpiling simple (optimized) native calls. r?jandem
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/f1f07001d0c0
Support transpiling simple (optimized) native calls. r=jandem,iain
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
Updated•5 years ago
|
Attachment #9148667 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•