Closed Bug 587100 Opened 14 years ago Closed 13 years ago

jstracer.cpp fails to compile on AIX/xlC due to alloca

Categories

(Core :: JavaScript Engine, defect)

PowerPC
AIX
defect
Not set
major

Tracking

()

RESOLVED FIXED

People

(Reporter: andrew, Unassigned)

Details

Attachments

(1 file, 1 obsolete file)

Attached patch jstracer.cpp patch (obsolete) — Splinter Review
With g++/xlC, alloca exists as a compiler built-in, so in the case where alloca is not already defined, fall back on the built-in. Proper alloca detection should move to autoconf at some point, but since jstracer.cpp is the only usage of it, this at least makes it compile for now.
Attachment #465750 - Attachment is patch: true
Attachment #465750 - Attachment mime type: application/octet-stream → text/plain
Revisiting old bugs, rebased patch and cleaned up.
Attachment #465750 - Attachment is obsolete: true
Attachment #569266 - Flags: review?(gal)
Tracer has been removed.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Attachment #569266 - Flags: review?(gal)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: