Title: [205463] trunk/Source/_javascript_Core
- Revision
- 205463
- Author
- [email protected]
- Date
- 2016-09-05 18:11:19 -0700 (Mon, 05 Sep 2016)
Log Message
Unreviewed, fix cloop build.
* bytecode/SuperSampler.cpp:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (205462 => 205463)
--- trunk/Source/_javascript_Core/ChangeLog 2016-09-06 01:02:22 UTC (rev 205462)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-09-06 01:11:19 UTC (rev 205463)
@@ -1,3 +1,9 @@
+2016-09-05 Filip Pizlo <[email protected]>
+
+ Unreviewed, fix cloop build.
+
+ * bytecode/SuperSampler.cpp:
+
2016-08-31 Filip Pizlo <[email protected]>
Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression
Modified: trunk/Source/_javascript_Core/bytecode/SuperSampler.cpp (205462 => 205463)
--- trunk/Source/_javascript_Core/bytecode/SuperSampler.cpp 2016-09-06 01:02:22 UTC (rev 205462)
+++ trunk/Source/_javascript_Core/bytecode/SuperSampler.cpp 2016-09-06 01:11:19 UTC (rev 205463)
@@ -30,6 +30,7 @@
#include "Options.h"
#include <wtf/CurrentTime.h>
#include <wtf/DataLog.h>
+#include <wtf/Lock.h>
#include <wtf/Threading.h>
namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes