Closed
Bug 1248521
Opened 10 years ago
Closed 10 years ago
Pack PrefHashEntry better
Categories
(Core :: Preferences: Backend, defect)
Core
Preferences: Backend
Tracking
()
RESOLVED
FIXED
mozilla47
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
Attachments
(1 file)
|
1.06 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
PrefHashEntry has sub-optimal field ordering.
| Assignee | ||
Comment 1•10 years ago
|
||
This reduces sizeof(PrefHashEntry) from 40 bytes to 32 bytes on 64-bit
platforms, which reduces the entry storage of |gHashTable| from 160 KiB to 128
KiB in every process.
Attachment #8719653 -
Flags: review?(nfroyd)
Updated•10 years ago
|
Attachment #8719653 -
Flags: review?(nfroyd) → review+
| Assignee | ||
Comment 2•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/f9f9d3a5a3304e9ba4b524a7bd9185c346fdea91
Bug 1248521 - Pack PrefHashEntry better. r=froydnj.
Comment 3•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → 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
•