diff options
author | Aaron Patterson <[email protected]> | 2021-06-28 15:00:35 -0700 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:36 -0400 |
commit | 0d63600e4f9d45e9814191e5ca7aecf9ef28a9df () | |
tree | 0e530e121a99288b62e8493e2d4c40846a793216 /vm_callinfo.h | |
parent | b385f311882be75e81ec9ce7ab74d2368fec1560 (diff) |
Partial revert of ceebc7fc98d
I'm looking through the places where YJIT needs notifications. It looks like these changes to gc.c and vm_callinfo.h have become unnecessary since 84ab77ba592. This commit just makes the diff against upstream smaller, but otherwise shouldn't change any behavior.
-rw-r--r-- | vm_callinfo.h | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -409,7 +409,16 @@ vm_cc_method_missing_reason_set(const struct rb_callcache *cc, enum method_missi *(enum method_missing_reason *)&cc->aux_.method_missing_reason = reason; } -void rb_vm_cc_invalidate(const struct rb_callcache *cc); /* calldata */ |