Closed
Bug 1406900
Opened 7 years ago
Closed 7 years ago
Devirtualize RunState
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla58
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
(Keywords: perf, Whiteboard: [js:tech-debt])
Attachments
(1 file)
3.42 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
Profiler shows time in InvokeState::setReturnValue.
This just devirtualizes setReturnValue and pushInterpreterFrame (the other virtual method on RunState).
Attachment #8916572 -
Flags: review?(luke)
Updated•7 years ago
|
Attachment #8916572 -
Flags: review?(luke) → review+
Updated•7 years ago
|
Pushed by jandemooij@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3029acae6f82
Devirtualize RunState methods. r=luke
Comment 2•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•