Changeset 95510 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Sep 19, 2011, 8:35:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r95507 r95510 1 2011-09-19 Geoffrey Garen <[email protected]> 2 3 Removed ENABLE_JSC_MULTIPLE_THREADS and related #ifdefs. 4 https://bugs.webkit.org/show_bug.cgi?id=68422 5 6 As discussed on webkit-dev. All ports build with threads enabled in JSC now. 7 8 This may break WinCE and other ports that have not built and tested with 9 this configuration. I've filed bugs for port maintainers. It's time for 10 WebKit to move forward. 11 12 Reviewed by Sam Weinig. 13 14 * API/APIShims.h: 15 (JSC::APIEntryShimWithoutLock::APIEntryShimWithoutLock): 16 * API/JSContextRef.cpp: 17 * heap/MachineStackMarker.cpp: 18 (JSC::MachineThreads::MachineThreads): 19 (JSC::MachineThreads::~MachineThreads): 20 (JSC::MachineThreads::gatherConservativeRoots): 21 * heap/MachineStackMarker.h: 22 * runtime/InitializeThreading.cpp: 23 (JSC::initializeThreadingOnce): 24 (JSC::initializeThreading): 25 * runtime/JSGlobalData.cpp: 26 (JSC::JSGlobalData::sharedInstance): 27 * runtime/JSGlobalData.h: 28 (JSC::JSGlobalData::makeUsableFromMultipleThreads): 29 * runtime/JSLock.cpp: 30 * runtime/Structure.cpp: 31 * wtf/Platform.h: 32 1 33 2011-09-19 Sheriff Bot <[email protected]> 2 34
Note:
See TracChangeset
for help on using the changeset viewer.