mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add a comment
This commit is contained in:
parent
5ec94e0d4a
commit
2b09e2fe7b
1 changed files with 1 additions and 0 deletions
|
@ -1357,6 +1357,7 @@ jit_guard_known_klass(jitstate_t *jit, const ctx_t *recompile_context, VALUE kno
|
|||
}
|
||||
|
||||
// Generate ancestry guard for protected callee.
|
||||
// Calls to protected callees only go through when self.is_a?(klass_that_defines_the_callee).
|
||||
static void
|
||||
jit_protected_callee_ancestry_guard(jitstate_t *jit, codeblock_t *cb, const rb_callable_method_entry_t *cme, uint8_t *side_exit)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue