<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[206324] trunk/Source</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/206324">206324</a></dd>
<dt>Author</dt> <dd>ryanhaddad@apple.com</dd>
<dt>Date</dt> <dd>2016-09-23 13:16:43 -0700 (Fri, 23 Sep 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed, rolling out <a href="http://trac.webkit.org/projects/webkit/changeset/206314">r206314</a>, <a href="http://trac.webkit.org/projects/webkit/changeset/206316">r206316</a>, and <a href="http://trac.webkit.org/projects/webkit/changeset/206319">r206319</a>.
https://bugs.webkit.org/show_bug.cgi?id=162506

These changes broke various builds (Requested by ryanhaddad on
#webkit).

Reverted changesets:

&quot;Need a store-load fence between setting cell state and
visiting the object in SlotVisitor&quot;
https://bugs.webkit.org/show_bug.cgi?id=162354
http://trac.webkit.org/changeset/206314

&quot;Unreviewed, fix cloop.&quot;
http://trac.webkit.org/changeset/206316

&quot;Unreviewed, fix all other builds.&quot;
http://trac.webkit.org/changeset/206319

Patch by Commit Queue &lt;commit-queue@webkit.org&gt; on 2016-09-23</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCoreChangeLog">trunk/Source/JavaScriptCore/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCoreassemblerAbstractMacroAssemblerh">trunk/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreftlFTLLowerDFGToB3cpp">trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreheapCellStateh">trunk/Source/JavaScriptCore/heap/CellState.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreheapHeapcpp">trunk/Source/JavaScriptCore/heap/Heap.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreheapHeaph">trunk/Source/JavaScriptCore/heap/Heap.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreheapHeapInlinesh">trunk/Source/JavaScriptCore/heap/HeapInlines.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreheapMarkStackcpp">trunk/Source/JavaScriptCore/heap/MarkStack.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreheapMarkStackh">trunk/Source/JavaScriptCore/heap/MarkStack.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreheapSlotVisitorcpp">trunk/Source/JavaScriptCore/heap/SlotVisitor.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreheapSlotVisitorh">trunk/Source/JavaScriptCore/heap/SlotVisitor.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreheapSlotVisitorInlinesh">trunk/Source/JavaScriptCore/heap/SlotVisitorInlines.h</a></li>
<li><a href="#trunkSourceJavaScriptCorejitAssemblyHelpersh">trunk/Source/JavaScriptCore/jit/AssemblyHelpers.h</a></li>
<li><a href="#trunkSourceJavaScriptCorellintLLIntDatacpp">trunk/Source/JavaScriptCore/llint/LLIntData.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCorellintLowLevelInterpreterasm">trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm</a></li>
<li><a href="#trunkSourceJavaScriptCorellintLowLevelInterpreter32_64asm">trunk/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm</a></li>
<li><a href="#trunkSourceJavaScriptCorellintLowLevelInterpreter64asm">trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm</a></li>
<li><a href="#trunkSourceJavaScriptCoreruntimeJSObjecth">trunk/Source/JavaScriptCore/runtime/JSObject.h</a></li>
<li><a href="#trunkSourceWTFChangeLog">trunk/Source/WTF/ChangeLog</a></li>
<li><a href="#trunkSourceWTFwtfAtomicsh">trunk/Source/WTF/wtf/Atomics.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ChangeLog (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ChangeLog        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/ChangeLog        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -1,3 +1,24 @@
</span><ins>+2016-09-23  Commit Queue  &lt;commit-queue@webkit.org&gt;
+
+        Unreviewed, rolling out r206314, r206316, and r206319.
+        https://bugs.webkit.org/show_bug.cgi?id=162506
+
+        These changes broke various builds (Requested by ryanhaddad on
+        #webkit).
+
+        Reverted changesets:
+
+        &quot;Need a store-load fence between setting cell state and
+        visiting the object in SlotVisitor&quot;
+        https://bugs.webkit.org/show_bug.cgi?id=162354
+        http://trac.webkit.org/changeset/206314
+
+        &quot;Unreviewed, fix cloop.&quot;
+        http://trac.webkit.org/changeset/206316
+
+        &quot;Unreviewed, fix all other builds.&quot;
+        http://trac.webkit.org/changeset/206319
+
</ins><span class="cx"> 2016-09-23  Filip Pizlo  &lt;fpizlo@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed, fix all other builds.
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreassemblerAbstractMacroAssemblerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -27,8 +27,6 @@
</span><span class="cx"> #define AbstractMacroAssembler_h
</span><span class="cx"> 
</span><span class="cx"> #include &quot;AbortReason.h&quot;
</span><del>-#include &quot;AssemblerBuffer.h&quot;
-#include &quot;AssemblerCommon.h&quot;
</del><span class="cx"> #include &quot;CodeLocation.h&quot;
</span><span class="cx"> #include &quot;MacroAssemblerCodeRef.h&quot;
</span><span class="cx"> #include &quot;Options.h&quot;
</span><span class="lines">@@ -37,6 +35,8 @@
</span><span class="cx"> #include &lt;wtf/SharedTask.h&gt;
</span><span class="cx"> #include &lt;wtf/WeakRandom.h&gt;
</span><span class="cx"> 
</span><ins>+#if ENABLE(ASSEMBLER)
+
</ins><span class="cx"> namespace JSC {
</span><span class="cx"> 
</span><span class="cx"> inline bool isARMv7IDIVSupported()
</span><span class="lines">@@ -95,8 +95,6 @@
</span><span class="cx">     return isX86_64() &amp;&amp; Options::useArchitectureSpecificOptimizations();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-#if ENABLE(ASSEMBLER)
-
</del><span class="cx"> class AllowMacroScratchRegisterUsage;
</span><span class="cx"> class DisallowMacroScratchRegisterUsage;
</span><span class="cx"> class LinkBuffer;
</span><span class="lines">@@ -1167,8 +1165,8 @@
</span><span class="cx">     return BaseIndex(base, index, scale, offset);
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+} // namespace JSC
+
</ins><span class="cx"> #endif // ENABLE(ASSEMBLER)
</span><span class="cx"> 
</span><del>-} // namespace JSC
-
</del><span class="cx"> #endif // AbstractMacroAssembler_h
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreftlFTLLowerDFGToB3cpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -11435,8 +11435,7 @@
</span><span class="cx">         LBasicBlock continuation = m_out.newBlock();
</span><span class="cx"> 
</span><span class="cx">         m_out.branch(
</span><del>-            m_out.above(loadCellState(base), m_out.constInt32(blackThreshold)),
-            usually(continuation), rarely(slowPath));
</del><ins>+            m_out.notZero32(loadCellState(base)), usually(continuation), rarely(slowPath));
</ins><span class="cx"> 
</span><span class="cx">         LBasicBlock lastNext = m_out.appendTo(slowPath, continuation);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreheapCellStateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/heap/CellState.h (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/heap/CellState.h        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/heap/CellState.h        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><span class="cx"> /*
</span><del>- * Copyright (C) 2015-2016 Apple Inc. All rights reserved.
</del><ins>+ * Copyright (C) 2015 Apple Inc. All rights reserved.
</ins><span class="cx">  *
</span><span class="cx">  * Redistribution and use in source and binary forms, with or without
</span><span class="cx">  * modification, are permitted provided that the following conditions
</span><span class="lines">@@ -26,47 +26,34 @@
</span><span class="cx"> #ifndef CellState_h
</span><span class="cx"> #define CellState_h
</span><span class="cx"> 
</span><del>-#include &lt;wtf/Assertions.h&gt;
-
</del><span class="cx"> namespace JSC {
</span><span class="cx"> 
</span><span class="cx"> enum class CellState : uint8_t {
</span><del>-    // The object is black for the first time during this GC.
-    NewBlack = 0,
</del><ins>+    // The object is black as far as this GC is concerned. When not in GC, this just means that it's an
+    // old gen object. Note that we deliberately arrange OldBlack to be zero, so that the store barrier on
+    // a target object &quot;from&quot; is just:
+    //
+    // if (!from-&gt;cellState())
+    //     slowPath(from);
+    //
+    // There is a bunch of code in the LLInt and JITs that rely on this being the case. You'd have to
+    // change a lot of code if you ever wanted the store barrier to be anything but a non-zero check on
+    // cellState.
+    OldBlack = 0,
</ins><span class="cx">     
</span><del>-    // The object is black for the Nth time during this full GC cycle (N &gt; 1). An object may get to
-    // this state if it transitions from black back to grey during a concurrent GC, or because it
-    // wound up in the remembered set because of a generational barrier.
-    OldBlack = 1,
-    
</del><span class="cx">     // The object is in eden. During GC, this means that the object has not been marked yet.
</span><del>-    NewWhite = 2,
</del><ins>+    NewWhite = 1,
</ins><span class="cx"> 
</span><del>-    // The object is grey - i.e. it will be scanned - and this is the first time in this GC that we are
-    // going to scan it. If this is an eden GC, this also means that the object is in eden.
-    NewGrey = 3,
-
</del><span class="cx">     // The object is grey - i.e. it will be scanned - but it either belongs to old gen (if this is eden
</span><span class="cx">     // GC) or it is grey a second time in this current GC (because a concurrent store barrier requested
</span><span class="cx">     // re-greying).
</span><del>-    OldGrey = 4
</del><ins>+    OldGrey = 2,
+
+    // The object is grey - i.e. it will be scanned - and this is the first time in this GC that we are
+    // going to scan it. If this is an eden GC, this also means that the object is in eden.
+    NewGrey = 3
</ins><span class="cx"> };
</span><span class="cx"> 
</span><del>-static const unsigned blackThreshold = 1; // x &lt;= blackThreshold means x is black.
-
-inline bool isBlack(CellState cellState)
-{
-    return static_cast&lt;unsigned&gt;(cellState) &lt;= blackThreshold;
-}
-
-inline CellState blacken(CellState cellState)
-{
-    if (cellState == CellState::NewGrey)
-        return CellState::NewBlack;
-    ASSERT(cellState == CellState::NewBlack || cellState == CellState::OldBlack || cellState == CellState::OldGrey);
-    return CellState::OldBlack;
-}
-
</del><span class="cx"> } // namespace JSC
</span><span class="cx"> 
</span><span class="cx"> #endif // CellState_h
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreheapHeapcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/heap/Heap.cpp (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/heap/Heap.cpp        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/heap/Heap.cpp        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -28,7 +28,6 @@
</span><span class="cx"> #include &quot;FullGCActivityCallback.h&quot;
</span><span class="cx"> #include &quot;GCActivityCallback.h&quot;
</span><span class="cx"> #include &quot;GCIncomingRefCountedSetInlines.h&quot;
</span><del>-#include &quot;GCSegmentedArrayInlines.h&quot;
</del><span class="cx"> #include &quot;GCTypeMap.h&quot;
</span><span class="cx"> #include &quot;HasOwnPropertyCache.h&quot;
</span><span class="cx"> #include &quot;HeapHelperPool.h&quot;
</span><span class="lines">@@ -915,7 +914,7 @@
</span><span class="cx"> {
</span><span class="cx">     ASSERT(cell);
</span><span class="cx">     ASSERT(!Options::useConcurrentJIT() || !isCompilationThread());
</span><del>-    ASSERT(isBlack(cell-&gt;cellState()));
</del><ins>+    ASSERT(cell-&gt;cellState() == CellState::OldBlack);
</ins><span class="cx">     // Indicate that this object is grey and that it's one of the following:
</span><span class="cx">     // - A re-greyed object during a concurrent collection.
</span><span class="cx">     // - An old remembered object.
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreheapHeaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/heap/Heap.h (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/heap/Heap.h        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/heap/Heap.h        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -175,11 +175,11 @@
</span><span class="cx">     // call both of these functions: Calling only one may trigger catastropic
</span><span class="cx">     // memory growth.
</span><span class="cx">     void reportExtraMemoryAllocated(size_t);
</span><del>-    void reportExtraMemoryVisited(JSCell*, size_t);
</del><ins>+    void reportExtraMemoryVisited(CellState cellStateBeforeVisiting, size_t);
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(RESOURCE_USAGE)
</span><span class="cx">     // Use this API to report the subset of extra memory that lives outside this process.
</span><del>-    void reportExternalMemoryVisited(JSCell*, size_t);
</del><ins>+    void reportExternalMemoryVisited(CellState cellStateBeforeVisiting, size_t);
</ins><span class="cx">     size_t externalMemorySize() { return m_externalMemorySize; }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreheapHeapInlinesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/heap/HeapInlines.h (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/heap/HeapInlines.h        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/heap/HeapInlines.h        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -125,7 +125,7 @@
</span><span class="cx"> #if ENABLE(WRITE_BARRIER_PROFILING)
</span><span class="cx">     WriteBarrierCounters::countWriteBarrier();
</span><span class="cx"> #endif
</span><del>-    if (!from || !isBlack(from-&gt;cellState()))
</del><ins>+    if (!from || from-&gt;cellState() != CellState::OldBlack)
</ins><span class="cx">         return;
</span><span class="cx">     if (!to || to-&gt;cellState() != CellState::NewWhite)
</span><span class="cx">         return;
</span><span class="lines">@@ -135,7 +135,7 @@
</span><span class="cx"> inline void Heap::writeBarrier(const JSCell* from)
</span><span class="cx"> {
</span><span class="cx">     ASSERT_GC_OBJECT_LOOKS_VALID(const_cast&lt;JSCell*&gt;(from));
</span><del>-    if (!from || !isBlack(from-&gt;cellState()))
</del><ins>+    if (!from || from-&gt;cellState() != CellState::OldBlack)
</ins><span class="cx">         return;
</span><span class="cx">     addToRememberedSet(from);
</span><span class="cx"> }
</span><span class="lines">@@ -146,10 +146,10 @@
</span><span class="cx">         reportExtraMemoryAllocatedSlowCase(size);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-inline void Heap::reportExtraMemoryVisited(JSCell* cell, size_t size)
</del><ins>+inline void Heap::reportExtraMemoryVisited(CellState dataBeforeVisiting, size_t size)
</ins><span class="cx"> {
</span><span class="cx">     // We don't want to double-count the extra memory that was reported in previous collections.
</span><del>-    if (operationInProgress() == EdenCollection &amp;&amp; cell-&gt;cellState() == CellState::OldBlack)
</del><ins>+    if (operationInProgress() == EdenCollection &amp;&amp; dataBeforeVisiting == CellState::OldGrey)
</ins><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx">     size_t* counter = &amp;m_extraMemorySize;
</span><span class="lines">@@ -162,10 +162,10 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(RESOURCE_USAGE)
</span><del>-inline void Heap::reportExternalMemoryVisited(JSCell* cell, size_t size)
</del><ins>+inline void Heap::reportExternalMemoryVisited(CellState dataBeforeVisiting, size_t size)
</ins><span class="cx"> {
</span><span class="cx">     // We don't want to double-count the external memory that was reported in previous collections.
</span><del>-    if (operationInProgress() == EdenCollection &amp;&amp; cell-&gt;cellState() == CellState::OldBlack)
</del><ins>+    if (operationInProgress() == EdenCollection &amp;&amp; dataBeforeVisiting == CellState::OldGrey)
</ins><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx">     size_t* counter = &amp;m_externalMemorySize;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreheapMarkStackcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/heap/MarkStack.cpp (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/heap/MarkStack.cpp        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/heap/MarkStack.cpp        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -26,7 +26,6 @@
</span><span class="cx"> #include &quot;config.h&quot;
</span><span class="cx"> #include &quot;MarkStack.h&quot;
</span><span class="cx"> 
</span><del>-#include &quot;GCSegmentedArrayInlines.h&quot;
</del><span class="cx"> #include &quot;JSCInlines.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace JSC {
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreheapMarkStackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/heap/MarkStack.h (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/heap/MarkStack.h        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/heap/MarkStack.h        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #ifndef MarkStack_h
</span><span class="cx"> #define MarkStack_h
</span><span class="cx"> 
</span><del>-#include &quot;GCSegmentedArray.h&quot;
</del><ins>+#include &quot;GCSegmentedArrayInlines.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> namespace JSC {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreheapSlotVisitorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/heap/SlotVisitor.cpp (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/heap/SlotVisitor.cpp        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/heap/SlotVisitor.cpp        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -25,10 +25,9 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><span class="cx"> #include &quot;SlotVisitor.h&quot;
</span><ins>+#include &quot;SlotVisitorInlines.h&quot;
</ins><span class="cx"> 
</span><del>-#include &quot;AbstractMacroAssembler.h&quot;
</del><span class="cx"> #include &quot;ConservativeRoots.h&quot;
</span><del>-#include &quot;GCSegmentedArrayInlines.h&quot;
</del><span class="cx"> #include &quot;HeapCellInlines.h&quot;
</span><span class="cx"> #include &quot;HeapProfiler.h&quot;
</span><span class="cx"> #include &quot;HeapSnapshotBuilder.h&quot;
</span><span class="lines">@@ -37,7 +36,6 @@
</span><span class="cx"> #include &quot;JSObject.h&quot;
</span><span class="cx"> #include &quot;JSString.h&quot;
</span><span class="cx"> #include &quot;JSCInlines.h&quot;
</span><del>-#include &quot;SlotVisitorInlines.h&quot;
</del><span class="cx"> #include &quot;SuperSampler.h&quot;
</span><span class="cx"> #include &quot;VM.h&quot;
</span><span class="cx"> #include &lt;wtf/Lock.h&gt;
</span><span class="lines">@@ -298,32 +296,25 @@
</span><span class="cx">     
</span><span class="cx">     SetCurrentCellScope currentCellScope(*this, cell);
</span><span class="cx">     
</span><del>-    cell-&gt;setCellState(blacken(cell-&gt;cellState()));
</del><ins>+    m_currentObjectCellStateBeforeVisiting = cell-&gt;cellState();
+    cell-&gt;setCellState(CellState::OldBlack);
</ins><span class="cx">     
</span><del>-    // FIXME: Make this work on ARM also.
-    // https://bugs.webkit.org/show_bug.cgi?id=162461
-    if (isX86())
-        WTF::storeLoadFence();
-    
-    switch (cell-&gt;type()) {
-    case StringType:
</del><ins>+    if (isJSString(cell)) {
</ins><span class="cx">         JSString::visitChildren(const_cast&lt;JSCell*&gt;(cell), *this);
</span><del>-        break;
-        
-    case FinalObjectType:
</del><ins>+        return;
+    }
+
+    if (isJSFinalObject(cell)) {
</ins><span class="cx">         JSFinalObject::visitChildren(const_cast&lt;JSCell*&gt;(cell), *this);
</span><del>-        break;
</del><ins>+        return;
+    }
</ins><span class="cx"> 
</span><del>-    case ArrayType:
</del><ins>+    if (isJSArray(cell)) {
</ins><span class="cx">         JSArray::visitChildren(const_cast&lt;JSCell*&gt;(cell), *this);
</span><del>-        break;
-        
-    default:
-        // FIXME: This could be so much better.
-        // https://bugs.webkit.org/show_bug.cgi?id=162462
-        cell-&gt;methodTable()-&gt;visitChildren(const_cast&lt;JSCell*&gt;(cell), *this);
-        break;
</del><ins>+        return;
</ins><span class="cx">     }
</span><ins>+
+    cell-&gt;methodTable()-&gt;visitChildren(const_cast&lt;JSCell*&gt;(cell), *this);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void SlotVisitor::donateKnownParallel()
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreheapSlotVisitorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/heap/SlotVisitor.h (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/heap/SlotVisitor.h        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/heap/SlotVisitor.h        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -168,6 +168,8 @@
</span><span class="cx">     HeapSnapshotBuilder* m_heapSnapshotBuilder { nullptr };
</span><span class="cx">     JSCell* m_currentCell { nullptr };
</span><span class="cx"> 
</span><ins>+    CellState m_currentObjectCellStateBeforeVisiting { CellState::NewWhite };
+
</ins><span class="cx"> public:
</span><span class="cx"> #if !ASSERT_DISABLED
</span><span class="cx">     bool m_isCheckingForDefaultMarkViolation;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreheapSlotVisitorInlinesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/heap/SlotVisitorInlines.h (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/heap/SlotVisitorInlines.h        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/heap/SlotVisitorInlines.h        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -106,13 +106,13 @@
</span><span class="cx"> 
</span><span class="cx"> inline void SlotVisitor::reportExtraMemoryVisited(size_t size)
</span><span class="cx"> {
</span><del>-    heap()-&gt;reportExtraMemoryVisited(m_currentCell, size);
</del><ins>+    heap()-&gt;reportExtraMemoryVisited(m_currentObjectCellStateBeforeVisiting, size);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(RESOURCE_USAGE)
</span><span class="cx"> inline void SlotVisitor::reportExternalMemoryVisited(size_t size)
</span><span class="cx"> {
</span><del>-    heap()-&gt;reportExternalMemoryVisited(m_currentCell, size);
</del><ins>+    heap()-&gt;reportExternalMemoryVisited(m_currentObjectCellStateBeforeVisiting, size);
</ins><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorejitAssemblyHelpersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/jit/AssemblyHelpers.h (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/jit/AssemblyHelpers.h        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/jit/AssemblyHelpers.h        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -1308,13 +1308,13 @@
</span><span class="cx"> 
</span><span class="cx">     Jump jumpIfIsRememberedOrInEden(GPRReg cell)
</span><span class="cx">     {
</span><del>-        return branch8(Above, Address(cell, JSCell::cellStateOffset()), TrustedImm32(blackThreshold));
</del><ins>+        return branchTest8(MacroAssembler::NonZero, MacroAssembler::Address(cell, JSCell::cellStateOffset()));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     Jump jumpIfIsRememberedOrInEden(JSCell* cell)
</span><span class="cx">     {
</span><span class="cx">         uint8_t* address = reinterpret_cast&lt;uint8_t*&gt;(cell) + JSCell::cellStateOffset();
</span><del>-        return branch8(Above, AbsoluteAddress(address), TrustedImm32(blackThreshold));
</del><ins>+        return branchTest8(MacroAssembler::NonZero, MacroAssembler::AbsoluteAddress(address));
</ins><span class="cx">     }
</span><span class="cx">     
</span><span class="cx">     // Emits the branch structure for typeof. The code emitted by this doesn't fall through. The
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorellintLLIntDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/llint/LLIntData.cpp (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/llint/LLIntData.cpp        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/llint/LLIntData.cpp        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -214,7 +214,6 @@
</span><span class="cx">     STATIC_ASSERT(GetPutInfo::initializationBits == 0xffc00);
</span><span class="cx"> 
</span><span class="cx">     STATIC_ASSERT(MarkedBlock::blockSize == 16 * 1024);
</span><del>-    STATIC_ASSERT(blackThreshold == 1);
</del><span class="cx"> 
</span><span class="cx">     ASSERT(bitwise_cast&lt;uintptr_t&gt;(ShadowChicken::Packet::tailMarker()) == static_cast&lt;uintptr_t&gt;(0x7a11));
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorellintLowLevelInterpreterasm"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -409,8 +409,6 @@
</span><span class="cx"> const MarkedBlockSize = 16 * 1024
</span><span class="cx"> const MarkedBlockMask = ~(MarkedBlockSize - 1)
</span><span class="cx"> 
</span><del>-const BlackThreshold = 1
-
</del><span class="cx"> # Allocation constants
</span><span class="cx"> if JSVALUE64
</span><span class="cx">     const JSFinalObjectSizeClassIndex = 1
</span><span class="lines">@@ -890,10 +888,9 @@
</span><span class="cx">     loadb JSCell::m_indexingType[cell], indexingType
</span><span class="cx"> end
</span><span class="cx"> 
</span><del>-macro skipIfIsRememberedOrInEden(cell, slowPath)
-    bba JSCell::m_cellState[cell], BlackThreshold, .done
-    slowPath()
-.done:
</del><ins>+macro skipIfIsRememberedOrInEden(cell, scratch1, scratch2, continuation)
+    loadb JSCell::m_cellState[cell], scratch1
+    continuation(scratch1)
</ins><span class="cx"> end
</span><span class="cx"> 
</span><span class="cx"> macro notifyWrite(set, slow)
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorellintLowLevelInterpreter32_64asm"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -500,9 +500,9 @@
</span><span class="cx"> macro writeBarrierOnOperand(cellOperand)
</span><span class="cx">     loadisFromInstruction(cellOperand, t1)
</span><span class="cx">     loadConstantOrVariablePayload(t1, CellTag, t2, .writeBarrierDone)
</span><del>-    skipIfIsRememberedOrInEden(
-        t2, 
-        macro()
</del><ins>+    skipIfIsRememberedOrInEden(t2, t1, t3, 
+        macro(cellState)
+            btbnz cellState, .writeBarrierDone
</ins><span class="cx">             push cfr, PC
</span><span class="cx">             # We make two extra slots because cCall2 will poke.
</span><span class="cx">             subp 8, sp
</span><span class="lines">@@ -511,7 +511,8 @@
</span><span class="cx">             cCall2Void(_llint_write_barrier_slow)
</span><span class="cx">             addp 8, sp
</span><span class="cx">             pop PC, cfr
</span><del>-        end)
</del><ins>+        end
+    )
</ins><span class="cx"> .writeBarrierDone:
</span><span class="cx"> end
</span><span class="cx"> 
</span><span class="lines">@@ -531,9 +532,9 @@
</span><span class="cx"> 
</span><span class="cx">     loadHelper(t3)
</span><span class="cx"> 
</span><del>-    skipIfIsRememberedOrInEden(
-        t3,
-        macro()
</del><ins>+    skipIfIsRememberedOrInEden(t3, t1, t2,
+        macro(gcData)
+            btbnz gcData, .writeBarrierDone
</ins><span class="cx">             push cfr, PC
</span><span class="cx">             # We make two extra slots because cCall2 will poke.
</span><span class="cx">             subp 8, sp
</span><span class="lines">@@ -542,7 +543,8 @@
</span><span class="cx">             cCall2Void(_llint_write_barrier_slow)
</span><span class="cx">             addp 8, sp
</span><span class="cx">             pop PC, cfr
</span><del>-        end)
</del><ins>+        end
+    )
</ins><span class="cx"> .writeBarrierDone:
</span><span class="cx"> end
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorellintLowLevelInterpreter64asm"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -404,15 +404,16 @@
</span><span class="cx"> macro writeBarrierOnOperand(cellOperand)
</span><span class="cx">     loadisFromInstruction(cellOperand, t1)
</span><span class="cx">     loadConstantOrVariableCell(t1, t2, .writeBarrierDone)
</span><del>-    skipIfIsRememberedOrInEden(
-        t2,
-        macro()
</del><ins>+    skipIfIsRememberedOrInEden(t2, t1, t3, 
+        macro(cellState)
+            btbnz cellState, .writeBarrierDone
</ins><span class="cx">             push PB, PC
</span><span class="cx">             move t2, a1 # t2 can be a0 (not on 64 bits, but better safe than sorry)
</span><span class="cx">             move cfr, a0
</span><span class="cx">             cCall2Void(_llint_write_barrier_slow)
</span><span class="cx">             pop PC, PB
</span><del>-        end)
</del><ins>+        end
+    )
</ins><span class="cx"> .writeBarrierDone:
</span><span class="cx"> end
</span><span class="cx"> 
</span><span class="lines">@@ -431,9 +432,9 @@
</span><span class="cx">     btpz t0, .writeBarrierDone
</span><span class="cx"> 
</span><span class="cx">     loadHelper(t3)
</span><del>-    skipIfIsRememberedOrInEden(
-        t3,
-        macro()
</del><ins>+    skipIfIsRememberedOrInEden(t3, t1, t2,
+        macro(gcData)
+            btbnz gcData, .writeBarrierDone
</ins><span class="cx">             push PB, PC
</span><span class="cx">             move cfr, a0
</span><span class="cx">             move t3, a1
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreruntimeJSObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/runtime/JSObject.h (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/runtime/JSObject.h        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/JavaScriptCore/runtime/JSObject.h        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -1093,7 +1093,7 @@
</span><span class="cx"> 
</span><span class="cx"> inline bool isJSFinalObject(JSCell* cell)
</span><span class="cx"> {
</span><del>-    return cell-&gt;type() == FinalObjectType;
</del><ins>+    return cell-&gt;classInfo() == JSFinalObject::info();
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> inline bool isJSFinalObject(JSValue value)
</span></span></pre></div>
<a id="trunkSourceWTFChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/ChangeLog (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/ChangeLog        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/WTF/ChangeLog        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -1,3 +1,24 @@
</span><ins>+2016-09-23  Commit Queue  &lt;commit-queue@webkit.org&gt;
+
+        Unreviewed, rolling out r206314, r206316, and r206319.
+        https://bugs.webkit.org/show_bug.cgi?id=162506
+
+        These changes broke various builds (Requested by ryanhaddad on
+        #webkit).
+
+        Reverted changesets:
+
+        &quot;Need a store-load fence between setting cell state and
+        visiting the object in SlotVisitor&quot;
+        https://bugs.webkit.org/show_bug.cgi?id=162354
+        http://trac.webkit.org/changeset/206314
+
+        &quot;Unreviewed, fix cloop.&quot;
+        http://trac.webkit.org/changeset/206316
+
+        &quot;Unreviewed, fix all other builds.&quot;
+        http://trac.webkit.org/changeset/206319
+
</ins><span class="cx"> 2016-09-23  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         REGRESSION(r194387): Crash on github.com in IntlDateTimeFormat::resolvedOptions in C locale
</span></span></pre></div>
<a id="trunkSourceWTFwtfAtomicsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/Atomics.h (206323 => 206324)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/Atomics.h        2016-09-23 19:57:57 UTC (rev 206323)
+++ trunk/Source/WTF/wtf/Atomics.h        2016-09-23 20:16:43 UTC (rev 206324)
</span><span class="lines">@@ -175,12 +175,10 @@
</span><span class="cx">     // know that it is equivalent for our purposes, but it would be good to
</span><span class="cx">     // investigate if that is actually better.
</span><span class="cx">     MemoryBarrier();
</span><del>-#elif CPU(X86_64)
</del><ins>+#else
</ins><span class="cx">     // This has acqrel semantics and is much cheaper than mfence. For exampe, in the JSC GC, using
</span><span class="cx">     // mfence as a store-load fence was a 9% slow-down on Octane/splay while using this was neutral.
</span><span class="cx">     asm volatile(&quot;lock; orl $0, (%%rsp)&quot; ::: &quot;memory&quot;);
</span><del>-#else
-    asm volatile(&quot;lock; orl $0, (%%esp)&quot; ::: &quot;memory&quot;);
</del><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>