Closed
Bug 1638111
Opened 5 years ago
Closed 2 years ago
[meta] WarpBuilder: Transpile important InlinableNatives
Categories
(Core :: JavaScript Engine: JIT, task, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
People
(Reporter: evilpie, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: meta)
Attachments
(6 files, 1 obsolete file)
Jan created a list of important inlinable natives with call counts from Warp that we should focus on for shell benchmarks.
Comment 1•5 years ago
|
||
Attachment #9149135 -
Attachment is obsolete: true
Comment 2•5 years ago
|
||
Comment 3•5 years ago
|
||
Comment 4•5 years ago
|
||
Comment 5•5 years ago
|
||
Logging patch I used. This will stop working once we can generate optimized MCall instructions for CallNativeFunction.
Assignee: nobody → jdemooij
Updated•5 years ago
|
Assignee: jdemooij → nobody
Updated•5 years ago
|
Severity: -- → N/A
Priority: -- → P3
Reporter | ||
Comment 6•5 years ago
|
||
I did something similar, but not limited InlinableNatives. Instead just logging function names. I manually filtered this list and removed Google JS (mostly short function names because of minification)
Reporter | ||
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•