summaryrefslogtreecommitdiff
path: root/mjit_c.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-28 21:59:00 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-11-28 22:03:16 -0800
commitbb6f933d51ae4c663a1d768508fc840c56be07a3 (patch)
tree5685d22571d9bee5bc6ff0f1c56e529ead188bcc /mjit_c.h
parent9c13fc614c2de0ca4aa8b6ecdd84033ef689b542 (diff)
MJIT: Get rid of is_entries copy
MJIT worker no longer exists, so we don't need this safeguard anymore.
Diffstat (limited to 'mjit_c.h')
-rw-r--r--mjit_c.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mjit_c.h b/mjit_c.h
index 01d624233a..bd3c5134e6 100644
--- a/mjit_c.h
+++ b/mjit_c.h
@@ -39,8 +39,6 @@ struct compile_status {
// If true, JIT-ed code will use local variables to store pushed values instead of
// using VM's stack and moving stack pointer.
bool local_stack_p;
- // Safely-accessible ivar cache entries copied from main thread.
- union iseq_inline_storage_entry *is_entries;
// Index of call cache entries captured to compiled_iseq to be marked on GC
int cc_entries_index;
// A pointer to root (i.e. not inlined) iseq being compiled.