summaryrefslogtreecommitdiff
path: root/src/jit/inlinepolicy.h
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2016-05-13 00:39:14 -0700
committerAndy Ayers <andya@microsoft.com>2016-05-18 11:10:04 -0700
commit7b753d51a17415b7723c85e0aaa0a649f71d2eb0 (patch)
treec4d70177aa501a062d2fab442e32dafdbe2a6765 /src/jit/inlinepolicy.h
parentf2465a8edf78841a70dac3b3945a0481a28e79ff (diff)
downloadcoreclr-7b753d51a17415b7723c85e0aaa0a649f71d2eb0.tar.gz
coreclr-7b753d51a17415b7723c85e0aaa0a649f71d2eb0.tar.bz2
coreclr-7b753d51a17415b7723c85e0aaa0a649f71d2eb0.zip
Inliner: small changes to inline xml
Emit the hash for callees, and check it during replay. Capture the root method name, and do a simple Xml-safe conversion. Add a missing newline to the banner message announcing that the replay policy is in effect.
Diffstat (limited to 'src/jit/inlinepolicy.h')
-rw-r--r--src/jit/inlinepolicy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/inlinepolicy.h b/src/jit/inlinepolicy.h
index 29e6af40c0..f8bb34a845 100644
--- a/src/jit/inlinepolicy.h
+++ b/src/jit/inlinepolicy.h
@@ -361,7 +361,7 @@ private:
bool FindMethod();
bool FindContext(InlineContext* context);
bool FindInline(CORINFO_METHOD_HANDLE callee);
- bool FindInline(unsigned token);
+ bool FindInline(unsigned token, unsigned hash);
static bool s_WroteReplayBanner;
static FILE* s_ReplayFile;