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

Context Navigation



Results (451 - 460 of 3373)

← 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 →
[206555]: The write barrier should be down with TSO ...
The write barrier should be down with TSO https://bugs.webkit.org/show_bug.cgi?id=162316 Reviewed by Geoffrey Garen. Source/JavaScriptCore: This makes our write barrier behave correctly when it races with the collector. The coll ...
By fpizlo@apple.com — Sep 28, 2016 2:55:53 PM
[206539]: Optimize B3->Air lowering of Fence on ARM ...
Optimize B3->Air lowering of Fence on ARM https://bugs.webkit.org/show_bug.cgi?id=162342 Reviewed by Geoffrey Garen. This gives us comprehensive support for standalone fences on x86 and ARM. The changes are as follows: - Sets in stone t ...
By fpizlo@apple.com — Sep 28, 2016 1:30:44 PM
[206530]: Store-load fences should be a lot cheaper on ARM ...
Store-load fences should be a lot cheaper on ARM https://bugs.webkit.org/show_bug.cgi?id=162461 Rubber stamped by Keith Miller. It turns out that they are already cheap enough, so this change just make us use them. * heap/SlotVisitor.cp ...
By fpizlo@apple.com — Sep 28, 2016 12:11:49 PM
[206472]: B3::lowerMacros forgets to before->updatePredecessorsAfter() when ...
B3::lowerMacros forgets to before->updatePredecessorsAfter() when lowering ChillMod on ARM64 https://bugs.webkit.org/show_bug.cgi?id=162644 Reviewed by Keith Miller. JSTests: * stress/chill-mod-chill-mod.js: Added. (foo): Source/JavaSc ...
By fpizlo@apple.com — Sep 27, 2016 4:54:28 PM
[206344]: Need a store-load fence between setting cell state and visiting the ...
Need a store-load fence between setting cell state and visiting the object in SlotVisitor https://bugs.webkit.org/show_bug.cgi?id=162354 Reviewed by Mark Lam. Source/JavaScriptCore: This was meant to be a small change, but then ...
By fpizlo@apple.com — Sep 23, 2016 5:47:30 PM
[206319]: Unreviewed, fix all other builds. * assembler/AbstractMacroAssembler.h:
Unreviewed, fix all other builds. * assembler/AbstractMacroAssembler.h:
By fpizlo@apple.com — Sep 23, 2016 12:31:11 PM
[206316]: Unreviewed, fix cloop. * assembler/AbstractMacroAssembler.h: * ...
Unreviewed, fix cloop. * assembler/AbstractMacroAssembler.h: * heap/SlotVisitor.cpp:
By fpizlo@apple.com — Sep 23, 2016 11:47:41 AM
[206314]: Source/JavaScriptCore: Need a store-load fence between setting cell ...
Source/JavaScriptCore: Need a store-load fence between setting cell state and visiting the object in SlotVisitor https://bugs.webkit.org/show_bug.cgi?id=162354 Reviewed by Mark Lam. This was meant to be a small change, but then ...
By fpizlo@apple.com — Sep 23, 2016 11:09:44 AM
[206274]: Fences on x86 should be a lot cheaper ...
Fences on x86 should be a lot cheaper https://bugs.webkit.org/show_bug.cgi?id=162417 Reviewed by Mark Lam and Geoffrey Garen. Source/JavaScriptCore: It turns out that: lock; orl $0, (%rsp) does everything that we w ...
By fpizlo@apple.com — Sep 22, 2016 2:11:42 PM
[206226]: Add a Fence opcode to B3 ...
Add a Fence opcode to B3 https://bugs.webkit.org/show_bug.cgi?id=162343 Reviewed by Geoffrey Garen. Source/JavaScriptCore: This adds the most basic fence support to B3. Currently, this is optimal on x86 and correct on ARM. It al ...
By fpizlo@apple.com — Sep 21, 2016 12:09:24 PM
← 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2.3
By Edgewall Software.

Hosted by Apple