Closed
Bug 544384
Opened 15 years ago
Closed 15 years ago
typed array construction aborts tracing
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 557728
People
(Reporter: vlad, Assigned: vlad)
Details
Attachments
(1 file)
|
4.38 KB,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
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)
Updated•15 years ago
|
Attachment #425340 -
Flags: review?(jorendorff) → review+
| Assignee | ||
Updated•15 years ago
|
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.
Description
•