Changes between Version 1 and Version 2 of FTLJIT
- Timestamp:
- Sep 12, 2013 11:43:35 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FTLJIT
v1 v2 14 14 You can try out the FTL JIT on the Mac port by doing: 15 15 16 {{{ 16 17 Tools/Scripts/build-jsc --ftl-jit --debug 18 }}} 17 19 18 20 or: 19 21 22 {{{ 20 23 Tools/Scripts/build-jsc --ftl-jit --release 24 }}} 21 25 22 26 The FTL JIT is runtime-disabled even when it is buildtime-enabled. Hence to run a program with the FTL JIT you also need: … … 28 32 You can run the test suite including the FTL JIT by doing: 29 33 34 {{{ 30 35 Tools/Scripts/run-javascriptcore-tests --debug --ftl-jit 36 }}} 31 37 32 38 or: 33 39 40 {{{ 34 41 Tools/Scripts/run-javascriptcore-tests --release --ftl-jit 42 }}} 35 43 36 44 = Looking at IR