RESOLVED FIXED Bug 120194
build-jsc --ftl-jit should work
https://bugs.webkit.org/show_bug.cgi?id=120194
Summary build-jsc --ftl-jit should work
Filip Pizlo
Reported 2013-08-22 19:30:45 PDT
build-jsc --ftl-jit should work
Attachments
Patch (6.35 KB, patch)
2013-08-22 19:32 PDT, Filip Pizlo
oliver: review+
Filip Pizlo
Comment 1 2013-08-22 19:32:59 PDT
Mark Rowe (bdash)
Comment 2 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?
Filip Pizlo
Comment 3 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.
Filip Pizlo
Comment 4 2013-08-23 12:41:03 PDT
Note You need to log in before you can comment on or make changes to this bug.