[runtime] Add a cache for generic array helper wrappers to reduce the number created...
authorZoltan Varga <vargaz@gmail.com>
Wed, 8 Feb 2017 23:16:09 +0000 (18:16 -0500)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2017 23:16:09 +0000 (18:16 -0500)
commit6df483ca4345faf066e377dd3cbdde31ce66e55d
tree7c3a97f63aa2d6646a4539f1f3b91da3d03fd0f4
parent740380de09af6975daa730f5424bd24b34cf21f2
[runtime] Add a cache for generic array helper wrappers to reduce the number created. This works because there are a lot of duplicates due to the fact that the interfaces passed to setup_generic_array_ifaces () have the same context. (#4343)
mono/metadata/class.c
mono/metadata/marshal.c
mono/metadata/marshal.h