diff options
| author | Alan Wu <XrXr@users.noreply.github.com> | 2026-04-08 17:40:15 -0400 |
|---|---|---|
| committer | Alan Wu <XrXr@users.noreply.github.com> | 2026-04-08 17:44:00 -0400 |
| commit | aa7e671c50ef896e4d7fe4fed361874323bbb9b5 (patch) | |
| tree | e4e2c8453cbe32adbe1348d9d61d46719022b4db | |
| parent | 82470d8b9b4a5958b5358e3526316e2b9bd9adce (diff) | |
ZJIT: [DOC] induce_breakpoint! behaves differently when ZJIT is on
| -rw-r--r-- | zjit.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |
