WebKit Trac
  • Login
  • Preferences
  • Forgot your password?
  • Wiki
  • Timeline
  • Browse Source
  • Search

Context Navigation



Results (471 - 480 of 3373)

← 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 →
[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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — 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 fpizlo@apple.com — Sep 7, 2016, 1:21:46 PM
← 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.5.4
By Edgewall Software .

Hosted by Apple