Closed Bug 544384 Opened 15 years ago Closed 15 years ago

typed array construction aborts tracing

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 557728

People

(Reporter: vlad, Assigned: vlad)

Details

Attachments

(1 file)

Some of the typed array construction forms were using JS_ConstructObject to create the internal ArrayBuffer, which would end up needlessly aborting tracing with a deep abort. This fixes that problem by just constructing the object directly.
Attachment #425340 - Flags: review?(jorendorff)
Attachment #425340 - Flags: review?(jorendorff) → review+
Status: NEW → RESOLVED
Closed: 15 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: