Ignore:
Timestamp:
Feb 28, 2013, 3:23:14 PM (12 years ago)
Author:
[email protected]
Message:

Don't try to emit profiling if you don't have the DFG JIT.

Rubber stamped by Mark Hahnenberg.

  • jit/JIT.h:

(JSC::JIT::shouldEmitProfiling):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JIT.h

    r144210 r144379  
    905905        // Enables use of value profiler with tiered compilation turned off,
    906906        // in which case all code gets profiled.
    907         bool shouldEmitProfiling() { return true; }
     907        bool shouldEmitProfiling() { return false; }
    908908#endif
    909909
Note: See TracChangeset for help on using the changeset viewer.