Closed
Bug 669395
Opened 13 years ago
Closed 13 years ago
Optimized ArrayBuffers don't deallocate reserved slots
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: nsm, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20100101 Firefox/5.0
Build ID: 20110615151330
Steps to reproduce:
created a large array buffer so that it doesn't fit into inline slots
Actual results:
ArrayBuffer obj->slots points to allocated memory, but the reserved slots memory is not deallocated.
Expected results:
the reserved slots should be freed before allocating new slots.
Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 1•13 years ago
|
||
turns out this was some mis-understanding on my part.
You need to log in
before you can comment on or make changes to this bug.
Description
•