Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > Is it (yet?) possible to use tailcalls from/to object methods?
Well, there is a C<tailcallmethod> opcode in ops/object.ops. But I don't know, if it works correctly. $ find t -name '*.t' | xargs grep tailcall t/pmc/sub.t: tailcall P0 t/pmc/sub.t: tailcall P0 That seems to be it what we have WRT tests :-( > I looked through the various pod files and couldn't find anything, $ perldoc -F docs/ops/object.pod > I'd appreciate any gentle nudges towards the appropriate documentation, > source file, or answer. Thanks! Feedback and tests welcome. Thanks to you! > Pm leo