Made Self Verification mode's memory interface less intrusive.
diff --git a/vm/compiler/CompilerIR.h b/vm/compiler/CompilerIR.h
index f5178d8..00892fa 100644
--- a/vm/compiler/CompilerIR.h
+++ b/vm/compiler/CompilerIR.h
@@ -151,6 +151,7 @@
     bool halveInstCount;
     bool executionCount;                // Add code to count trace executions
     bool hasLoop;
+    bool heapMemOp;                     // Mark mem ops for self verification
     int numChainingCells[kChainingCellGap];
     LIR *firstChainingLIR[kChainingCellGap];
     LIR *chainingCellBottom;