Closed
Bug 1520744
Opened 6 years ago
Closed 6 years ago
Move emitPrologue/emitEpilogue from BaselineCompiler to BaselineCodeGen
Categories
(Core :: JavaScript Engine: JIT, enhancement, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
Now that things are mostly in place for the opcode implementations, we just need to move the prologue/epilogue code to the base class as well.
After this we can start implementing the interpreter-specific code (I actually have most of this working locally and I'm just cleaning up and splitting things up for review).
Assignee | ||
Updated•6 years ago
|
Component: JavaScript Engine → JavaScript Engine: JIT
Assignee | ||
Comment 1•6 years ago
|
||
This will change a bit in the future but I think this is a reasonable
initial version.
Updated•6 years ago
|
status-firefox66:
--- → affected
Priority: -- → P1
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dd40395ed807
Move prologue/epilogue methods from BaselineCompiler to BaselineCodeGen. r=djvj
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•