Changes between Version 7 and Version 8 of EnvironmentVariables
- Timestamp:
- Dec 16, 2015 4:42:14 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EnvironmentVariables
v7 v8 19 19 || JavaScriptCoreUseJIT || 0 || Disable the JavaScript JIT || ALL || 20 20 || JSC_useFTLJIT || 0 || Disable the JavaScript FTL JIT || ALL || 21 || JSC_${option defined at Source/JavaScriptCore/runtime/Options.h} || ${value} || ${meaning} || ALL || 21 || JSC_dumpOptions || 3 || Dumps all the JSC options available to tweak || ALL || 22 || JSC_${option from previous command} || ${value} || ${check with JSC_dumpOptions=3} || ALL || 22 23 || Malloc || 1 || Disable bmalloc memory allocator and use the system default one instead || ALL || 23 24 || USE_NATIVE_XDISPLAY || 1 || Run the WebKit layout or performance tests on the current X server instead inside Xvfb || GTK+/EFL ||