From aa7e671c50ef896e4d7fe4fed361874323bbb9b5 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Wed, 8 Apr 2026 17:40:15 -0400 Subject: ZJIT: [DOC] induce_breakpoint! behaves differently when ZJIT is on --- zjit.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/zjit.rb b/zjit.rb index ffee000696..89a4a15cfd 100644 --- a/zjit.rb +++ b/zjit.rb @@ -58,8 +58,6 @@ class << RubyVM::ZJIT # A directive for the compiler to emit a breakpoint instruction at the call site of this method. # To show this to ZJIT, say `::RubyVM::ZJIT.induce_breakpoint!` verbatim. # Other forms are too dynamic to detect during compilation. - # - # Actually running this method does nothing, whether ZJIT sees the call or not. def induce_breakpoint! = nil # Check if `--zjit-stats` is used -- cgit v1.2.3