Closed
Bug 616061
Opened 14 years ago
Closed 14 years ago
Disable TLS in jemalloc on Android
Categories
(Core :: Memory Allocator, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0b11
People
(Reporter: mwu, Assigned: mwu)
References
Details
Attachments
(2 files)
570 bytes,
patch
|
vlad
:
review+
blassey
:
approval2.0+
|
Details | Diff | Splinter Review |
682 bytes,
patch
|
Details | Diff | Splinter Review |
The use of TLS breaks startup on Win32 builds, mega-libxul builds, and seemingly any other build configuration where I'm trying to do something interesting. Also, we don't need TLS anyway. (or so I've heard)
Attachment #494610 -
Flags: review?(vladimir)
Comment on attachment 494610 [details] [diff] [review]
Disable jemalloc TLS on Android
Sure, I'll review my own patch! ;-)
Attachment #494610 -
Flags: review?(vladimir) → review+
Assignee | ||
Comment 2•14 years ago
|
||
(In reply to comment #1)
> Comment on attachment 494610 [details] [diff] [review]
> Disable jemalloc TLS on Android
>
> Sure, I'll review my own patch! ;-)
Heh. Honest - I thought it was mine. Looked similar since there's not a lot of ways to do this anyway. (but mine #ifdef's ANDROID and goes higher into the file..)
Assignee | ||
Updated•14 years ago
|
Attachment #494610 -
Flags: approval2.0?
Comment 3•14 years ago
|
||
What's the reward/risk here?
Updated•14 years ago
|
Attachment #494610 -
Flags: approval2.0?
Comment on attachment 494610 [details] [diff] [review]
Disable jemalloc TLS on Android
risk/reward is that we think that we don't break currently by sheer coincidence; permuting any number of things causes us to break here.
Unfortunately we don't understand /why/ it's breaking, which would be useful information.
Attachment #494610 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #494610 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 5•14 years ago
|
||
Assignee | ||
Comment 6•14 years ago
|
||
Ready to check in. I changed the author to vlad with r=me since this is in fact vlad's patch. (but I wrote an almost identical one with the code in a different place before)
Keywords: checkin-needed
Comment 7•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b11
You need to log in
before you can comment on or make changes to this bug.
Description
•