[interp] Remove unconditional branches to next instruction (#15939)
commit4883b56c10a077e4c82feff604172d6994994e1a
authorVlad Brezae <brezaevlad@gmail.com>
Fri, 2 Aug 2019 09:16:07 +0000 (2 12:16 +0300)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Fri, 2 Aug 2019 09:16:07 +0000 (2 05:16 -0400)
treeebffb73176966e3557634eaa2957828e5b469f77
parent4ed2aadbdf393057155d3079434cbb9b5656c873
[interp] Remove unconditional branches to next instruction (#15939)

[interp] Remove unconditional branches to next instruction

These are very common, at least in debug builds. Optimize them away so it doesn't distort performance numbers.
mono/mini/interp/transform.c