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

Context Navigation



Results (421 - 430 of 3373)

← 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 →
[208364]: DFG plays fast and loose with the shadow values of a Phi ...
DFG plays fast and loose with the shadow values of a Phi https://bugs.webkit.org/show_bug.cgi?id=164309 Reviewed by Saam Barati. JSTests: This test demonstrates why the DFG needs to recognize the shadow value of a Phi. * stress ...
By fpizlo@apple.com — Nov 3, 2016, 7:37:45 PM
[208306]: The GC should be in a thread ...
The GC should be in a thread https://bugs.webkit.org/show_bug.cgi?id=163562 Reviewed by Geoffrey Garen and Andreas Kling. Source/JavaScriptCore: In a concurrent GC, the work of collecting happens on a separate thread. This patch ...
By fpizlo@apple.com — Nov 2, 2016, 3:01:04 PM
[208209]: JSC should support SharedArrayBuffer ...
JSC should support SharedArrayBuffer https://bugs.webkit.org/show_bug.cgi?id=163986 Reviewed by Keith Miller. JSTests: This adds our own test for the various corner cases of SharedArrayBuffer. This test is meant to check all of ...
By fpizlo@apple.com — Oct 31, 2016, 8:10:00 PM
[207855]: HeapTimer should not hardcode all of its subclasses and USE(CF) ...
HeapTimer should not hardcode all of its subclasses and USE(CF) shouldn't be a bizarre special case https://bugs.webkit.org/show_bug.cgi?id=163947 Reviewed by Geoffrey Garen. Source/JavaScriptCore: I want to introduce another He ...
By fpizlo@apple.com — Oct 25, 2016, 4:22:48 PM
[207714]: Slow and big Heap methods should not be inline ...
Slow and big Heap methods should not be inline https://bugs.webkit.org/show_bug.cgi?id=163802 Reviewed by Keith Miller. JSC often suffers from the inline cargo cult, and Heap is a prime example. This outlines a bunch of Heap meth ...
By fpizlo@apple.com — Oct 22, 2016, 12:34:46 PM
[207653]: The tracking of the coarse-grain Heap state (allocating or not, ...
The tracking of the coarse-grain Heap state (allocating or not, collector or not, eden vs full) should respect the orthogonality between allocating and collecting https://bugs.webkit.org/show_bug.cgi?id=163738 Reviewed by Geoffrey Garen. ...
By fpizlo@apple.com — Oct 20, 2016, 7:17:35 PM
[207577]: REGRESSION (r207480): 3 Dromaeo tests failing ...
REGRESSION (r207480): 3 Dromaeo tests failing https://bugs.webkit.org/show_bug.cgi?id=163633 Reviewed by Mark Lam. It's a ParkingLot bug: if we timeout and get unparked at the same time, then the unparking thread will clear our a ...
By fpizlo@apple.com — Oct 19, 2016, 4:37:20 PM
[207566]: Baseline JIT should use AutomaticThread ...
Baseline JIT should use AutomaticThread https://bugs.webkit.org/show_bug.cgi?id=163686 Reviewed by Geoffrey Garen. Source/JavaScriptCore: Change the JITWorklist to use AutomaticThread, so that the Baseline JIT's concurrent compi ...
By fpizlo@apple.com — Oct 19, 2016, 1:37:20 PM
[207545]: DFG worklist should use AutomaticThread ...
DFG worklist should use AutomaticThread https://bugs.webkit.org/show_bug.cgi?id=163615 Reviewed by Mark Lam. Source/JavaScriptCore: AutomaticThread is a new feature in WTF that allows you to easily create worker threads that shu ...
By fpizlo@apple.com — Oct 19, 2016, 10:47:30 AM
[207480]: WTF should make it easier to create threads that die automatically ...
WTF should make it easier to create threads that die automatically after inactivity https://bugs.webkit.org/show_bug.cgi?id=163576 Reviewed by Andreas Kling. Source/JavaScriptCore: Added a sleepSeconds() function, which made it ...
By fpizlo@apple.com — Oct 18, 2016, 1:17:10 PM
← 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.5.4
By Edgewall Software .

Hosted by Apple