Closed
Bug 1014308
Opened 9 years ago
Closed 9 years ago
Update jemalloc3 to upstream 3.6.0
Categories
(Core :: Memory Allocator, defect)
Core
Memory Allocator
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(3 files)
968.53 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
1.14 KB,
patch
|
mshal
:
review+
|
Details | Diff | Splinter Review |
23.33 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
The core of this patch is memory/jemalloc/upstream.info. The rest is the result of running memory/jemalloc/update.sh.
Attachment #8426675 -
Flags: review?(n.nethercote)
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8426680 -
Flags: review?(mshal)
![]() |
||
Comment 3•9 years ago
|
||
Comment on attachment 8426675 [details] [diff] [review] Update jemalloc3 to upstream 3.6.0 Review of attachment 8426675 [details] [diff] [review]: ----------------------------------------------------------------- rs=me.
Attachment #8426675 -
Flags: review?(n.nethercote) → review+
Assignee | ||
Comment 4•9 years ago
|
||
This apply two patches that are required to fix build failures on respectively b2g and windows. The b2g one is that bionic changed its definition of malloc_usable_size from not using a const to using one in https://github.com/android/platform_bionic/commit/25a87f7641f066437d15c6d3148d08a6ab9be231 so the patch makes it a configure-time detection. The windows one is that MSVC doesn't support the LLU suffix for unsigned long long values. Both patches sent upstream along with many other patches for the test suite, which don't really matter for the mozilla build.
Attachment #8426689 -
Flags: review?(n.nethercote)
![]() |
||
Updated•9 years ago
|
Attachment #8426689 -
Flags: review?(n.nethercote) → review+
Updated•9 years ago
|
Attachment #8426680 -
Flags: review?(mshal) → review+
Assignee | ||
Comment 5•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/f37de5ce263d
Comment 6•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f37de5ce263d
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
You need to log in
before you can comment on or make changes to this bug.
Description
•