PR feedback: Add a runtime switch for the aggressive SCC merging
authorAndi McClure <andi.mcclure@xamarin.com>
Fri, 26 Aug 2016 18:13:44 +0000 (14:13 -0400)
committerAndi McClure <andi.mcclure@xamarin.com>
Fri, 26 Aug 2016 18:13:44 +0000 (14:13 -0400)
commitd00831f52bf8f8e7f04552c55e2b51cd15c31733
tree2058d560359b5849d4eb9fb22b977379be1db108
parent9bd7907af50e3d4755e7c639bfdf63017f558b76
PR feedback: Add a runtime switch for the aggressive SCC merging

Previously every time we add a new runtime setting for the bridge
processor we have added a new callback for it. Because this is getting
unweildy, and also because some of these settings might have been
broken by recent init order changes, I created a new set_config
callback and merged the existing set_dump_prefix and enable_processing
with it.
mono/metadata/sgen-bridge-internals.h
mono/metadata/sgen-bridge.c
mono/metadata/sgen-new-bridge.c
mono/metadata/sgen-old-bridge.c
mono/metadata/sgen-tarjan-bridge.c