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

Context Navigation



Results (351 - 360 of 3373)

← 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 →
[211129]: Atomics.store should return the int-converted value according to ...
Atomics.store should return the int-converted value according to toInteger https://bugs.webkit.org/show_bug.cgi?id=167399 Reviewed by Saam Barati. JSTests: * stress/atomics-add-uint32.js: Added. * stress/atomics-store-return.js: Fix the ...
By fpizlo@apple.com — Jan 24, 2017, 6:52:51 PM
[211122]: Atomics.store should return the int-converted value, not the value ...
Atomics.store should return the int-converted value, not the value that it stored https://bugs.webkit.org/show_bug.cgi?id=167395 Reviewed by Saam Barati. JSTests: * stress/atomics-store-return.js: Added. Source/JavaScriptCore: ...
By fpizlo@apple.com — Jan 24, 2017, 4:53:48 PM
[211113]: -0 is a valid array index and AtomicsObject should know this ...
-0 is a valid array index and AtomicsObject should know this https://bugs.webkit.org/show_bug.cgi?id=167386 Reviewed by Mark Lam. JSTests: * stress/atomics-neg-zero.js: Added. Source/JavaScriptCore: * runtime/AtomicsObject.cpp: The bu ...
By fpizlo@apple.com — Jan 24, 2017, 3:24:35 PM
[211111]: Enable the stochastic space-time scheduler on the larger multicores ...
Enable the stochastic space-time scheduler on the larger multicores https://bugs.webkit.org/show_bug.cgi?id=167382 <rdar://problem/30173375> Rubber stamped by Saam Barati This looks like a 1.3% JetStream speed-up thanks to a 28% ...
By fpizlo@apple.com — Jan 24, 2017, 2:07:34 PM
[211069]: Land the stochastic space-time scheduler disabled ...
Land the stochastic space-time scheduler disabled https://bugs.webkit.org/show_bug.cgi?id=167249 Reviewed by Saam Barati. The space-time scheduler is pretty weird. It uses a periodic scheduler where the next period is simply dete ...
By fpizlo@apple.com — Jan 23, 2017, 4:01:13 PM
[211065]: SharedArrayBuffer plus WebGL should not equal CRASH ...
SharedArrayBuffer plus WebGL should not equal CRASH https://bugs.webkit.org/show_bug.cgi?id=167329 Reviewed by Saam Barati. Source/JavaScriptCore: DOM unwrapping methods should return null rather than crashing. The code expects ...
By fpizlo@apple.com — Jan 23, 2017, 3:13:41 PM
[210947]: Structure::pin() needs to be called while holding a lock ...
Structure::pin() needs to be called while holding a lock https://bugs.webkit.org/show_bug.cgi?id=167220 Reviewed by Saam Barati. Imagine this race: the mutator calls pin() and the collector calls visitChildren(), on the same Structure at ...
By fpizlo@apple.com — Jan 19, 2017, 6:38:45 PM
[210935]: The mutator needs to fire a barrier after memmoving stuff around in an ...
The mutator needs to fire a barrier after memmoving stuff around in an object that the GC scans https://bugs.webkit.org/show_bug.cgi?id=167208 Reviewed by Saam Barati. It used to be that if you moved a value from one place to ano ...
By fpizlo@apple.com — Jan 19, 2017, 12:53:42 PM
[210912]: JSSegmentedVariableObject and its subclasses should have a sane ...
JSSegmentedVariableObject and its subclasses should have a sane destruction story https://bugs.webkit.org/show_bug.cgi?id=167193 Reviewed by Saam Barati. Source/JavaScriptCore: Prior to this change, JSSegmentedVariableObjects' s ...
By fpizlo@apple.com — Jan 18, 2017, 9:13:21 PM
[210858]: JSObjectSetPrivate should not use jsCast<> rdar://problem/30069096 ...
JSObjectSetPrivate should not use jsCast<> rdar://problem/30069096 Reviewed by Keith Miller. * API/JSObjectRef.cpp: (JSObjectSetPrivate):
By fpizlo@apple.com — Jan 18, 2017, 11:30:50 AM
← 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.5.4
By Edgewall Software .

Hosted by Apple