summaryrefslogtreecommitdiff
path: root/mjit_c.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-28 23:32:24 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-11-28 23:32:27 -0800
commit2329cbeb5bf7c7e8720cd4512285e6784c41367e (patch)
tree87b64cb30e8d75b66c5ef63d697cbf70d9dc13dc /mjit_c.h
parent322e546f60e3a66b9af6aa1b8c7006369932ce27 (diff)
MJIT: Merge exivar guards as well
obviating status->merge_ivar_guards_p as refactoring
Diffstat (limited to 'mjit_c.h')
-rw-r--r--mjit_c.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mjit_c.h b/mjit_c.h
index ee7d99f4d7..120f07280d 100644
--- a/mjit_c.h
+++ b/mjit_c.h
@@ -46,7 +46,6 @@ struct compile_status {
int compiled_id; // Just a copy of compiled_iseq->jit_unit->id
// Mutated optimization levels
struct rb_mjit_compile_info *compile_info;
- bool merge_ivar_guards_p; // If true, merge guards of ivar accesses
// If `inlined_iseqs[pos]` is not NULL, `mjit_compile_body` tries to inline ISeq there.
const struct rb_iseq_constant_body **inlined_iseqs;
struct inlined_call_context inline_context;