Search:
Login
Preferences
Forgot your password?
Wiki
Timeline
Browse Source
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 2
and
Version 3
of
FTLJIT
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Sep 12, 2013 11:44:10 AM (
10 years
ago)
Author:
fpizlo@apple.com
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
FTLJIT
v2
v3
26
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:
27
27
28
{{{
28
29
DYLD_FRAMEWORK_PATH=WebKitBuild/Debug WebKitBuild/Debug/jsc --useExperimentalFTL=true <my JS program>
30
}}}
29
31
30
32
= Testing