ruby-changes:34732
From: normal <ko1@a...>
Date: Mon, 14 Jul 2014 18:48:59 +0900 (JST)
Subject: [ruby-changes:34732] normal:r46815 (trunk): ChangeLog: document size changes [ci skip]
normal 2014-07-14 18:48:49 +0900 (Mon, 14 Jul 2014) New Revision: 46815 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46815 Log: ChangeLog: document size changes [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 46814) +++ ChangeLog (revision 46815) @@ -1,16 +1,19 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 Mon Jul 14 16:38:45 2014 Eric Wong <e@8...> - * vm_core.h (struct rb_iseq_struct): reduce to 288 bytes on 64-bit + * vm_core.h (struct rb_iseq_struct): reduce to 288 bytes + on x86-64 (from 296 bytes) Mon Jul 14 16:07:25 2014 Eric Wong <e@8...> * iseq.h (struct iseq_catch_table_entry): shrink to 32 bytes + on x86-64 (from 48 bytes) Mon Jul 14 16:04:41 2014 Eric Wong <e@8...> * iseq.h (struct iseq_catch_table): new flexible array struct (iseq_catch_table_bytes): allocated size function * vm_core.h (struct rb_iseq_struct): update catch_table member + This reduces the struct from 304 to 296 bytes on x86-64. * compile.c (iseq_set_exception_table): update for struct changes * iseq.c (iseq_free): ditto * iseq.c (iseq_memsize): ditto @@ -39,10 +42,12 @@ Sun Jul 13 17:25:50 2014 SHIBATA Hirosh https://github.com/ruby/ruby/blob/trunk/ChangeLog#L42 Sun Jul 13 16:44:56 2014 Eric Wong <e@8...> * vm_core.h (struct rb_call_info_struct): improve packing + This reduces the struct from 112 to 104 bytes on x86-64. Sun Jul 13 15:53:25 2014 Eric Wong <e@8...> * vm_core.h (struct rb_iseq_struct): stack_max is uint32_t + This reduces the struct from 312 to 304 bytes on x86-64. Sun Jul 13 10:56:26 2014 Nobuyoshi Nakada <nobu@r...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/