Add -nogc switch.

This is a replacement for the -noruntime switch. With the new DSO implementation
every module generates runtime calls. The main motivation for the -noruntime switch
is to avoid implicit GC calls. Therefore a dedicated -nogc switch is introduced.
This commit is contained in:
Kai Nacke
2013-12-10 18:33:49 +01:00
parent d25d28f914
commit bea0b597ae
2 changed files with 57 additions and 1 deletions