Restore card marking, minor tuning
Restore GC card marks that were mistakenly dropped during an
earlier retructuring. Add debugging to code to gather opcode
frequency statics. Minor tuning for code size.
Change-Id: I117f62c29e29250277166e7f005706e27998f77a
diff --git a/src/compiler/Compiler.h b/src/compiler/Compiler.h
index 68a38a5..238e3ff 100644
--- a/src/compiler/Compiler.h
+++ b/src/compiler/Compiler.h
@@ -127,6 +127,7 @@
kDebugVerifyDataflow,
kDebugShowMemoryUsage,
kDebugShowNops,
+ kDebugCountOpcodes,
};
extern uint32_t compilerDebugFlags;