[interp] Fix interp logging (#17636)
commit1d043a31e7d207739f81b303b7ee2c79ed135859
authorVlad Brezae <brezaevlad@gmail.com>
Thu, 31 Oct 2019 13:32:50 +0000 (31 15:32 +0200)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2019 13:32:50 +0000 (31 15:32 +0200)
tree37f024e44010f201f0184965726f08cea8eb93c7
parent6b3aa3a05bb79ef9f6d450233da603583d0dcbf8
[interp] Fix interp logging (#17636)

* [interp] Don't print NOPs during cprop

They can become numerous and distracting.

* [interp] Fix mono_interp_print_code

Regressed after code_size was changed to byte count instead of short count.
mono/mini/interp/transform.c