Added DisableInlining flag to the ProfileData.
authorBrian Sullivan <briansul@microsoft.com>
Fri, 31 Mar 2017 01:16:58 +0000 (18:16 -0700)
committerBrian Sullivan <briansul@microsoft.com>
Fri, 31 Mar 2017 21:43:13 +0000 (14:43 -0700)
commita6b911a9c35735ef643f6ed77660c365249880fe
tree2f9fc66d240e95d117db26351b15d6813801bc74
parentb507fc3a2bc7f0f8ecaa51eb98dd3bb2cc218f99
Added DisableInlining flag to the ProfileData.
Extended CompileStatus to have both COMPILE_HOT_EXCLUDED and COMPILE_COLD_EXCLUDED.
Fixes the IsNull implementation
Fixes getBBProfileData to handle the case where pos can now be zero

Commit migrated from https://github.com/dotnet/coreclr/commit/ed8ab5793008d3a87d5518458565a30e8d9a0414
src/coreclr/src/inc/corbbtprof.h
src/coreclr/src/zap/zapimage.cpp
src/coreclr/src/zap/zapimage.h
src/coreclr/src/zap/zapinfo.cpp