Closed Bug 715093 Opened 13 years ago Closed 2 years ago

Get rid of MOZALLOC_INLINE

Categories

(Core :: General, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1423461

People

(Reporter: Ms2ger, Unassigned)

References

Details

Attachments

(1 file)

Attached patch Patch v1Splinter Review
This macro is essentially the same as MOZ_ALWAYS_INLINE from mfbt.
Attachment #585695 - Flags: review?(mh+mozilla)
Attachment #585695 - Flags: review?(mh+mozilla) → review+
https://hg.mozilla.org/mozilla-central/rev/d5f3e38021fd
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
Depends on: 717441
Had to back it out because of Fennec crashes

https://hg.mozilla.org/integration/mozilla-inbound/rev/88acaad9c766
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: mozilla12 → ---
Oh, I see how this could have failed:

#if defined(DEBUG)
#  define MOZ_ALWAYS_INLINE     MOZ_INLINE

It doesn't always inline on debug builds, which means there are actual calls to new/delete, and chances are they end up being linked to stlport instead of mozalloc on android.

The bug assignee is inactive on Bugzilla, so the assignee is being reset.

Assignee: Ms2ger → nobody

Sorry, there was a problem with the detection of inactive users. I'm reverting the change.

Assignee: nobody → Ms2ger
Assignee: Ms2ger → nobody
Status: REOPENED → RESOLVED
Closed: 13 years ago2 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: