Bug 130821 - Enable LLVM stackmap liveOuts computation
Summary: Enable LLVM stackmap liveOuts computation
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: 130791
  Show dependency treegraph
 
Reported: 2014-03-26 22:31 PDT by Filip Pizlo
Modified: 2014-03-27 09:44 PDT (History)
10 users (show)

See Also:


Attachments
the patch (2.79 KB, patch)
2014-03-26 22:31 PDT, Filip Pizlo
no flags Details | Formatted Diff | Diff
the patch (2.97 KB, patch)
2014-03-26 22:36 PDT, Filip Pizlo
aestes: 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 2014-03-26 22:31:04 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2014-03-26 22:31:59 PDT
Created attachment 227921 [details]
the patch
Comment 2 Filip Pizlo 2014-03-26 22:36:07 PDT
Created attachment 227923 [details]
the patch
Comment 3 Filip Pizlo 2014-03-26 23:13:38 PDT
Doing some more testing to make sure that enabling this doesn't hurt performance in any way.  The LLVMers had expressed concerns about compile times.
Comment 4 Filip Pizlo 2014-03-27 09:43:36 PDT
(In reply to comment #3)
> Doing some more testing to make sure that enabling this doesn't hurt performance in any way.  The LLVMers had expressed concerns about compile times.

Nope, it doesn't hurt anything.  I will land.
Comment 5 Filip Pizlo 2014-03-27 09:44:33 PDT
Landed in http://trac.webkit.org/changeset/166359