summaryrefslogtreecommitdiff
path: root/yjit_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_core.h')
-rw-r--r--yjit_core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/yjit_core.h b/yjit_core.h
index 45b7c18557..cff46648cc 100644
--- a/yjit_core.h
+++ b/yjit_core.h
@@ -242,8 +242,12 @@ typedef struct yjit_block_version
VALUE receiver_klass;
VALUE callee_cme;
+ // Code page this block lives on
+ VALUE code_page;
+
// Index one past the last instruction in the iseq
uint32_t end_idx;
+
} block_t;
// Context object methods