Bug 117331 - fourthTier: Reenable the DFG optimization fixpoint now that it's profitable to do so with concurrent compilation
Summary: fourthTier: Reenable the DFG optimization fixpoint now that it's profitable t...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-06 21:25 PDT by Filip Pizlo
Modified: 2013-06-07 10:22 PDT (History)
7 users (show)

See Also:


Attachments
the patch (2.13 KB, patch)
2013-06-06 21:26 PDT, Filip Pizlo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-06-06 21:25:36 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2013-06-06 21:26:20 PDT
Created attachment 203993 [details]
the patch
Comment 2 Filip Pizlo 2013-06-06 21:26:55 PDT
Comment on attachment 203993 [details]
the patch

Rubber stamped by Sam Weinig.
Comment 3 Geoffrey Garen 2013-06-06 22:46:42 PDT
Comment on attachment 203993 [details]
the patch

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

> Source/JavaScriptCore/dfg/DFGPlan.cpp:153
> +    unsigned cnt = 1;

I'd like to buy a vowel.
Comment 4 Filip Pizlo 2013-06-07 09:57:35 PDT
(In reply to comment #3)
> (From update of attachment 203993 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=203993&action=review
> 
> > Source/JavaScriptCore/dfg/DFGPlan.cpp:153
> > +    unsigned cnt = 1;
> 
> I'd like to buy a vowel.

I'll throw in two for the price of one!
Comment 5 Filip Pizlo 2013-06-07 10:22:51 PDT
Landed in http://trac.webkit.org/changeset/151326