Bug 103998 - [Qt] Implement GCActivityCallback
Summary: [Qt] Implement GCActivityCallback
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on: 103996
Blocks: 110211
  Show dependency treegraph
 
Reported: 2012-12-04 07:24 PST by Allan Sandfeld Jensen
Modified: 2013-02-19 05:11 PST (History)
0 users

See Also:


Attachments
Patch (6.69 KB, patch)
2012-12-04 07:26 PST, Allan Sandfeld Jensen
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2012-12-04 07:24:30 PST
Implement the opportunistic garbage collector for the Qt port, so we do not rely solely on forced garbage collection.
Comment 1 Allan Sandfeld Jensen 2012-12-04 07:26:27 PST
Created attachment 177478 [details]
Patch

Note this patch depends on the patch for bug #103996
Comment 2 Allan Sandfeld Jensen 2013-01-29 02:54:19 PST
Comment on attachment 177478 [details]
Patch

Blocking patch has been landed.
Comment 3 Simon Hausmann 2013-01-29 03:00:34 PST
Comment on attachment 177478 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=177478&action=review

> Source/JavaScriptCore/runtime/GCActivityCallback.h:90
> +    void scheduleTimer(double);    

Potentially trailing whitespace here :)
Comment 4 Allan Sandfeld Jensen 2013-01-29 08:46:47 PST
Committed r141114: <http://trac.webkit.org/changeset/141114>