JIT: encapsulate general checks for optimization (#21822)
authorAndy Ayers <andya@microsoft.com>
Mon, 7 Jan 2019 21:12:39 +0000 (13:12 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Jan 2019 21:12:39 +0000 (13:12 -0800)
* JIT: encapsulate general checks for optimization

Add methods that answer the general question of whether or not
the jit is optimizing the code it produces.

Use this to replace composite checks for minopts and debug
codegen (the two modes where the jit is not optimizing).

* inline keyword cleanup


Trivial merge