Closed Bug 1080341 Opened 11 years ago Closed 11 years ago

Remove --enable-wrap-malloc/--with-wrap-malloc

Categories

(Firefox Build System :: General, defect)

All
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla36

People

(Reporter: glandium, Assigned: glandium)

References

Details

Attachments

(1 file)

No description provided.
With bug 1077366, --enable-wrap-malloc is not abused anymore for android linkage. Other than android linkage, the option has been of limited usefulness since bug 804303 (replace-malloc), which allows runtime wrapping. In fact, chances are --enable-wrap-malloc breaks things with jemalloc integration. This doesn't, however, remove those options from standalone js builds, although it's not clear they're any useful there either.
Attachment #8502250 - Flags: review?(mshal)
Comment on attachment 8502250 [details] [diff] [review] Remove --enable-wrap-malloc/--with-wrap-malloc Looks like there is still one definition of _WRAP_MALLOC that can be removed as well: if test -z "$gonkdir"; then _WRAP_MALLOC=1
Attachment #8502250 - Flags: review?(mshal) → review+
(In reply to Michael Shal [:mshal] from comment #2) > Comment on attachment 8502250 [details] [diff] [review] > Remove --enable-wrap-malloc/--with-wrap-malloc > > Looks like there is still one definition of _WRAP_MALLOC that can be removed > as well: > > if test -z "$gonkdir"; then > _WRAP_MALLOC=1 That one is removed in bug 1077366, which this depends on and is not landed yet.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Blocks: 1253464
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: