From 830ebfa99a77cfa86de1969d34218f098e2f99d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lourens=20Naud=C3=A9?= Date: Tue, 10 Dec 2019 22:51:41 +0000 Subject: [PATCH] Pack struct iter_method_arg (40 -> 32 bytes) --- vm_eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm_eval.c b/vm_eval.c index b0179423d88728..1eeb969027e1cb 100644 --- a/vm_eval.c +++ b/vm_eval.c @@ -1456,8 +1456,8 @@ struct iter_method_arg { VALUE obj; ID mid; int argc; - const VALUE *argv; int kw_splat; + const VALUE *argv; }; static VALUE