Closed
Bug 929651
Opened 11 years ago
Closed 11 years ago
Clarify prototype for handles to primitive types and improve TI integration
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nmatsakis, Unassigned)
References
Details
It is unclear what prototype to use for handles to primitive types. Currently, we use Object.prototype, but this doesn't interact well with TI, since we can't attach a type representation to this object. This in turn will likely lead to poor JIT perf of Handles to primitive types. This may not be a big deal, since they are not likely to be in common use.
Reporter | ||
Updated•11 years ago
|
Blocks: harmony:typedobjects
Reporter | ||
Comment 1•11 years ago
|
||
Not an issue since handles were removed.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•