Open
Bug 1657937
Opened 4 years ago
Updated 4 years ago
Experiment with source slice in stencil
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
ASSIGNED
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
While instantiating stencil, atomization for string happens in C++ side,
so jsparagus side doesn't have to atomize all strings (except the case comparison frequently happens there).
String literal won't need much comparison (except "use strict"), and we can use slice (not-atomized string)
To use slice for string literal, script's gcthings should support slice.
that can be converted to atom inside SmooshMonkey
Assignee | ||
Comment 1•4 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•