Add IR size after certain phases to the JIT log.
authorPat Gavlin <pagavlin@microsoft.com>
Mon, 13 Feb 2017 23:39:33 +0000 (15:39 -0800)
committerPat Gavlin <pagavlin@microsoft.com>
Mon, 13 Feb 2017 23:39:33 +0000 (15:39 -0800)
commita274b5af4bdc6af0919a28708b3085a59da32cd1
tree335d6e3583c203239b98e86e322c5604d251cbcb
parent6185a8801d3d4402b3afb728856aa62b86dadb4a
Add IR size after certain phases to the JIT log.

This change adds support for measuring and reporting the number of nodes
in a function after a certain subset of the JIT's phases. This reporting
is enabled by setting `COMPlus_JitMeasureIR` and `COMPlus_JtiTimeLogCsv`
in conjunction with each other.
src/jit/compiler.cpp
src/jit/compiler.h
src/jit/compiler.hpp
src/jit/compphases.h
src/jit/flowgraph.cpp
src/jit/jitconfigvalues.h