summaryrefslogtreecommitdiff
path: root/src/jit/jit.h
diff options
context:
space:
mode:
authorPeter Kukol <pkukol@users.noreply.github.com>2016-09-15 23:59:05 -0600
committerGitHub <noreply@github.com>2016-09-15 23:59:05 -0600
commit832a7498bf7aff89a70800c5f02517866f93dc1f (patch)
treece19cdf342de2cb675c28db025b3ae3335197c75 /src/jit/jit.h
parentbf98629e268931b87f676dba12a5f23e78b28767 (diff)
downloadcoreclr-832a7498bf7aff89a70800c5f02517866f93dc1f.tar.gz
coreclr-832a7498bf7aff89a70800c5f02517866f93dc1f.tar.bz2
coreclr-832a7498bf7aff89a70800c5f02517866f93dc1f.zip
Option for reporting GenTree operator bashing stats (#7152)
* Add option (off by default) to report GenTree operator bashing stats.
Diffstat (limited to 'src/jit/jit.h')
-rw-r--r--src/jit/jit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jit/jit.h b/src/jit/jit.h
index f917acd48f..8b79f881d3 100644
--- a/src/jit/jit.h
+++ b/src/jit/jit.h
@@ -465,6 +465,7 @@ typedef ptrdiff_t ssize_t;
#define MEASURE_NODE_SIZE 0 // Collect stats about GenTree node allocations.
#define MEASURE_PTRTAB_SIZE 0 // Collect stats about GC pointer table allocations.
#define EMITTER_STATS 0 // Collect stats on the emitter.
+#define NODEBASH_STATS 0 // Collect stats on changed gtOper values in GenTree's.
#define VERBOSE_SIZES 0 // Always display GC info sizes. If set, DISPLAY_SIZES must also be set.
#define VERBOSE_VERIFY 0 // Dump additional information when verifying code. Useful to debug verification bugs.