Avoid passing /features:peverify-compat to csc, it generates very inefficient code...
commit19fa221a338ba68c54729ea5062552a5ea3d9106
authorZoltan Varga <vargaz@gmail.com>
Wed, 11 Mar 2020 18:43:19 +0000 (11 14:43 -0400)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 18:43:19 +0000 (11 19:43 +0100)
tree054f4fec73511145eee7e4f52044e0c93b5e6f40
parent94ff330b604b4772cd354e10f034f0b4295e1762
Avoid passing /features:peverify-compat to csc, it generates very inefficient code in some cases. (#19144)

See https://github.com/mono/mono/issues/18572#issuecomment-595924767.

Fixes https://github.com/mono/mono/issues/18572.

Disable the IL verifier for now, it can't handle code compiled without /features:peverify-compat.
mcs/build/config-default.make
mono/metadata/verify.c
runtime/Makefile.am