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+

Allan Sandfeld Jensen
Reported 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.
Attachments
Patch (6.69 KB, patch)
2012-12-04 07:26 PST, Allan Sandfeld Jensen
hausmann: review+
Allan Sandfeld Jensen
Comment 1 2012-12-04 07:26:27 PST
Created attachment 177478 [details] Patch Note this patch depends on the patch for bug #103996
Allan Sandfeld Jensen
Comment 2 2013-01-29 02:54:19 PST
Comment on attachment 177478 [details] Patch Blocking patch has been landed.
Simon Hausmann
Comment 3 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 :)
Allan Sandfeld Jensen
Comment 4 2013-01-29 08:46:47 PST
Note You need to log in before you can comment on or make changes to this bug.