[mini] Add new JIT flag JIT_FLAG_DISCARD_RESULTS to reduce the noise when profiling...
authorRodrigo Kumpera <kumpera@users.noreply.github.com>
Thu, 19 Jan 2017 11:34:50 +0000 (03:34 -0800)
committerZoltan Varga <vargaz@gmail.com>
Thu, 19 Jan 2017 11:34:50 +0000 (06:34 -0500)
commit6220d1140479b2a313c59501ff958e967b5e7fb5
treeaecc6ecd112be3f725f78b01f1012a1bcd751b02
parent7fca4572d93c65ffd2486d8b98cc6edf7b11542c
[mini] Add new JIT flag JIT_FLAG_DISCARD_RESULTS to reduce the noise when profiling the jit with --compile-all. (#4266)

JI registration dominates profiling as it has some perf issues itself.
mono/mini/driver.c
mono/mini/mini.c
mono/mini/mini.h