[v8-dev] Re: Allow more scavenges in idle notification by increasing the new space limit distance. (issue 1034403002 by hpa...@chromium.org)

2015-03-30 Thread commit-bot
Committed patchset #2 (id:20001) https://codereview.chromium.org/1034403002/ -- -- 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: Allow more scavenges in idle notification by increasing the new space limit distance. (issue 1034403002 by hpa...@chromium.org)

2015-03-30 Thread commit-bot
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1034403002/20001 https://codereview.chromium.org/1034403002/ -- -- 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: Allow more scavenges in idle notification by increasing the new space limit distance. (issue 1034403002 by hpa...@chromium.org)

2015-03-30 Thread hpayer
https://codereview.chromium.org/1034403002/diff/1/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/1034403002/diff/1/src/heap/gc-idle-time-handler.cc#newcode136 src/heap/gc-idle-time-handler.cc:136: kMaxScheduledIdleTime * 2; On

[v8-dev] Re: Allow more scavenges in idle notification by increasing the new space limit distance. (issue 1034403002 by hpa...@chromium.org)

2015-03-30 Thread commit-bot
Patchset 2 (id:??) landed as https://crrev.com/bffde6f4ab9ae40e78f4b57d8e0909180b9b61a4 Cr-Commit-Position: refs/heads/master@{#27517} https://codereview.chromium.org/1034403002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

[v8-dev] Re: Allow more scavenges in idle notification by increasing the new space limit distance. (issue 1034403002 by hpa...@chromium.org)

2015-03-30 Thread rmcilroy
On 2015/03/30 11:07:15, Hannes Payer wrote: https://codereview.chromium.org/1034403002/diff/1/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/1034403002/diff/1/src/heap/gc-idle-time-handler.cc#newcode136

[v8-dev] Re: Allow more scavenges in idle notification by increasing the new space limit distance. (issue 1034403002 by hpa...@chromium.org)

2015-03-27 Thread erik . corry
https://codereview.chromium.org/1034403002/ -- -- 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 stop receiving emails from it, send

[v8-dev] Re: Allow more scavenges in idle notification by increasing the new space limit distance. (issue 1034403002 by hpa...@chromium.org)

2015-03-27 Thread erik . corry
lgtm https://codereview.chromium.org/1034403002/ -- -- 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 stop receiving emails from

[v8-dev] Re: Allow more scavenges in idle notification by increasing the new space limit distance. (issue 1034403002 by hpa...@chromium.org)

2015-03-27 Thread rmcilroy
https://codereview.chromium.org/1034403002/diff/1/src/heap/gc-idle-time-handler.cc File src/heap/gc-idle-time-handler.cc (right): https://codereview.chromium.org/1034403002/diff/1/src/heap/gc-idle-time-handler.cc#newcode136 src/heap/gc-idle-time-handler.cc:136: kMaxScheduledIdleTime * 2; Pull