From 4ee659516d842d6ac443eab8007eec65ebca5e32 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 22 Oct 2008 15:12:07 +0000 Subject: * cont.c: separate data structure between rb_fiber_t and rb_context_t (rb_fiber_t includes rb_context_t). rb_fiber_t has double linked list of fibers in same threads. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d5a7ae07..553570dde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 23 00:10:01 2008 Koichi Sasada + + * cont.c: separate data structure between rb_fiber_t and + rb_context_t (rb_fiber_t includes rb_context_t). + rb_fiber_t has double linked list of fibers in same threads. + Wed Oct 22 17:25:17 2008 Yukihiro Matsumoto * io.c (pipe_open): remove unnecessary flush before fork. -- cgit