Sre not gc dependent (#5264)
authorZoltan Varga <vargaz@gmail.com>
Thu, 27 Jul 2017 01:33:12 +0000 (21:33 -0400)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2017 01:33:12 +0000 (21:33 -0400)
commit5622889849daddda6de73c0b1e3fe7d731a785a8
tree46b56c82bbb518d7fac9eff4971a8dc5a906aeb2
parent632e1354b6ee49189a5548ba7c06c0d6de1fee71
Sre not gc dependent (#5264)

* [runtime] Move the sre source files to 'common_sources', they no longer have compile time gc dependencies after the Boehm GC root changes. sre.c still depends on the gc dependent caching code in reflection-cache.h.

* [runtime] Remove compile time gc dependencies from the reflection caching code.

* [runtime] Move reflection.c/sre.c to 'common_sources', they no longer have compile time gc dependencies.
mono/metadata/Makefile.am
mono/metadata/reflection-cache.h
mono/metadata/reflection.c