Open Bug 1657937 Opened 4 years ago Updated 4 years ago

Experiment with source slice in stencil

Categories

(Core :: JavaScript Engine, task, P3)

task

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

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: