ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/State.xs
(Generate patch)

Comparing Coro/Coro/State.xs (file contents):
Revision 1.118 by root, Fri Dec 1 19:58:53 2006 UTC vs.
Revision 1.119 by root, Sat Dec 2 15:41:28 2006 UTC

734 } 734 }
735 735
736 prev__cctx = prev->cctx; 736 prev__cctx = prev->cctx;
737 737
738 /* possibly "free" the cctx */ 738 /* possibly "free" the cctx */
739 if (prev__cctx->idle_sp == STACKLEVEL && 0) 739 if (prev__cctx->idle_sp == STACKLEVEL)
740 { 740 {
741 /* I assume that STACKLEVEL is a stronger indicator than PL_top_env changes */ 741 /* I assume that STACKLEVEL is a stronger indicator than PL_top_env changes */
742 assert (PL_top_env == prev__cctx->top_env); 742 assert (PL_top_env == prev__cctx->top_env);
743 743
744 prev->cctx = 0; 744 prev->cctx = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines