[v8-dev] Re: Reland 'Additional HandleScopes to limit Handle consumption.' (issue 1192743005 by o...@chromium.org)

2015-06-26 Thread rmcilroy
On 2015/06/22 10:38:24, orion wrote: PTAL - attempting to reland handle count patch. This change just increases handle count limit from 16K to 30K. This is ample to compile natives and run the check_handle_count unit tests on failing bots. lgtm. https://codereview.chromium.org/1192743005/

[v8-dev] Re: Reland 'Additional HandleScopes to limit Handle consumption.' (issue 1192743005 by o...@chromium.org)

2015-06-26 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1192743005/20001 https://codereview.chromium.org/1192743005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Re: Reland 'Additional HandleScopes to limit Handle consumption.' (issue 1192743005 by o...@chromium.org)

2015-06-26 Thread commit-...@chromium.org via codereview.chromium.org
Patchset 2 (id:??) landed as https://crrev.com/af4c4b0427c44e74520d61f328f258b365ba233d Cr-Commit-Position: refs/heads/master@{#29322} https://codereview.chromium.org/1192743005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: Reland 'Additional HandleScopes to limit Handle consumption.' (issue 1192743005 by o...@chromium.org)

2015-06-26 Thread commit-...@chromium.org via codereview.chromium.org
Committed patchset #2 (id:20001) https://codereview.chromium.org/1192743005/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups v8-dev group. To unsubscribe from this group and

[v8-dev] Re: Reland 'Additional HandleScopes to limit Handle consumption.' (issue 1192743005 by o...@chromium.org)

2015-06-22 Thread oth
Reviewers: Erik Corry Chromium.org, rmcilroy, Yang, Message: PTAL - attempting to reland handle count patch. This change just increases handle count limit from 16K to 30K. This is ample to compile natives and run the check_handle_count unit tests on failing bots. Description: Reland