summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-23 01:49:57 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-23 01:49:57 +0000
commit83f0e9d6f119128f88621665e3cb3dc51590e553 (patch)
treea4359dbfe0afc5ea3e0d1cd5a79cf9ee8298c86c /ruby.c
parent919b1aa5e9143ab32242d0e67d7a6d23d87c78a5 (diff)
trivial packing of rb_execarg, load_file_arg, args_info
* internal.h (struct rb_execarg): 160 => 144 bytes on x86-64 * ruby.c (struct load_file_arg): 48 => 40 bytes on x86-64 * vm_args.c (struct args_info): ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index 4a19276f50..b2f485076d 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1510,9 +1510,9 @@ struct load_file_arg {
VALUE parser;
VALUE fname;
int script;
+ int xflag;
struct cmdline_options *opt;
VALUE f;
- int xflag;
};
static VALUE