Closed Bug 1712936 Opened 3 years ago Closed 3 years ago

Make ShapeProperty more compact

Categories

(Core :: JavaScript Engine, task, P3)

task

Tracking

()

RESOLVED FIXED
90 Branch
Tracking Status
firefox90 --- fixed

People

(Reporter: jandem, Assigned: jandem)

References

Details

Attachments

(2 files)

ShapeProperty currently stores slot and flags separately, which is fine because it's only stack allocated. However for bug 1704430 I'd like to use a ShapeProperty array in property maps and for that we want ShapeProperty to be 4 bytes instead of 8. I'm splitting that part off from bug 1704430.

This is preparing for bug 1704430 where we want to use a ShapeProperty array.
Each entry is then 4 bytes instead of 8.

Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f9f9336d9921
part 1 - Change ShapeProperty to store both slot and flags in uint32_t. r=jonco
https://hg.mozilla.org/integration/autoland/rev/b45b3d617dd6
part 2 - Move ShapeProperty to its own header. r=jonco
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: