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

Context Navigation



Results (461 - 470 of 3373)

← 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 →
[206183]: DFG::StoreBarrierInsertionPhase should assume that any epoch increment ...
DFG::StoreBarrierInsertionPhase should assume that any epoch increment may make objects older https://bugs.webkit.org/show_bug.cgi?id=162319 Reviewed by Saam Barati. The store barrier phase needs to be aware of the fact that an o ...
By fpizlo@apple.com — Sep 20, 2016 3:57:16 PM
[206172]: Rename MarkedSpace::version/MarkedBlock::version to ...
Rename MarkedSpace::version/MarkedBlock::version to MarkedSpace::markingVersion/MarkedBlock::markingVersion https://bugs.webkit.org/show_bug.cgi?id=162310 Reviewed by Geoffrey Garen. In bug 162309, which is part of my concurrent ...
By fpizlo@apple.com — Sep 20, 2016 2:04:06 PM
[206160]: Unreviewed, fix cloop build. * runtime/VM.h:
Unreviewed, fix cloop build. * runtime/VM.h:
By fpizlo@apple.com — Sep 20, 2016 11:35:24 AM
[206154]: Make MarkedBlock state tracking support overlapped allocation and ...
Make MarkedBlock state tracking support overlapped allocation and marking state https://bugs.webkit.org/show_bug.cgi?id=161581 Reviewed by Geoffrey Garen. JSTests: Add a microbenchmark for why we want to reclaim empty blocks fro ...
By fpizlo@apple.com — Sep 20, 2016 11:12:18 AM
[205998]: REGRESSION (r205462): Lot of leaks ...
REGRESSION (r205462): Lot of leaks https://bugs.webkit.org/show_bug.cgi?id=161946 Reviewed by Saam Barati. We were forgetting to delete LargeAllocations on VM exit! * heap/MarkedSpace.cpp: (JSC::MarkedSpace::~MarkedSpace):
By fpizlo@apple.com — Sep 15, 2016 3:01:37 PM
[205979]: There is no good reason for WeakBlock to care about newly allocated ...
There is no good reason for WeakBlock to care about newly allocated objects https://bugs.webkit.org/show_bug.cgi?id=162006 Reviewed by Geoffrey Garen. WeakBlock scans itself in two modes: visit: if a Weak in the block belongs to an unma ...
By fpizlo@apple.com — Sep 15, 2016 10:17:07 AM
[205925]: Remove Heap::setMarked() Rubber stamped by Keith Miller. ...
Remove Heap::setMarked() Rubber stamped by Keith Miller. Nobody uses this function. * heap/Heap.h: * heap/HeapInlines.h: (JSC::Heap::setMarked): Deleted. * heap/LargeAllocation.h: (JSC::LargeAllocation::testAndSetMarked): (JSC:: ...
By fpizlo@apple.com — Sep 14, 2016 1:41:31 PM
[205886]: Remove Heap::isLive() https://bugs.webkit.org/show_bug.cgi?id=161933 ...
Remove Heap::isLive() https://bugs.webkit.org/show_bug.cgi?id=161933 Reviewed by Mark Lam. Before I put any more effort into maintaining this weird function, I decided to check how it was used. It turns out it's not. * heap/Heap ...
By fpizlo@apple.com — Sep 13, 2016 4:19:48 PM
[205859]: ParkingLot is going to have a bad time with threads dying ...
ParkingLot is going to have a bad time with threads dying https://bugs.webkit.org/show_bug.cgi?id=161893 Reviewed by Michael Saboff. If a thread dies right as it falls out of parkConditionally, then unparkOne() and friends might ...
By fpizlo@apple.com — Sep 13, 2016 8:59:25 AM
[205850]: MarkedBlock should be able to use flipIfNecessary() as the "I'm not ...
MarkedBlock should be able to use flipIfNecessary() as the "I'm not empty" trigger https://bugs.webkit.org/show_bug.cgi?id=161869 Reviewed by Saam Barati. In bug 161581, I'm going to use flipIfNecessary() during marking to trigge ...
By fpizlo@apple.com — Sep 12, 2016 9:33:19 PM
← 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2.3
By Edgewall Software.

Hosted by Apple