Closed
Bug 1246405
Opened 10 years ago
Closed 10 years ago
Declare mTextRun earlier to avoid alignment spill on 64-bit architectures
Categories
(Core :: Layout: Text and Fonts, defect, P4)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
mozilla47
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | fixed |
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
Details
Attachments
(1 file)
|
1.89 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•10 years ago
|
||
This doesn't actually reduce memory consumption unfortunately because
of the allocator granularity.
I'm intentionally moving it to be the first member because I think
it's the most frequently accessed.
Attachment #8716761 -
Flags: review?(roc)
Attachment #8716761 -
Flags: review?(roc) → review+
| Assignee | ||
Updated•10 years ago
|
Flags: in-testsuite-
Comment 3•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•