Bug 103998

Summary: [Qt] Implement GCActivityCallback
Product: WebKit Reporter: Allan Sandfeld Jensen <allan.jensen>
Component: JavaScriptCoreAssignee: Allan Sandfeld Jensen <allan.jensen>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 103996    
Bug Blocks: 110211    
Attachments:
Description Flags
Patch hausmann: review+

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>