Bug 122921 - Add SPI to disable the garbage collector timer
Summary: Add SPI to disable the garbage collector timer
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-16 16:06 PDT by Daniel Bates
Modified: 2013-10-18 10:43 PDT (History)
3 users (show)

See Also:


Attachments
Patch (8.75 KB, patch)
2013-10-16 16:19 PDT, Daniel Bates
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2013-10-16 16:06:49 PDT
Add Apple-specific SPI to disable the garbage collector timer. See <rdar://problem/12118189> and <rdar://problem/12129375> for more details.
Comment 1 Daniel Bates 2013-10-16 16:19:58 PDT
Created attachment 214401 [details]
Patch
Comment 2 Geoffrey Garen 2013-10-16 16:24:12 PDT
Comment on attachment 214401 [details]
Patch

/me holds his nose
Comment 3 Daniel Bates 2013-10-16 16:34:53 PDT
Committed r157537: <http://trac.webkit.org/changeset/157537>
Comment 4 Daniel Bates 2013-10-18 10:43:55 PDT
(In reply to comment #3)
> Committed r157537: <http://trac.webkit.org/changeset/157537>

Add missing null check in Heap::setGarbageCollectionTimerEnabled() and committed this fix in <https://trac.webkit.org/changeset/157641>.