Changes between Version 2 and Version 3 of FTLJIT


Ignore:
Timestamp:
Sep 12, 2013 11:44:10 AM (11 years ago)
Author:
fpizlo@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FTLJIT

    v2 v3  
    2626The FTL JIT is runtime-disabled even when it is buildtime-enabled.  Hence to run a program with the FTL JIT you also need:
    2727
     28{{{
    2829DYLD_FRAMEWORK_PATH=WebKitBuild/Debug WebKitBuild/Debug/jsc --useExperimentalFTL=true <my JS program>
     30}}}
    2931
    3032= Testing