Changeset 161175 in webkit
- Timestamp:
- Dec 30, 2013, 11:39:01 PM (11 years ago)
- Location:
- branches/jsCStack/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/jsCStack/Source/JavaScriptCore/ChangeLog
r161174 r161175 1 2013-12-30 Mark Lam <mark.lam@apple.com> 2 3 CStack: the GC should not be assuming any limit on the stack size. 4 https://bugs.webkit.org/show_bug.cgi?id=126335. 5 6 Not yet reviewed. 7 8 * heap/ConservativeRoots.cpp: 9 (JSC::ConservativeRoots::genericAddSpan): 10 1 11 2013-12-30 Mark Lam <mark.lam@apple.com> 2 12 -
branches/jsCStack/Source/JavaScriptCore/heap/ConservativeRoots.cpp
r155711 r161175 100 100 } 101 101 102 ASSERT((static_cast<char*>(end) - static_cast<char*>(begin)) < 0x1000000);103 102 ASSERT(isPointerAligned(begin)); 104 103 ASSERT(isPointerAligned(end));
Note:
See TracChangeset
for help on using the changeset viewer.