diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-04 01:21:06 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-04 01:21:06 +0000 |
| commit | c8febec9c5c469192068112f3cb118e1c3acddb4 (patch) | |
| tree | 26742a04a61fde2e256be1900556ca0ea578e049 /ChangeLog | |
| parent | 652c48e2aa9b4a2b859d26badbbc11d6cd075336 (diff) | |
| download | ruby-c8febec9c5c469192068112f3cb118e1c3acddb4.tar.gz ruby-c8febec9c5c469192068112f3cb118e1c3acddb4.tar.xz ruby-c8febec9c5c469192068112f3cb118e1c3acddb4.zip | |
* gc.c (add_heap): use binary search to find the place to insert the
new heap slot. [ruby-dev:33983]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Mar 4 10:21:03 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * gc.c (add_heap): use binary search to find the place to insert the + new heap slot. [ruby-dev:33983] + Tue Mar 04 05:30:31 2008 NARUSE, Yui <naruse@ruby-lang.org> * io.c (open_key_args): use rb_io_open instead of rb_f_open. |
