Closed
Bug 1245023
Opened 9 years ago
Closed 1 year ago
Fix storage class for enum classes which could be byte sized
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | affected |
People
(Reporter: bbouvier, Unassigned)
References
Details
Because of a nasty bug in GCC 4.7 and others (see bug 1175546 comment 13), some enum classes are using a wider-than-byte storage class although they could be byte-sized. This bug attempts to make a list of these enum classes:
- SimdOperation in builtin/SIMD.h (bug 1243810)
- ValType in asmjs/WasmTypes.h (bug 1229855)
Let's add other instances as they show up, to fix all of these once we upgrade compiler support.
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Severity: S3 → N/A
Status: NEW → RESOLVED
Type: defect → task
Closed: 1 year ago
Priority: -- → P3
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•