On Sat, Oct 18, 2008 at 07:40:36AM -0700, Andrew Whitworth via RT wrote:
> On Sat Oct 18 07:38:32 2008, Whiteknight wrote:
> > > On Wed Sep 17 09:50:10 2008, kjs wrote:
> > I've added ".tailcall" syntax to IMCC. It is supposed to be used instead
> > of ".return" in tailcall context. Using ".return"
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
# New Ticket Created by Klaas-Jan Stol
# Please include the string: [perl #58974]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58974 >
as suggested by Allison,
.return in a tailcall context, like this:
.return foo()
wi