[SRE] Move the resolving of user types to managed code, the runtime was not using...
commit8c239d6e51d32b90126592d8289c1dae37bfb7d9
authorZoltan Varga <vargaz@gmail.com>
Sat, 3 Sep 2016 02:08:40 +0000 (3 04:08 +0200)
committerGitHub <noreply@github.com>
Sat, 3 Sep 2016 02:08:40 +0000 (3 04:08 +0200)
tree34e03c217d706227b1322ff8f60d490c279dd524
parent462dd05a951aa2afeab5f2af7e3adaf18249e0f8
[SRE] Move the resolving of user types to managed code, the runtime was not using write barriers. (#3515)
mcs/class/corlib/System.Reflection.Emit/ConstructorBuilder.cs
mcs/class/corlib/System.Reflection.Emit/FieldBuilder.cs
mcs/class/corlib/System.Reflection.Emit/MethodBuilder.cs
mcs/class/corlib/System.Reflection.Emit/SignatureHelper.cs
mcs/class/corlib/System.Reflection.Emit/TypeBuilder.cs
mcs/class/corlib/System.Reflection.Emit/UnmanagedMarshal.cs
mono/metadata/sre-encode.c
mono/metadata/sre-internals.h
mono/metadata/sre.c