Bug 128137 - Fix the cloop due to GenGC
Summary: Fix the cloop due to GenGC
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-03 16:15 PST by Mark Hahnenberg
Modified: 2014-02-03 16:49 PST (History)
4 users (show)

See Also:


Attachments
Patch (8.16 KB, patch)
2014-02-03 16:17 PST, Mark Hahnenberg
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2014-02-03 16:15:49 PST
The cloop was missing a couple of features that GenGC depended on, which broke the c loop build.
Comment 1 Mark Hahnenberg 2014-02-03 16:17:45 PST
Created attachment 223037 [details]
Patch
Comment 2 Geoffrey Garen 2014-02-03 16:20:38 PST
Comment on attachment 223037 [details]
Patch

r=me
Comment 3 Mark Hahnenberg 2014-02-03 16:49:36 PST
Committed r163345: <http://trac.webkit.org/changeset/163345>