RESOLVED FIXED129131
DefaultGCActivityCallback::doWork() should reschedule if GC is deferred
https://bugs.webkit.org/show_bug.cgi?id=129131
Summary DefaultGCActivityCallback::doWork() should reschedule if GC is deferred
Mark Lam
Reported 2014-02-20 17:17:22 PST
Currently, DefaultGCActivityCallback::doWork() does not check if the GC needs to be deferred before commencing. Will fix. ref: <rdar://problem/15447622>
Attachments
the patch (1.70 KB, patch)
2014-02-20 18:02 PST, Mark Lam
mhahnenberg: review+
Mark Lam
Comment 1 2014-02-20 18:02:24 PST
Created attachment 224815 [details] the patch
Mark Hahnenberg
Comment 2 2014-02-20 18:04:43 PST
Comment on attachment 224815 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=224815&action=review r=me > Source/JavaScriptCore/ChangeLog:12 > + supposed to be deferred and re-schedule if needed. It only commences with reschedules
Mark Lam
Comment 3 2014-02-20 18:48:37 PST
Note You need to log in before you can comment on or make changes to this bug.