summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-30 13:52:24 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-30 13:52:24 +0000
commit2e72d1c3236c8ec1c0cb8f35c1dd6b64fde02fce (patch)
tree2e2da5207fe5a6a725a3dcb2e55106d9fe8856b4 /ChangeLog
parent5d33dad16cc34c39e75f6e61fd469c69c86f8741 (diff)
revert r35486 (add rb_thread_t#yeiling field). because it doesn't help
to close a race. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 0 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 6241b4b7bf..f40bc37c76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10257,22 +10257,6 @@ Sun Apr 29 06:12:02 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* vm.c (m_core_hash_merge_kwd): merge keyword hash into intermediate
hash. leftward argument is prior currently.
-Sat Apr 28 18:39:40 2012 Koichi Sasada <ko1@atdot.net>
-
- * vm_core.h (rb_thread_t#yielding): add a field.
-
- * thread.c (rb_thread_schedule_limits): set th#yielding while
- release GVL to yield CPU time.
-
- * thread.c (timer_thread_function): skip timer interrupt when
- th#yielding is true. This patch fixes r35480.
-
- * thread.c (rb_threadptr_execute_interrupts_common): revert
- a patch of r35480.
-
- * ChangeLog: add an extended memo of r35480.
- http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/R35480_ExtendedMemo
-
Fri Apr 27 12:34:23 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/dl/cfunc.c (rb_dlcfunc_call): should convert a Bignum value to