summaryrefslogtreecommitdiff
path: root/vm_trace.c
AgeCommit message (Expand)Author
2019-08-13Renamed ruby_finalize_{0,1}Nobuyoshi Nakada
2019-07-24should not free local hook_list here.Koichi Sasada
2019-06-08Suppress warnings by gcc 9.1Nobuyoshi Nakada
2019-03-27Fix typoskazu
2019-03-20vm_trace.c: [DOC] remove the trick [ci skip]nobu
2019-03-20Improve TracePoint docs.hsbt
2019-02-01vm_trace.c: trick rdoc for TracePoint#enablenobu
2018-12-29`TracePoint#enable(target_thraed:)` [Feature #15473]ko1
2018-12-12remove `compiled_` prefix. [Feature #15287]ko1
2018-12-06* expand tabs.svn
2018-12-06`script_compiled` TracePoint event [Feature #15287]ko1
2018-11-30vm_trace.c: workqueue as thread-safe version of postponed_jobnormal
2018-11-26`TracePoint#enable(target_line:)` is supported. [Feature #15289]ko1
2018-11-26* expand tabs.svn
2018-11-26Support targetting TracePoint [Feature #15289]ko1
2018-11-26vm_trace.c: MJIT-limited thread-safety for postponed_jobk0kubun
2018-11-18vm_trace.c (rb_postponed_job_flush): use rb_atomic_t for masknormal
2018-11-08initialize VM postponed_job first. [Bug #15288]ko1
2018-10-23* expand tabs.svn
2018-10-23Revert "vm_trace: implement postponed_jobs as st_table"normal
2018-10-20add disabling MJIT features option.ko1
2018-06-23mjit.c: disable calling JIT-ed codek0kubun
2018-06-03Add TracePoint#parametersmame
2018-05-17vm_trace: implement postponed_jobs as st_tablenormal
2018-05-17vm_trace: remove rb_postponed_job_t->flagsnormal
2018-05-17vm_trace.c: spelling fix: PJRR_SUCESS => PJRR_SUCCESSnormal
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-31Fix wrong function names in rb_bug messages [ci skip]kazu
2017-12-11do not disable `trace_` prefix insns.ko1
2017-12-06Remove RUBY_EVENT_SPECIFIED_LINEmame
2017-12-06fix last commitko1
2017-12-06remove unsupported RUBY_EVENT_SPECIFIED_LINE.ko1
2017-12-06remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.ko1
2017-12-01vm_trace.c: suppress -Wclobbered warningnobu
2017-12-01vm_trace.c: remove duplicate flagnobu
2017-11-18introduce `trace_events' info for iseq.ko1
2017-11-17don't use `goto`.ko1
2017-11-17* remove trailing spaces.svn
2017-11-17remove `trace_` prefix insns lazily.ko1
2017-11-16cleanup hook cleanup code.ko1
2017-11-15remove rb_thread_t::event_hooks.ko1
2017-11-14rewrite only if changed.ko1
2017-11-14remove `trace` instruction. [Feature #14104]ko1
2017-11-09TracePoint.new: raise ArgumentError when no block given [#14074]marcandre
2017-11-08Fix typo in doc [ci skip]a_matsuda
2017-11-07* vm_trace.c (rb_exec_event_hooks): accepts pop_p.ko1
2017-11-07rename to rb_ec_set_raised().ko1
2017-11-07remove `rb_postponed_job_t::th`.ko1
2017-11-07rename because it doesn't receive `th`.ko1
2017-11-07th->ec: rb_threadptr_reset_raised()ko1