[jit] Add a new mono_arch_init_compile () backend function which is used to set vario...
commitbc50c6630337e2a6b40c653d1a0f73c89b519a82
authorZoltan Varga <vargaz@gmail.com>
Sun, 27 Sep 2015 05:51:26 +0000 (27 01:51 -0400)
committerZoltan Varga <vargaz@gmail.com>
Sun, 27 Sep 2015 05:51:26 +0000 (27 01:51 -0400)
tree50f395f02d10c5800688b5448cbec61236377c1e
parent90cc18a833d5df00238d3b555c1c861dc31d3307
[jit] Add a new mono_arch_init_compile () backend function which is used to set various flags in MonoCompile. Use this instead to get rid of some of the #ifdef MONO_ARCH_.. blocks. Add a default implementation which sets the flags based on the MONO_ARCH_.. defines.
mono/mini/arch-stubs.c
mono/mini/method-to-ir.c
mono/mini/mini-amd64.c
mono/mini/mini-amd64.h
mono/mini/mini.h