Leopold Toetsch wrote:
[snip]
> - When will we check, it there are events in the event queue?

If we check too often (between each two ops), it will slow things down.

If we don't check often enough, the code might manage to avoid checking
for events entirely.

I would suggest that every flow control op check for events.  Or maybe
just every control flow op that goes to earlier instructions.

And of course ops which might block for IO.

-- 
$a=24;split//,240513;s/\B/ => /for@@=qw(ac ab bc ba cb ca
);{push(@b,$a),($a-=6)^=1 for 2..$a/6x--$|;print "[EMAIL PROTECTED]
]\n";((6<=($a-=6))?$a+=$_[$a%6]-$a%6:($a=pop @b))&&redo;}

Reply via email to