[webkit-reviews] review granted: [Bug 125530] DFG should have a separate StoreBarrier node : [Attachment 219570] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 18 14:24:31 PST 2013


Filip Pizlo <fpizlo at apple.com> has granted Mark Hahnenberg
<mhahnenberg at apple.com>'s request for review:
Bug 125530: DFG should have a separate StoreBarrier node
https://bugs.webkit.org/show_bug.cgi?id=125530

Attachment 219570: Patch
https://bugs.webkit.org/attachment.cgi?id=219570&action=review

------- Additional Comments from Filip Pizlo <fpizlo at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=219570&action=review


> Source/JavaScriptCore/dfg/DFGStoreBarrierElisionPhase.cpp:114
> +	   if (node->op() != StoreBarrier)
> +	       return;

Other kinds of barriers?


More information about the webkit-reviews mailing list