Changes between Version 7 and Version 8 of EnvironmentVariables


Ignore:
Timestamp:
Dec 16, 2015 4:42:14 AM (8 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EnvironmentVariables

    v7 v8  
    1919|| JavaScriptCoreUseJIT || 0 || Disable the JavaScript JIT || ALL ||
    2020|| 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 ||
    2223|| Malloc || 1 || Disable bmalloc memory allocator and use the system default one instead || ALL ||
    2324|| USE_NATIVE_XDISPLAY || 1 || Run the WebKit layout or performance tests on the current X server instead inside Xvfb || GTK+/EFL ||