Closed
Bug 1201738
Opened 9 years ago
Closed 9 years ago
Update jemalloc 4 to current dev tip + two patches
Categories
(Core :: Memory Allocator, defect)
Core
Memory Allocator
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
74.76 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
Current jemalloc 4 dev tip fixes a few issues. On top of that:
- we need to fix https://github.com/jemalloc/jemalloc/issues/269
- we need to disable decommit in some cases of arena deallocation. Upstream discussion at https://github.com/jemalloc/jemalloc/issues/261
Assignee | ||
Comment 1•9 years ago
|
||
Also do a dummy change to configure.in to trigger a reconfigure, working
around bug 1021347.
The two extra patches are https://github.com/jemalloc/jemalloc/compare/dev...glandium:dalloc-decommit
Assignee: nobody → mh+mozilla
Attachment #8656885 -
Flags: review?(n.nethercote)
Comment 2•9 years ago
|
||
Comment on attachment 8656885 [details] [diff] [review]
Update jemalloc4 to 594c759 + two pending patches
Review of attachment 8656885 [details] [diff] [review]:
-----------------------------------------------------------------
rs=me
::: memory/jemalloc/upstream.info
@@ +1,2 @@
> +UPSTREAM_REPO=https://github.com/glandium/jemalloc
> +UPSTREAM_COMMIT=ed4883285e111b426e5769b24dad164ebacaa5b9
I guess on the next update this will go back to jemalloc/jemalloc?
Attachment #8656885 -
Flags: review?(n.nethercote) → review+
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Nicholas Nethercote [:njn] from comment #2)
> I guess on the next update this will go back to jemalloc/jemalloc?
Yes
Comment 5•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•