Implement a general version of the rgctx fetch trampolines, which receives the slot...
authorZoltan Varga <vargaz@gmail.com>
Sun, 17 Feb 2013 17:38:53 +0000 (18:38 +0100)
committerZoltan Varga <vargaz@gmail.com>
Sun, 17 Feb 2013 17:38:53 +0000 (18:38 +0100)
commitb340bf5936f220336c42c71314895109e220dd5e
treef0fd58862c92c84404402917f9febb6a75ec77af
parentf42f378945528e464fbee054302747cd02e9dc09
Implement a general version of the rgctx fetch trampolines, which receives the slot as an extra argument. This is needed in the full-aot case, as classes with many generic methods can use more than 128 rgctx slots.
mono/mini/aot-compiler.c
mono/mini/aot-runtime.c
mono/mini/mini-arm.h
mono/mini/mini-x86.h
mono/mini/mini.h
mono/mini/tramp-arm.c
mono/mini/tramp-x86.c