ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Coro/eg/bench
(Generate patch)

Comparing cvsroot/Coro/eg/bench (file contents):
Revision 1.16 by root, Fri Sep 21 02:01:13 2007 UTC vs.
Revision 1.17 by root, Wed Oct 3 16:03:17 2007 UTC

58 58
59$c1 = new Coro::State sub { 59$c1 = new Coro::State sub {
60 doit1(1,2,3,4,5,6,7,8,9); 60 doit1(1,2,3,4,5,6,7,8,9);
61}; 61};
62 62
63$c0->save (0); 63#$c0->save (0);
64$c1->save (-1); 64#$c1->save (-1);
65 65
66transfer($main, $c0); 66transfer($main, $c0);
67transfer($main, $c1); 67transfer($main, $c1);
68 68
69timethese 1000000, { 69timethese 1000000, {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines