Changeset 157422 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Oct 14, 2013, 2:41:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r157420 r157422 1 2013-10-14 Mark Hahnenberg <[email protected]> 2 3 COLLECT_ON_EVERY_ALLOCATION causes assertion failures 4 https://bugs.webkit.org/show_bug.cgi?id=122652 5 6 Reviewed by Filip Pizlo. 7 8 COLLECT_ON_EVERY_ALLOCATION wasn't accounting for the new GC deferral mechanism, 9 so we would end up ASSERTing during garbage collection. 10 11 * heap/MarkedAllocator.cpp: 12 (JSC::MarkedAllocator::allocateSlowCase): 13 1 14 2013-10-11 Oliver Hunt <[email protected]> 2 15
Note:
See TracChangeset
for help on using the changeset viewer.