aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-25 21:47:20 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-25 21:47:20 +0000
commit6358bae370fef24ef1315b94478e825c589e7ea4 (patch)
tree73d39ce10689d6dcf9966fea5ae998a1e09e4c1b /ChangeLog
parent36c1e06c932309449fb76c7e75b841c4916d6b8d (diff)
downloadruby-6358bae370fef24ef1315b94478e825c589e7ea4.tar.gz
struct parse_params: trivial packing
* parse.y (struct parse_params): shrink to 320 to 304 bytes on 64-bit Some elements may be removed/resized as well, but not as important as reducing more-frequently allocated structures. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46954 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 7dcbfcc93d..1890b465ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Jul 26 06:44:43 2014 Eric Wong <e@80x24.org>
+
+ * parse.y (struct parse_params): shrink to 320 to 304 bytes on 64-bit
+
Sat Jul 26 05:58:35 2014 Eric Wong <e@80x24.org>
* include/ruby/ruby.h (ZALLOC, ZALLOC_N): implement