+2016-09-23 Filip Pizlo <fpizlo@apple.com>
+
+ Unreviewed, fix cloop.
+
+ * assembler/AbstractMacroAssembler.h:
+ * heap/SlotVisitor.cpp:
+
2016-09-22 Filip Pizlo <fpizlo@apple.com>
Need a store-load fence between setting cell state and visiting the object in SlotVisitor
#include <wtf/SharedTask.h>
#include <wtf/WeakRandom.h>
-#if ENABLE(ASSEMBLER)
-
namespace JSC {
inline bool isARMv7IDIVSupported()
return isX86_64() && Options::useArchitectureSpecificOptimizations();
}
+#if ENABLE(ASSEMBLER)
+
class AllowMacroScratchRegisterUsage;
class DisallowMacroScratchRegisterUsage;
class LinkBuffer;
return BaseIndex(base, index, scale, offset);
}
-} // namespace JSC
-
#endif // ENABLE(ASSEMBLER)
+} // namespace JSC
+
#endif // AbstractMacroAssembler_h