⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 176446 in webkit


Ignore:
Timestamp:
Nov 21, 2014, 7:26:06 AM (12 years ago)
Author:
Csaba Osztrogonác
Message:

[JSC] Disable verifyHeap
https://bugs.webkit.org/show_bug.cgi?id=138962

Reviewed by Mark Lam.

  • runtime/Options.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r176425 r176446  
     12014-11-21  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [JSC] Disable verifyHeap
     4        https://bugs.webkit.org/show_bug.cgi?id=138962
     5
     6        Reviewed by Mark Lam.
     7
     8        * runtime/Options.h:
     9
    1102014-11-20  Mark Lam  <mark.lam@apple.com>
    211
  • trunk/Source/JavaScriptCore/runtime/Options.h

    r176424 r176446  
    288288    v(bool, enableTypeProfiler, false) \
    289289    \
    290     v(bool, verifyHeap, true) \
     290    v(bool, verifyHeap, false) \
    291291    v(unsigned, numberOfGCCyclesToRecordForVerification, 3) \
    292292    \
Note: See TracChangeset for help on using the changeset viewer.