[Mono-list] Tailcall

Neale.Ferguson@SoftwareAG-USA.com Neale.Ferguson@SoftwareAG-USA.com
Fri, 6 Aug 2004 20:41:03 -0400


I added the flag and my TAILC stuff works perfectly! The only remaining =
item (for 32-bit) is implementing OP_ARGLIST. From reading the doc. and =
the other platform's code I still am not sure what it's supposed to do.

-----Original Message-----
Just add a new flag to MonoCompileFlags in mini.h and make sure it's set
in mini.c where tail calls are emitted (the two places were CEE_JMP is
used).