diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-12 01:43:23 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-12 01:43:23 +0000 |
| commit | a5768742e87535126da4a515adb8e9892291e2e0 (patch) | |
| tree | 279843241c30e9d3b2e1a5384ecc54c6cb09a921 /ChangeLog | |
| parent | 005b90ee256ca10ac44cc1a96a05a3fc8b1dbeea (diff) | |
| download | ruby-a5768742e87535126da4a515adb8e9892291e2e0.tar.gz ruby-a5768742e87535126da4a515adb8e9892291e2e0.tar.xz ruby-a5768742e87535126da4a515adb8e9892291e2e0.zip | |
* thread.c: fix comment (terminology: Global VM Lock).
* thread.c (blocking_region_begin, blocking_region_end):
save and clear th->blocking_region_buffer.
* thread.c (rb_thread_call_with_gvl): check if it has GVL.
* thread.c (ruby_thread_has_gvl_p): added.
* vm_core.h: add decls.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Mon Jan 12 10:39:19 2009 Koichi Sasada <ko1@atdot.net> + + * thread.c: fix comment (terminology: Global VM Lock). + + * thread.c (blocking_region_begin, blocking_region_end): + save and clear th->blocking_region_buffer. + + * thread.c (rb_thread_call_with_gvl): check if it has GVL. + + * thread.c (ruby_thread_has_gvl_p): added. + + * vm_core.h: add decls. + Mon Jan 12 10:21:11 2009 Koichi Sasada <ko1@atdot.net> * eval.c: remove unused decl. |
