narray first check in
[cacao.git] / jit.h
diff --git a/jit.h b/jit.h
index aa52b03c7ca696f7e342d7263c52ec53ae12afbb..3a34d92b7ea33c14669cf1ee0f98370cfccc0101 100644 (file)
--- a/jit.h
+++ b/jit.h
@@ -26,6 +26,7 @@ extern bool showintermediate;   /* generate intermediate code listing         */
 extern int  optimizelevel;      /* optimzation level  (0 = no optimization)   */
 
 extern bool checkbounds;        /* check array bounds                         */
+extern bool opt_loops;          /* optimize array accesses in loops           */
 extern bool checknull;          /* check null pointers                        */
 extern bool checkfloats;        /* implement ieee compliant floats            */
 extern bool checksync;          /* do synchronization                         */