Closed
Bug 1665927
Opened 5 years ago
Closed 5 years ago
Enable PackingStrategy::LowBitTagIsError also for non-pointer types
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
References
Details
Attachments
(1 file)
In particular, enable it for empty types.
Also, the size of Result
can be smaller than a pointer if both the value and error type are smaller (e.g. both empty).
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D90676
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1467e76399e8
Use free LSB optimization for empty types with mozilla::Result. r=emilio
Comment 3•5 years ago
•
|
||
Backed out for causing bustage on Result.h.
Backout link: https://hg.mozilla.org/integration/autoland/rev/32d03662a363850006f648c22e825b3e886b29bc
Failure log : https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=316240410&repo=autoland&lineNumber=79127
Flags: needinfo?(sgiesecke)
Assignee | ||
Comment 4•5 years ago
|
||
Reproduced and fixed the build bustage with gcc.
Flags: needinfo?(sgiesecke)
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/353266aee10d
Use free LSB optimization for empty types with mozilla::Result. r=emilio
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•