Results (471 - 480 of 3373)
- [205810]: DFG::forAllKilledOperands() could use a faster bitvector scan in the ...
- DFG::forAllKilledOperands() could use a faster bitvector scan in the same-inline-stack fast path https://bugs.webkit.org/show_bug.cgi?id=161849 Reviewed by Saam Barati. Source/JavaScriptCore: This is a fairly obvious change. Thi ...
- By Sep 12, 2016, 9:08:52 AM —
- [205794]: FastBitVector should have efficient and easy-to-use vector-vector ...
- FastBitVector should have efficient and easy-to-use vector-vector operations https://bugs.webkit.org/show_bug.cgi?id=161847 Reviewed by Saam Barati. Source/JavaScriptCore: Adapt existing users of FastBitVector to the new API. * ...
- By Sep 11, 2016, 9:03:36 PM —
- [205767]: jsc.cpp should call initializeMainThread() to make sure that GC thread ...
- jsc.cpp should call initializeMainThread() to make sure that GC thread assertions work https://bugs.webkit.org/show_bug.cgi?id=161801 Reviewed by Keith Miller. The GC has debug assertions that certain things don't happen on GC th ...
- By Sep 9, 2016, 2:20:02 PM —
- [205746]: HashMapImpl needs to m_buffer.clear() in its constructor ...
- HashMapImpl needs to m_buffer.clear() in its constructor https://bugs.webkit.org/show_bug.cgi?id=161796 Reviewed by Keith Miller. This is the second time that I'm fixing a bug because AuxiliaryBarrier does not initialize itself. ...
- By Sep 9, 2016, 9:50:10 AM —
- [205683]: Heap::isMarked() shouldn't pay the price of concurrent lazy flipping ...
- Heap::isMarked() shouldn't pay the price of concurrent lazy flipping https://bugs.webkit.org/show_bug.cgi?id=161760 Reviewed by Mark Lam. Source/JavaScriptCore: To fix a race condition in marking, I made Heap::isMarked() and Hea ...
- By Sep 8, 2016, 6:22:05 PM —
- [205666]: Remove CopiedSpace and use MarkedSpace instead ...
- Remove CopiedSpace and use MarkedSpace instead https://bugs.webkit.org/show_bug.cgi?id=159658 Reviewed by Keith Miller. This removes the final client of CopiedSpace, the overrides array of DirectArguments. That is a simple change ...
- By Sep 8, 2016, 3:12:05 PM —
- [205658]: Heap version should be 32-bit ...
- Heap version should be 32-bit https://bugs.webkit.org/show_bug.cgi?id=161751 Reviewed by Mark Lam. 32-bit devices are probably getting hurt by the 64-bit version number. The reason why I made it 64-bit initially is so that I woul ...
- By Sep 8, 2016, 1:35:55 PM —
- [205654]: Move JSMap/JSSet over to Auxiliary MarkedSpace ...
- Move JSMap/JSSet over to Auxiliary MarkedSpace https://bugs.webkit.org/show_bug.cgi?id=161744 Reviewed by Saam Barati. Source/JavaScriptCore: This moves the buffer out of CopiedSpace and into Auxiliary MarkedSpace. Also ...
- By Sep 8, 2016, 11:59:02 AM —
- [205648]: Typed arrays should use MarkedSpace instead of CopiedSpace ...
- Typed arrays should use MarkedSpace instead of CopiedSpace https://bugs.webkit.org/show_bug.cgi?id=161100 Reviewed by Geoffrey Garen. This moves typed array backing stores out of CopiedSpace and into Auxiliary MarkedSpace. ...
- By Sep 8, 2016, 9:47:34 AM —
- [205566]: Make emitAllocateWithNonNullAllocator's sub32() ...
- Make emitAllocateWithNonNullAllocator's sub32() disallow-scratch-friendly https://bugs.webkit.org/show_bug.cgi?id=161706 Reviewed by Geoffrey Garen. You can't sub32(Addr, Reg) on not-x86 without using a scratch register. So, on those CPU ...
- By Sep 7, 2016, 1:21:46 PM —
Note:
See TracSearch
for help on searching.