Open
Bug 1385282
Opened 8 years ago
Updated 2 years ago
Consider desugaring JSOP_INSTANCEOF bytecode
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
People
(Reporter: jandem, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [js:tech-debt])
Not sure what this would look like (the hasInstance Class check is annoying), but it would be nice to use a plain JSOP_GETELEM followed by JSOP_CALL for the @@hasInstance lookup since we already have machinery to optimize that...
(See the instanceof part in bug 1374934 comment 6.)
Updated•7 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•