summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-02-24 13:52:43 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 23:28:59 -0800
commit32e6f15bebf120635d575986fdded1a3943395d0 (patch)
treeef05c8aba8fe08bdd4b63ba8486492585b3ee352 /vm_core.h
parent63d96ccbcd21653ac1e5afd96dbd72bc78900de0 (diff)
downloadruby-32e6f15bebf120635d575986fdded1a3943395d0.tar.gz
Store MJIT blocks on each ISEQ
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 449f9b9a26..c9e408948f 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -511,7 +511,7 @@ struct rb_iseq_constant_body {
#endif
#if USE_MJIT
- // MJIT stores { Context => Block } for each iseq.
+ // MJIT stores some data on each iseq.
VALUE mjit_blocks;
#endif