On Sat Oct 18 07:38:32 2008, Whiteknight wrote: > > On Wed Sep 17 09:50:10 2008, kjs wrote: > > > as suggested by Allison, > > > .return in a tailcall context, like this: > > > > > > .return foo() > > > > > > will changed into: > > > > > > .tailcall foo() > > I've added ".tailcall" syntax to IMCC. It is supposed to be used instead > of ".return" in tailcall context. Using ".return" for this is deprecated. > > I haven't tested yet, but i assume there are going to be a lot of uses > of the old syntax throughout the repo that will need to be updated. Do > any of our code generators like PCT use the old syntax? If so, how hard > would it be to update them? > >
Forgot to post this reply to perl6-internals -- Andrew Whitworth a.k.a Whiteknight