On 17-Feb-2003, Paolo Molaro <[EMAIL PROTECTED]> wrote: > Detecting tail-recursion is easy and performing tail recursion > elimination should not be difficult in the new JIT, maybe one of these > days I'll have a look at doing it, but it's not an high priority > for me right now.
It might be better to do this optimization in the language front-ends, or in an IL-to-IL optimizer, rather than in the JIT. -- Fergus Henderson <[EMAIL PROTECTED]> | "I have always known that the pursuit The University of Melbourne | of excellence is a lethal habit" WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
