Closed
Bug 1671114
Opened 4 years ago
Closed 3 years ago
logalloc-replay improvements
Categories
(Core :: Memory Allocator, enhancement)
Core
Memory Allocator
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: pbone, Assigned: pbone)
References
Details
Attachments
(7 files, 1 obsolete file)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Summary: Report "committed" memory in logalloc-replay → logalloc-replay improvments
Assignee | ||
Updated•4 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D93473
Assignee | ||
Comment 3•4 years ago
|
||
Calculate the distributions of memory requests in a single pass.
Depends on D93723
Assignee | ||
Comment 4•4 years ago
|
||
Updated•4 years ago
|
Attachment #9181920 -
Attachment is obsolete: true
Updated•4 years ago
|
Attachment #9181498 -
Attachment description: Bug 1671114 - Report committed memory in logalloc-replay r=glandium → Bug 1671114 - pt 1. Report committed memory in logalloc-replay r=glandium
Updated•4 years ago
|
Attachment #9181921 -
Attachment description: Bug 1671114 - Speed up replay of jemalloc_stats calls r=glandium → Bug 1671114 - pt 2. Speed up replay of jemalloc_stats calls r=glandium
Updated•4 years ago
|
Attachment #9182849 -
Attachment description: Bug 1671114 - Calculate and report RSS in jemalloc-replay r=glandium → Bug 1671114 - pt 3. Calculate and report RSS in jemalloc-replay r=glandium
Assignee | ||
Comment 5•4 years ago
|
||
By touching memory when we allocate it our RSS will more accurately
represent Firefox's memory usage.
Depends on D94259
Assignee | ||
Comment 6•4 years ago
|
||
Depends on D93724
Updated•4 years ago
|
Attachment #9182849 -
Attachment description: Bug 1671114 - pt 3. Calculate and report RSS in jemalloc-replay r=glandium → Bug 1671114 - pt 4. Calculate and report RSS in jemalloc-replay r=glandium
Updated•4 years ago
|
Attachment #9190457 -
Attachment description: Bug 1671114 - pt 4. Optionally touch memory as its allocated r=glandium → Bug 1671114 - pt 5. Optionally touch memory as its allocated r=glandium
Assignee | ||
Comment 7•4 years ago
|
||
Depends on D98286
Updated•4 years ago
|
Summary: logalloc-replay improvments → logalloc-replay improvements
Updated•4 years ago
|
Attachment #9201370 -
Attachment description: Bug 1671114 - pt 3. Allow default construction and open/close state for FdReader → Bug 1671114 - pt 3. Allow open/close state for FdReader r=glandium
Assignee | ||
Comment 8•4 years ago
|
||
Depends on D104178
Pushed by pbone@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d2757d932f49
pt 1. Report committed memory in logalloc-replay r=glandium
https://hg.mozilla.org/integration/autoland/rev/3e72253ce070
pt 2. Speed up replay of jemalloc_stats calls r=glandium
https://hg.mozilla.org/integration/autoland/rev/059550178c6b
pt 3. Allow open/close state for FdReader r=glandium
https://hg.mozilla.org/integration/autoland/rev/df6b79d1d16e
pt 4. Calculate and report RSS in jemalloc-replay r=glandium
https://hg.mozilla.org/integration/autoland/rev/695befd03096
pt 5. Optionally touch memory as its allocated r=glandium
https://hg.mozilla.org/integration/autoland/rev/5080af04619c
pt 6. Use default values for Replay members r=glandium
https://hg.mozilla.org/integration/autoland/rev/4002812791d3
pt 7. Make an ambigious comment clearer r=glandium
Comment 10•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d2757d932f49
https://hg.mozilla.org/mozilla-central/rev/3e72253ce070
https://hg.mozilla.org/mozilla-central/rev/059550178c6b
https://hg.mozilla.org/mozilla-central/rev/df6b79d1d16e
https://hg.mozilla.org/mozilla-central/rev/695befd03096
https://hg.mozilla.org/mozilla-central/rev/5080af04619c
https://hg.mozilla.org/mozilla-central/rev/4002812791d3
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•