[runtime] Split mini.c into two files: mini.c contains the JIT code, while mini-runti...
authorZoltan Varga <vargaz@gmail.com>
Sun, 1 Mar 2015 05:03:07 +0000 (00:03 -0500)
committerZoltan Varga <vargaz@gmail.com>
Sun, 1 Mar 2015 05:03:07 +0000 (00:03 -0500)
commit83e22234037a0e3560909b311811391efa117f22
tree71f3fb6f1c4e6da3e0b48e9e5b400885dcdcdc37
parentf6ea703e09a2d307c57b51a5298e3b2f4b091fcd
[runtime] Split mini.c into two files: mini.c contains the JIT code, while mini-runtime.c contains the runtime code, i.e. startup/shutdown, threading, tls, etc.
mono/mini/Makefile.am.in
mono/mini/mini-runtime.c [new file with mode: 0755]
mono/mini/mini.c
mono/mini/mini.h