Bug 125747 - FTL should *really* know when things are flushed
Summary: FTL should *really* know when things are flushed
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: 112840
  Show dependency treegraph
 
Reported: 2013-12-14 18:57 PST by Filip Pizlo
Modified: 2014-01-13 18:44 PST (History)
8 users (show)

See Also:


Attachments
the patch (2.98 KB, patch)
2013-12-14 19:02 PST, Filip Pizlo
sam: review+
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-12-14 18:57:11 PST
This takes some register pressure away, and makes the FTL generate code that is performance-competitive against the DFG on crypto's am3().
Comment 1 Filip Pizlo 2013-12-14 19:02:48 PST
Created attachment 219266 [details]
the patch
Comment 2 Filip Pizlo 2013-12-14 19:05:59 PST
Landed on the branch in http://trac.webkit.org/changeset/160610
Comment 3 Filip Pizlo 2013-12-14 21:38:54 PST
Landed in trunk in http://trac.webkit.org/changeset/160613
Comment 4 Mark Lam 2014-01-13 18:44:00 PST
Review status updated in r161938: <http://trac.webkit.org/r161938>.