summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
authorStan Lo <stan.lo@shopify.com>2025-07-28 22:48:41 +0100
committerGitHub <noreply@github.com>2025-07-28 14:48:41 -0700
commita0d0b84bade7c8b07d8be601136a70bb8b9ae866 (patch)
treef17cb70023fcdcf309ae4482ddf26cc270f72dcf /vm_method.c
parent23000e712346880804b5dd61713293531637752c (diff)
ZJIT: Support invalidating constant patch points (#13998)
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_method.c b/vm_method.c
index 84d0ed2f9e..fa81d56c74 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -148,6 +148,7 @@ rb_clear_constant_cache_for_id(ID id)
}
rb_yjit_constant_state_changed(id);
+ rb_zjit_constant_state_changed(id);
}
static void