Skip to content

Commit

Permalink
Make sure we don't get unwanted flattening going on when forming the …
Browse files Browse the repository at this point in the history
…result list from a parallel dispatch.
  • Loading branch information
jnthn committed May 12, 2009
1 parent 89539a9 commit 62773e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/builtins/guts.pir
Expand Up @@ -170,6 +170,7 @@ dispatcher for each thingy we're dispatching over.
unless it goto it_loop_done
$P0 = shift it
$P0 = disp($P0, pos_args :flat, named_args :flat :named)
$P0 = $P0.'Scalar'()
result.'push'($P0)
goto it_loop
it_loop_done:
Expand Down Expand Up @@ -199,6 +200,7 @@ array of invocants.
unless it goto it_loop_done
$P0 = shift it
$P0 = $P0.name(pos_args :flat, named_args :flat :named)
$P0 = $P0.'Scalar'()
result.'push'($P0)
goto it_loop
it_loop_done:
Expand Down

0 comments on commit 62773e0

Please sign in to comment.