aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-16 17:44:45 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-16 17:44:45 +0000
commit1eb3ec880900d11e9663c4180fe5e75498d23809 (patch)
treedddb3d866b32a45ddb720650fd45cac7a24fdc53 /ChangeLog
parent3a60247441c79debba22b7d5543de97a0b4920f3 (diff)
downloadruby-1eb3ec880900d11e9663c4180fe5e75498d23809.tar.gz
Use JSON lines format for full heap dumps.
This commit changes full heap dumps back to using JSON lines format (http://jsonlines.org) so that we can process very large heaps without loading the entire heap in to memory at once. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cac6e07997..425201df7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat Sep 17 02:40:52 2016 Aaron Patterson <tenderlove@ruby-lang.org>
+
+ * ext/objspace/objspace_dump.c: Fix stream processing support for heap
+ dumps. Full heap dumps should use JSON lines (http://jsonlines.org)
+ so that we can process very large heaps without loading the entire
+ heap dump in to memory at once.
+
Fri Sep 16 22:10:31 2016 Naohisa Goto <ngotogenome@gmail.com>
* ext/openssl/ossl_ssl.c (ssl_npn_select_cb_common): Fix compile error