Open Bug 906600 Opened 11 years ago Updated 1 month ago

Obviate the need for a property lookup when instantiating an ES6 generator object

Categories

(Core :: JavaScript Engine, enhancement, P3)

x86_64
Linux
enhancement

Tracking

()

People

(Reporter: wingo, Unassigned)

References

(Depends on 1 open bug, Blocks 1 open bug)

Details

ES6 generator functions each have their own .prototype property, and that prototype is used when creating generator instances.  When bug 904701 lands, this will require a "prototype" property lookup when creating generator objects.  It would be good to avoid this lookup somehow, as an optimization.
Assignee: general → nobody
Depends on: 1410695
Severity: normal → S3
Blocks: sm-js-perf
Severity: S3 → N/A
Type: defect → enhancement
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.