DescriptionFix |RunMicrotasks()| leaking reference to the last context being run on.
RunMicrotasks() executes pending tasks and swaps the old array with a new array. However, the new array contains the reference to the current context as its creation context. This prevents the context from gc-ed until RunMicrotasks() is executed in the different context.
BUG=crbug.com/367016
LOG=y
R=rafaelw@chromium.org, rossberg@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=21111
Patch Set 1 #Patch Set 2 : fix base url #Patch Set 3 : undefined #Patch Set 4 : remove GetMicrotaskQueue #
Total comments: 4
Patch Set 5 : remove external_ #
Messages
Total messages: 15 (0 generated)
|