summaryrefslogtreecommitdiff
path: root/vm_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_opts.h')
-rw-r--r--vm_opts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vm_opts.h b/vm_opts.h
index b21db2b5aa..6a7dd3d85d 100644
--- a/vm_opts.h
+++ b/vm_opts.h
@@ -50,6 +50,10 @@
#define OPT_GLOBAL_METHOD_CACHE 1
#define OPT_BLOCKINLINING 0
+#ifndef OPT_IC_FOR_IVAR
+#define OPT_IC_FOR_IVAR 1
+#endif
+
/* architecture independent, affects generated code */
#define OPT_OPERANDS_UNIFICATION 1
#define OPT_INSTRUCTIONS_UNIFICATION 0