#1393: t/compilers/pge/pge_examples.t:  PASS by itself, FAIL during 'make smoke'
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:       
     Type:  bug      |      Status:  new  
 Priority:  major    |   Milestone:       
Component:  testing  |     Version:  1.9.0
 Severity:  high     |    Keywords:       
     Lang:           |       Patch:       
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by lithos):

 BTW, the reason that the same continuation is attached another context is
 a tailcall (at least in this case).

 src/ops/core.ops:466
 {{{
     interp->current_cont        = Parrot_pcc_get_continuation(interp,
 ctx);
     [...]
     dest = VTABLE_invoke(interp, p, dest);
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1393#comment:19>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to