diff options
| author | Stan Lo <stan.lo@shopify.com> | 2025-07-28 22:48:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-28 14:48:41 -0700 |
| commit | a0d0b84bade7c8b07d8be601136a70bb8b9ae866 (patch) | |
| tree | f17cb70023fcdcf309ae4482ddf26cc270f72dcf /vm_method.c | |
| parent | 23000e712346880804b5dd61713293531637752c (diff) | |
ZJIT: Support invalidating constant patch points (#13998)
Diffstat (limited to 'vm_method.c')
| -rw-r--r-- | vm_method.c | 1 |
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 |
