Ignore:
Timestamp:
Oct 5, 2011, 10:44:26 AM (14 years ago)
Author:
Patrick Gansterer
Message:

Get rid of posixThread in MachineStackMarker::Thread
https://bugs.webkit.org/show_bug.cgi?id=54836

Reviewed by Oliver Hunt.

  • heap/MachineStackMarker.cpp:

(JSC::MachineThreads::Thread::Thread):
(JSC::getCurrentPlatformThread):
(JSC::equalThread):
(JSC::MachineThreads::addCurrentThread):
(JSC::MachineThreads::removeCurrentThread):
(JSC::MachineThreads::gatherConservativeRoots):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r96717 r96722  
     12011-10-05  Patrick Gansterer  <[email protected]>
     2
     3        Get rid of posixThread in MachineStackMarker::Thread
     4        https://bugs.webkit.org/show_bug.cgi?id=54836
     5
     6        Reviewed by Oliver Hunt.
     7
     8        * heap/MachineStackMarker.cpp:
     9        (JSC::MachineThreads::Thread::Thread):
     10        (JSC::getCurrentPlatformThread):
     11        (JSC::equalThread):
     12        (JSC::MachineThreads::addCurrentThread):
     13        (JSC::MachineThreads::removeCurrentThread):
     14        (JSC::MachineThreads::gatherConservativeRoots):
     15
    1162011-10-04  Geoffrey Garen  <[email protected]>
    217
Note: See TracChangeset for help on using the changeset viewer.