On 02/17/03 Fergus Henderson wrote: > 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.
I plan to do it in the IL -> high-level-intermediate-representation pass in the JIT. I don't know what would be the advantages for doing that in every language frontend if you can do it just once in the JIT, it's not the kind of optimization that requires much processing time. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
