On 2011/09/06 09:08:55, William Hesse wrote:
Yes, the inner handlescope is for better GC. Not just the input string, but
any
other handles created while running that string, that aren't in a nested scope of their own, will be kept around indefinitely if the scope isn't destroyed at
each iteration.  HandleScopes are cheap to create and destroy.

It seems Yangguo stolen my patch, http://codereview.chromium.org/7779032 :(

Since I end up spotting the problem in d8 I was going to fix it.

http://codereview.chromium.org/7828072/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to