Closed
Bug 972403
Opened 11 years ago
Closed 8 months ago
Add opaque() method that converts a *type descriptor* into an opaque type descriptor
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nmatsakis, Unassigned)
References
Details
The typed object spec includes an opaque() method on type descriptors that can convert a transparent type descriptor into an opaque one. Opaque type descriptors are potentially more optimizable since they enforce stricter alignment and aliasing restrictions, because instances thereof can never be reinterpret casted into other types (moreover, an opaque type descriptor cannot be instantiated atop an arbitrary buffer).
Note: this is distinct from bug 972400, which refers to an opaque() function on individual *typed objects*, not the descriptors.
| Reporter | ||
Updated•11 years ago
|
Blocks: harmony:typedobjects
Depends on: 898356
Updated•3 years ago
|
Severity: normal → S3
Comment 1•8 months ago
|
||
The typed objects proposal has been dead for years.
Status: NEW → RESOLVED
Closed: 8 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•