diff options
author | Brian Sullivan <briansul@microsoft.com> | 2017-03-07 18:58:11 -0800 |
---|---|---|
committer | Brian Sullivan <briansul@microsoft.com> | 2017-03-13 12:45:14 -0700 |
commit | c67474bd34847bf5ceff3d49f29eb4b778848748 (patch) | |
tree | ca4220191ea1fcc24361c023cfeb4fd55544ae54 /src/vm/pefile.h | |
parent | a7bed220d5455a705452eb0cc7248b941a6ecd99 (diff) | |
download | coreclr-c67474bd34847bf5ceff3d49f29eb4b778848748.tar.gz coreclr-c67474bd34847bf5ceff3d49f29eb4b778848748.tar.bz2 coreclr-c67474bd34847bf5ceff3d49f29eb4b778848748.zip |
Work for IBC profiling with ReadyToRun images
Incremented ReadyToRun version to 2.2
Implemented caching for IsInstrumented using IS_INSTRUMENTED_UNSET
Added method Module::InitializeForProfiling()
Added full support for method profile counts in ReadyToRun image
Diffstat (limited to 'src/vm/pefile.h')
-rw-r--r-- | src/vm/pefile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/pefile.h b/src/vm/pefile.h index d4f375565d..b7c7bd3e7c 100644 --- a/src/vm/pefile.h +++ b/src/vm/pefile.h @@ -378,6 +378,7 @@ public: PEImage *GetNativeImageWithRef(); PEImage *GetPersistentNativeImage(); #endif + BOOL HasNativeOrReadyToRunImage(); BOOL HasNativeImage(); PTR_PEImageLayout GetLoaded(); PTR_PEImageLayout GetLoadedNative(); |