Closed
Bug 1455547
Opened 7 years ago
Closed 3 years ago
[BinAST] Generate bytecode without generating a ParseNode
Categories
(Core :: JavaScript Engine, enhancement, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: Yoric, Unassigned)
References
Details
There is a very good chance that we don't actually need to create a ParseNode to generate bytecode. Let's do that.
Updated•7 years ago
|
Priority: -- → P2
Comment 1•7 years ago
|
||
haven't yet looked into tho, we'll need to think about constant folding for streaming compilation.
Comment 2•3 years ago
|
||
Resolving BinAST bugs as Incomplete.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•