Add Tier0/1 jit flags
authornoahfalk <noahfalk@microsoft.com>
Thu, 30 Mar 2017 07:07:59 +0000 (00:07 -0700)
committernoahfalk <noahfalk@microsoft.com>
Sat, 1 Apr 2017 02:06:31 +0000 (19:06 -0700)
commitd547e498f5fbe2701d6a877a5548b4b29a0d6e5c
tree43cf70a52af4b9c941108d1e3a7649f206773e69
parent4ac252245871e83393268f03d36237b1a121741a
Add Tier0/1 jit flags

These flags provides a hook to change the JIT policy in the future and diverge tier0/tier1 compilation from min_opt/speed_opt respectively.

Commit migrated from https://github.com/dotnet/coreclr/commit/4561dad3f38f8dd5a9637fc3a0be418abac1f088
src/coreclr/src/inc/corinfo.h
src/coreclr/src/inc/corjit.h
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/jitee.h
src/coreclr/src/vm/prestub.cpp
src/coreclr/src/vm/tieredcompilation.cpp