Ignore:
Timestamp:
Nov 1, 2013, 7:24:51 PM (12 years ago)
Author:
[email protected]
Message:

FTL should use a simple optimization pipeline by default
https://bugs.webkit.org/show_bug.cgi?id=123638

Reviewed by Geoffrey Garen.

20% speed-up on imagine-gaussian-blur, when combined with --ftlUsesStackmaps=true.

  • ftl/FTLCompile.cpp:

(JSC::FTL::compile):

  • runtime/Options.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/Options.h

    r157883 r158482  
    132132    v(bool, llvmAlwaysFailsBeforeCompile, false) \
    133133    v(bool, llvmAlwaysFailsBeforeLink, false) \
     134    v(bool, llvmSimpleOpt, true) \
    134135    v(unsigned, llvmBackendOptimizationLevel, 2) \
    135136    v(unsigned, llvmOptimizationLevel, 2) \
Note: See TracChangeset for help on using the changeset viewer.