Results (151 - 160 of 3373)
- [225540]: IsoAlignedMemoryAllocator needs to free all of its memory when the VM ...
- IsoAlignedMemoryAllocator needs to free all of its memory when the VM destructs https://bugs.webkit.org/show_bug.cgi?id=180425 Reviewed by Saam Barati. Failure to do so causes leaks after starting workers. * heap/IsoAlignedMemor ...
- By Dec 5, 2017, 1:55:08 PM —
- [225524]: GC constraint solving should be parallel ...
- GC constraint solving should be parallel https://bugs.webkit.org/show_bug.cgi?id=179934 Reviewed by JF Bastien. PerformanceTests: Added a version of splay that measures latency in a way that run-jsc-benchmarks groks. * Octane/s ...
- By Dec 5, 2017, 9:53:57 AM —
- [225315]: CodeBlockSet::deleteUnmarkedAndUnreferenced can be a little more ...
- CodeBlockSet::deleteUnmarkedAndUnreferenced can be a little more efficient https://bugs.webkit.org/show_bug.cgi?id=180108 Reviewed by Saam Barati. This was creating a vector of things to remove and then removing them. I think I r ...
- By Nov 29, 2017, 8:48:52 PM —
- [225314]: GC should support isoheaps ...
- GC should support isoheaps https://bugs.webkit.org/show_bug.cgi?id=179288 Reviewed by Saam Barati. Source/JavaScriptCore: This expands the power of the Subspace API in JSC: - Everything associated with describing the ty ...
- By Nov 29, 2017, 8:39:50 PM —
- [225180]: Don't crash in forEachEntry when DebugHeap is enabled. Unreviewed, ...
- Don't crash in forEachEntry when DebugHeap is enabled. Unreviewed, fixing crashes on leaks bots by removing an assertion. * bmalloc/IsoTLS.cpp: (bmalloc::IsoTLS::forEachEntry): * test/testbmalloc.cpp: Make this test work with DebugHeap s ...
- By Nov 27, 2017, 10:24:56 AM —
- [225125]: Isolated Heaps caused an increase in reported leaks on the bots ...
- Isolated Heaps caused an increase in reported leaks on the bots https://bugs.webkit.org/show_bug.cgi?id=179463 Reviewed by Darin Adler. This fixes the way isoheaps interact with system tools: - Opts into the VMHeap API s ...
- By Nov 23, 2017, 4:47:58 PM —
- [224562]: Disable isoheaps on iOS Reviewed by Ryosuke Niwa. * wtf/IsoMalloc.h:
- Disable isoheaps on iOS Reviewed by Ryosuke Niwa. * wtf/IsoMalloc.h:
- By Nov 7, 2017, 5:30:14 PM —
- [224537]: bmalloc should support strictly type-segregated isolated heaps ...
- bmalloc should support strictly type-segregated isolated heaps https://bugs.webkit.org/show_bug.cgi?id=178108 Reviewed by Saam Barati, Simon Fraser, and Ryosuke Niwa. Source/bmalloc: This introduces a new allocation API in bmall ...
- By Nov 7, 2017, 11:21:52 AM —
- [224349]: AI does not correctly model the clobber case of ArithClz32 ...
- AI does not correctly model the clobber case of ArithClz32 https://bugs.webkit.org/show_bug.cgi?id=179188 Reviewed by Michael Saboff. JSTests: * stress/arith-clz32-effects.js: Added. (foo): (valueOf): Source/JavaScriptCore: The non-In ...
- By Nov 2, 2017, 12:17:25 PM —
- [223586]: You can't vmDeallocate null <rdar://problem/35038926> Reviewed by ...
- You can't vmDeallocate null <rdar://problem/35038926> Reviewed by Michael Saboff. After failing allocation, we would try to deallocate the thing we failed to allocate. The fix is to not try to deallocate something that is obvious ...
- By Oct 17, 2017, 4:49:40 PM —
Note:
See TracSearch
for help on searching.