Ignore:
Timestamp:
Oct 14, 2013, 2:59:41 PM (12 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r157413.
http://trac.webkit.org/changeset/157413
https://bugs.webkit.org/show_bug.cgi?id=122779

Appears to have caused frequent crashes (Requested by ap on
#webkit).

  • CMakeLists.txt:
  • GNUmakefile.list.am:
  • JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:
  • JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • heap/DeferGC.cpp: Removed.
  • heap/DeferGC.h:
  • jit/JITStubs.cpp:

(JSC::tryCacheGetByID):
(JSC::DEFINE_STUB_FUNCTION):

  • llint/LLIntSlowPaths.cpp:

(JSC::LLInt::LLINT_SLOW_PATH_DECL):

  • runtime/ConcurrentJITLock.h:
  • runtime/InitializeThreading.cpp:

(JSC::initializeThreadingOnce):

  • runtime/JSCellInlines.h:

(JSC::allocateCell):

  • runtime/Structure.cpp:

(JSC::Structure::materializePropertyMap):
(JSC::Structure::putSpecificValue):
(JSC::Structure::createPropertyMap):

  • runtime/Structure.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r157422 r157424  
     12013-10-14  Commit Queue  <[email protected]>
     2
     3        Unreviewed, rolling out r157413.
     4        http://trac.webkit.org/changeset/157413
     5        https://bugs.webkit.org/show_bug.cgi?id=122779
     6
     7        Appears to have caused frequent crashes (Requested by ap on
     8        #webkit).
     9
     10        * CMakeLists.txt:
     11        * GNUmakefile.list.am:
     12        * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:
     13        * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters:
     14        * JavaScriptCore.xcodeproj/project.pbxproj:
     15        * heap/DeferGC.cpp: Removed.
     16        * heap/DeferGC.h:
     17        * jit/JITStubs.cpp:
     18        (JSC::tryCacheGetByID):
     19        (JSC::DEFINE_STUB_FUNCTION):
     20        * llint/LLIntSlowPaths.cpp:
     21        (JSC::LLInt::LLINT_SLOW_PATH_DECL):
     22        * runtime/ConcurrentJITLock.h:
     23        * runtime/InitializeThreading.cpp:
     24        (JSC::initializeThreadingOnce):
     25        * runtime/JSCellInlines.h:
     26        (JSC::allocateCell):
     27        * runtime/Structure.cpp:
     28        (JSC::Structure::materializePropertyMap):
     29        (JSC::Structure::putSpecificValue):
     30        (JSC::Structure::createPropertyMap):
     31        * runtime/Structure.h:
     32
    1332013-10-14  Mark Hahnenberg  <[email protected]>
    234
Note: See TracChangeset for help on using the changeset viewer.