Bug 120194 - build-jsc --ftl-jit should work
Summary: build-jsc --ftl-jit should work
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks: 112840
  Show dependency treegraph
 
Reported: 2013-08-22 19:30 PDT by Filip Pizlo
Modified: 2013-08-23 12:41 PDT (History)
12 users (show)

See Also:


Attachments
Patch (6.35 KB, patch)
2013-08-22 19:32 PDT, Filip Pizlo
oliver: 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-08-22 19:30:45 PDT
build-jsc --ftl-jit should work
Comment 1 Filip Pizlo 2013-08-22 19:32:59 PDT
Created attachment 209424 [details]
Patch
Comment 2 Mark Rowe (bdash) 2013-08-22 23:54:00 PDT
Comment on attachment 209424 [details]
Patch

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

> Tools/Scripts/build-jsc:82
> +        $ENV{ENABLE_FTL_JIT} = 1;

What's this environment variable for?
Comment 3 Filip Pizlo 2013-08-23 08:44:21 PDT
(In reply to comment #2)
> (From update of attachment 209424 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=209424&action=review
> 
> > Tools/Scripts/build-jsc:82
> > +        $ENV{ENABLE_FTL_JIT} = 1;
> 
> What's this environment variable for?

It tells copy-webkitlibraries-to product-directory that it has LLVM things to do.
Comment 4 Filip Pizlo 2013-08-23 12:41:03 PDT
Landed in http://trac.webkit.org/changeset/154509