Introduce support for unlimited trampolines.
[mono.git] / mono / mini / optflags-def.h
index 1a46c30749d526904c46206ef12c9b0f2e1af66e..e0333ea456037c1cef8b91994452713af4c36c87 100644 (file)
@@ -20,9 +20,7 @@ OPTFLAG(ABCREM   ,18, "abcrem",     "Array bound checks removal")
 OPTFLAG(SSAPRE   ,19, "ssapre",     "SSA based Partial Redundancy Elimination")
 OPTFLAG(EXCEPTION,20, "exception",  "Optimize exception catch blocks")
 OPTFLAG(SSA      ,21, "ssa",        "Use plain SSA form")
-OPTFLAG(TREEPROP ,22, "treeprop",   "Tree propagation")
 OPTFLAG(SSE2     ,23, "sse2",       "SSE2 instructions on x86")
 OPTFLAG(GSHARED  ,24, "gshared",    "Share generics")
 OPTFLAG(SIMD    ,25, "simd",       "Simd intrinsics")
-OPTFLAG(SSE3    ,26, "sse3",       "SSE3 instructions on x86")
-
+OPTFLAG(UNSAFE  ,26, "unsafe",     "Remove bound checks and perform other dangerous changes")