mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
This updates the trace instructions to directly dispatch to opt_send_without_block. So this should cause no slowdown in non-trace mode. To enable the tracing of the optimized methods, RUBY_EVENT_C_CALL and RUBY_EVENT_C_RETURN are added as events to the specialized instructions. Fixes [Bug #14870] Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| binding_spec.rb | ||
| callee_id_spec.rb | ||
| defined_class_spec.rb | ||
| disable_spec.rb | ||
| enable_spec.rb | ||
| enabled_spec.rb | ||
| eval_script_spec.rb | ||
| event_spec.rb | ||
| inspect_spec.rb | ||
| lineno_spec.rb | ||
| method_id_spec.rb | ||
| new_spec.rb | ||
| parameters_spec.rb | ||
| path_spec.rb | ||
| raised_exception_spec.rb | ||
| return_value_spec.rb | ||
| self_spec.rb | ||
| trace_spec.rb | ||