From a9c7629ece428e1de9119137a1b3f2e899b9d9e7 Mon Sep 17 00:00:00 2001 From: normal Date: Sat, 26 Jul 2014 07:30:26 +0000 Subject: rb_iseq_t: reduce to (280 bytes from 288 bytes) on 64-bit iseq_size and line_info_size may be 32-bit. 4GB instruction sequences should be big enough for anyone. Other existing line info counters are 32-bit, and nobody should need all that. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1890b465ac..f66e2639b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 26 16:28:06 2014 Eric Wong + + * vm_core.h (struct rb_iseq_struct): reduce to 280 bytes + (from 288 bytes) on 64-bit + Sat Jul 26 06:44:43 2014 Eric Wong * parse.y (struct parse_params): shrink to 320 to 304 bytes on 64-bit -- cgit v1.2.3