Re: [v8-users] Behaviour of isolate->IdleNotificationDeadline()

2019-02-21 Thread Wilfried Gösgens
Hi, Thanks for confirming and fixing. Cheers from cloudy cologne, Wilfried Goesgens On Wednesday, February 20, 2019 at 11:55:11 AM UTC+1, Ulan Degenbaev wrote: > > Here is the patch: > https://chromium-review.googlesource.com/c/v8/v8/+/1478695 > > On Wed, Feb 20, 2019 at 11:21 AM Ulan Degenbae

Re: [v8-users] Behaviour of isolate->IdleNotificationDeadline()

2019-02-20 Thread 'Ulan Degenbaev' via v8-users
Here is the patch: https://chromium-review.googlesource.com/c/v8/v8/+/1478695 On Wed, Feb 20, 2019 at 11:21 AM Ulan Degenbaev wrote: > Hi Wilfried, > > Thanks for the report. The "do-nothing" case should occur limited number > of times and then switch to "done" [1]. > There seems to be a bug tha

Re: [v8-users] Behaviour of isolate->IdleNotificationDeadline()

2019-02-20 Thread 'Ulan Degenbaev' via v8-users
Hi Wilfried, Thanks for the report. The "do-nothing" case should occur limited number of times and then switch to "done" [1]. There seems to be a bug that can lead to unbounded "do-nothing". I think the "do-nothing" case is no longer useful, so we can simply merge it with the "done" case. I'll up