ruby-changes:58647
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 8 Nov 2019 16:38:20 +0900 (JST)
Subject: [ruby-changes:58647] e02b819482 (master): delete cc->aux.inc_sp
https://git.ruby-lang.org/ruby.git/commit/?id=e02b819482 From e02b819482f4e78b47599a6ce7624d4d9a13eb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Fri, 8 Nov 2019 13:56:10 +0900 Subject: delete cc->aux.inc_sp Nobody uses it. diff --git a/internal.h b/internal.h index 1b27df0..1b6cb26 100644 --- a/internal.h +++ b/internal.h @@ -2396,7 +2396,6 @@ struct rb_call_cache { https://github.com/ruby/ruby/blob/trunk/internal.h#L2396 union { unsigned int index; /* used by ivar */ enum method_missing_reason method_missing_reason; /* used by method_missing */ - int inc_sp; /* used by cfunc */ } aux; }; STATIC_ASSERT(cachelined, sizeof(struct rb_call_cache) <= CACHELINE); -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/