Skip to content

Commit

Permalink
Actually use tailcalls instead of slurpy return copying...
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Apr 1, 2010
1 parent d1f979c commit 3f144cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions perl5.pir
Expand Up @@ -90,8 +90,7 @@ to the blizkost compiler.
.param pmc adverbs :slurpy :named

$P0 = self.'compile'(code, adverbs :flat :named)
($P1 :slurpy, $P2 :slurpy :named) = $P0()
.return ($P1 :flat, $P2 :flat :named)
.tailcall $P0()
.end

=item load_library
Expand Down

0 comments on commit 3f144cd

Please sign in to comment.