[runtime] Move more thread attach code to mono-threads from io-layer.
[mono.git] / mono / mini / optflags-def.h
index 0e754329ae7e9bc78d7d85dc53f497d7049aa847..bee894bdc5571b11a7fe175c8f100d141e58b217 100644 (file)
@@ -26,3 +26,4 @@ OPTFLAG(GSHARED  ,25, "gshared",    "Generic Sharing")
 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")