Closed
Bug 1519378
Opened 6 years ago
Closed 6 years ago
[meta] Abstract script and pc uses in BaselineCodeGen
Categories
(Core :: JavaScript Engine: JIT, enhancement, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox66 | --- | affected |
People
(Reporter: jandem, Assigned: jandem)
References
Details
(Keywords: meta)
The Baseline interpreter won't have access to constant script + pc obviously, so we need to add abstractions for the places that use these fields and only store script/pc in the BaselineCompiler handler class instead of in BaselineCodeGen<>. Initially the interpreter template implementations can just MOZ_CRASH.
There will be a bunch of patches and probably dependent bugs for this, but once it's done we can actually start prototyping the interpreter loop generator.
Updated•6 years ago
|
status-firefox66:
--- → affected
Keywords: meta
Priority: -- → P1
Summary: Abstract script and pc uses in BaselineCodeGen → [meta] Abstract script and pc uses in BaselineCodeGen
Assignee | ||
Updated•6 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•