1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core/tracepoint
Jeremy Evans 48c8df9e0e
Allow tracing of optimized methods
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>
2021-08-21 10:15:01 -07:00
..
fixtures Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00
binding_spec.rb Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00
callee_id_spec.rb Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00
defined_class_spec.rb Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00
disable_spec.rb Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00
enable_spec.rb Update to ruby/spec@b65d01f 2021-07-29 22:11:21 +02:00
enabled_spec.rb Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00
eval_script_spec.rb Update to ruby/spec@b65d01f 2021-07-29 22:11:21 +02:00
event_spec.rb Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00
inspect_spec.rb Allow tracing of optimized methods 2021-08-21 10:15:01 -07:00
lineno_spec.rb Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00
method_id_spec.rb Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00
new_spec.rb Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00
parameters_spec.rb Update to ruby/spec@b65d01f 2021-07-29 22:11:21 +02:00
path_spec.rb Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00
raised_exception_spec.rb Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00
return_value_spec.rb Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00
self_spec.rb Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00
trace_spec.rb Update to ruby/spec@4e486fa 2020-05-31 18:22:49 +02:00