Changes between Version 1 and Version 2 of FTLJIT


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FTLJIT

    v1 v2  
    1414You can try out the FTL JIT on the Mac port by doing:
    1515
     16{{{
    1617Tools/Scripts/build-jsc --ftl-jit --debug
     18}}}
    1719
    1820or:
    1921
     22{{{
    2023Tools/Scripts/build-jsc --ftl-jit --release
     24}}}
    2125
    2226The FTL JIT is runtime-disabled even when it is buildtime-enabled.  Hence to run a program with the FTL JIT you also need:
     
    2832You can run the test suite including the FTL JIT by doing:
    2933
     34{{{
    3035Tools/Scripts/run-javascriptcore-tests --debug --ftl-jit
     36}}}
    3137
    3238or:
    3339
     40{{{
    3441Tools/Scripts/run-javascriptcore-tests --release --ftl-jit
     42}}}
    3543
    3644= Looking at IR