DescriptionDo not use weak handles for ArrayBuffers.
Instead of allocating weak handles to free ArrayBuffer backing store, dispose of memory while walking the weak list of ArrayBuffers on GC.
Also, free all array buffers on isolate tear-down.
R=mstarzinger@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=15205
Patch Set 1 #
Total comments: 8
Messages
Total messages: 4 (0 generated)
|