From 0973b93e495bd39da5032747fbc5051bb226c1a9 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 27 Mar 2023 21:58:50 -0700 Subject: RJIT: Start moving away from VM-like ISEQ handling --- tool/rjit/bindgen.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tool') diff --git a/tool/rjit/bindgen.rb b/tool/rjit/bindgen.rb index 4331d51af6..180c21a6c9 100755 --- a/tool/rjit/bindgen.rb +++ b/tool/rjit/bindgen.rb @@ -457,6 +457,7 @@ generator = BindingGenerator.new( VM_CALL_OPT_SEND VM_CALL_TAILCALL VM_CALL_TAILCALL_bit + VM_CALL_ZSUPER VM_ENV_DATA_INDEX_FLAGS VM_ENV_DATA_SIZE VM_ENV_FLAG_LOCAL @@ -614,6 +615,7 @@ generator = BindingGenerator.new( rb_jit_func_t rb_iseq_param_keyword rb_rjit_options + rb_callinfo_kwarg ], # #ifdef-dependent immediate types, which need Primitive.cexpr! for type detection dynamic_types: %w[ -- cgit v1.2.1