[runtime] Move more thread attach code to mono-threads from io-layer.
[mono.git] / mono / mini / optflags-def.h
index 81c10bd10f5596b61d6736d2a90f86701f75b582..bee894bdc5571b11a7fe175c8f100d141e58b217 100644 (file)
@@ -20,4 +20,10 @@ 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  ,25, "gshared",    "Generic Sharing")
+/* The id has to be smaller than gshared's, the parser code depends on this */
+OPTFLAG(GSHAREDVT,24, "gsharedvt",     "Generic sharing for valuetypes")
+OPTFLAG(SIMD    ,26, "simd",       "Simd intrinsics")
+OPTFLAG(UNSAFE  ,27, "unsafe",     "Remove bound checks and perform other dangerous changes")
+OPTFLAG(ALIAS_ANALYSIS  ,28, "alias-analysis",      "Alias analysis of locals")