aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-26 08:28:05 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-26 08:28:05 +0000
commit39fd13bc5ce67a013d54eab99a4783a6cb539ba5 (patch)
treeac475721957e504886a5d28f195351238e7b114a /ChangeLog
parent36b476cd1e24f0f0b472d86cdf422f5e2085b7f5 (diff)
downloadruby-39fd13bc5ce67a013d54eab99a4783a6cb539ba5.tar.gz
* ext/objspace/objspace_dump.c (dump_append): avoid fflush.
because dump_append_string_value() iterates over each chars, fflush()-ing here effectively issues system calls on every single bytes exist in a ruby process. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afd3d56373..32ed3e9787 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sat Jul 26 17:22:14 2014 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * ext/objspace/objspace_dump.c (dump_append): avoid fflush.
+
+ because dump_append_string_value() iterates over each chars,
+ fflush()-ing here effectively issues system calls on every single
+ bytes exist in a ruby process.
+
Sat Jul 26 16:55:18 2014 Eric Wong <e@80x24.org>
* iseq.h (struct iseq_compile_data_storage): reduce overhead