From 237332fceaf3e9f57d0be8295942d3347209ec75 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 5 Oct 2015 17:29:40 +0000 Subject: string.c: optimize rb_str_resurrect * string.c (rb_str_resurrect): optimize by short circuit to copy hidden string without checking length, encoding and so on. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 759402f9a8..71615b1033 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 6 02:29:38 2015 Nobuyoshi Nakada + + * string.c (rb_str_resurrect): optimize by short circuit to copy + hidden string without checking length, encoding and so on. + Mon Oct 5 23:08:17 2015 CHIKANAGA Tomoyuki * test/ruby/test_thread.rb (test_handle_interrupt_blocking): check if -- cgit v1.2.3