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 64-bit (found with pahole, from the dwarves package) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
34f7e9086f
commit
ff9046ad0b
@ -1,3 +1,7 @@
|
|||||||
|
Mon Jul 14 16:38:45 2014 Eric Wong <e@80x24.org>
|
||||||
|
|
||||||
|
* vm_core.h (struct rb_iseq_struct): reduce to 288 bytes on 64-bit
|
||||||
|
|
||||||
Mon Jul 14 16:07:25 2014 Eric Wong <e@80x24.org>
|
Mon Jul 14 16:07:25 2014 Eric Wong <e@80x24.org>
|
||||||
|
|
||||||
* iseq.h (struct iseq_catch_table_entry): shrink to 32 bytes
|
* iseq.h (struct iseq_catch_table_entry): shrink to 32 bytes
|
||||||
|
@ -228,8 +228,8 @@ struct rb_iseq_struct {
|
|||||||
union iseq_inline_storage_entry *is_entries;
|
union iseq_inline_storage_entry *is_entries;
|
||||||
int is_size;
|
int is_size;
|
||||||
|
|
||||||
rb_call_info_t *callinfo_entries;
|
|
||||||
int callinfo_size;
|
int callinfo_size;
|
||||||
|
rb_call_info_t *callinfo_entries;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* argument information
|
* argument information
|
||||||
|
Loading…
x
Reference in New Issue
Block a user