Ruby 4.0 リファレンスマニュアル

singleton method RubyVM::ZJIT.exit_locations

exit_locations -> Hash | nilRuby 4.0 から Ruby 4.1 で削除[permalink][rdoc][edit]

--zjit-trace-exits を指定して収集した、サイドイグジットが発生した位置の情報を Stackprof で読める形式のハッシュにして返します。

--zjit-trace-exits が有効になっていない場合は nil を返します。

[SEE_ALSO] RubyVM::ZJIT.dump_exit_locations