summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-02 20:59:40 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-02 20:59:40 +0000
commitd2efc00b0645b93fdc17cfa419badff31f019d45 (patch)
treeb30231ac57237b2e3e04f5320ab39c09714d9d80 /ChangeLog
parent56fa18c9d3fc8e817c7bc49cca777b051a8c5ff5 (diff)
vm_trace.c (rb_tp_t): pack 56 => 48 bytes on 64-bit
48 bytes is a common malloc size class on x86-64 machines which require 16-byte alignment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f567b0ce2..9dffbed6f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Oct 3 05:58:58 2014 Eric Wong <e@80x24.org>
+
+ * vm_trace.c (rb_tp_t): pack 56 => 48 bytes on 64-bit
+
Thu Oct 2 18:41:45 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/etc/etc.c (etc_nprocessors): Windows support.