Closed
Bug 1595690
Opened 5 years ago
Closed 5 years ago
Change JSOp enum type to use uint8_t
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
In bug 1595476 I want to store JSOp
in a data structure and having it be byte-sized is a bit more efficient. It's also compatible with jsbytecode
.
Assignee | ||
Comment 1•5 years ago
|
||
A bit more efficient when saving a JSOp in a data structure. It's also
compatible with jsbytecode.
Updated•5 years ago
|
Priority: -- → P1
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/58d5d2a329f5
Change JSOp enum storage type to uint8_t. r=jwalden
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•