[v8-dev] Re: Issue 1458 in v8: NewGC: Do meaningful work on idle notifications.

2015-02-06 Thread codesite-noreply via v8-dev
Updates: Status: Fixed Comment #7 on issue 1458 by u...@chromium.org: NewGC: Do meaningful work on idle notifications. https://code.google.com/p/v8/issues/detail?id=1458 Closing this old issue. After recent work by Hannes, Ross and Jochen, Chrome calls idle notification from

[v8-dev] Re: Issue 1458 in v8: NewGC: Do meaningful work on idle notifications.

2012-05-11 Thread codesite-noreply
Comment #5 on issue 1458 by jo...@ronomon.com: NewGC: Do meaningful work on idle notifications. http://code.google.com/p/v8/issues/detail?id=1458 Bumped into this today. Any progress? -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Issue 1458 in v8: NewGC: Do meaningful work on idle notifications.

2012-05-11 Thread codesite-noreply
Comment #6 on issue 1458 by u...@chromium.org: NewGC: Do meaningful work on idle notifications. http://code.google.com/p/v8/issues/detail?id=1458 It should work properly since r11469. If you encountered specific problems, could you please report them? Otherwise, I am going to close this

[v8-dev] Re: Issue 1458 in v8: NewGC: Do meaningful work on idle notifications.

2011-09-21 Thread codesite-noreply
Updates: Owner: u...@chromium.org Comment #4 on issue 1458 by da...@chromium.org: NewGC: Do meaningful work on idle notifications. http://code.google.com/p/v8/issues/detail?id=1458 (No comment was entered for this change.) -- v8-dev mailing list v8-dev@googlegroups.com

[v8-dev] Re: Issue 1458 in v8: NewGC: Do meaningful work on idle notifications.

2011-09-05 Thread codesite-noreply
Updates: Labels: -Priority-Medium Priority-Low Comment #2 on issue 1458 by erik.co...@gmail.com: NewGC: Do meaningful work on idle notifications. http://code.google.com/p/v8/issues/detail?id=1458 (No comment was entered for this change.) -- v8-dev mailing list

[v8-dev] Re: Issue 1458 in v8: NewGC: Do meaningful work on idle notifications.

2011-08-03 Thread codesite-noreply
Comment #1 on issue 1458 by vego...@chromium.org: NewGC: Do meaningful work on idle notifications. http://code.google.com/p/v8/issues/detail?id=1458 We get an pseudo idle notification after WebKit disposed a Context. Instead of doing full GC immediately we can start incremental marking. --