summaryrefslogtreecommitdiff
path: root/vm_trace.c
AgeCommit message (Expand)Author
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
2017-11-07prepare local variables (th and vm).ko1
2017-11-06move rb_thread_t::interrupt_flag and maskko1
2017-10-29`rb_trace_arg_t::ec`ko1
2017-10-28`th` -> `ec` for rb_vm_make_binding().ko1
2017-10-28rename a function.ko1
2017-10-28`th` -> `ec` for some functions.ko1
2017-10-28Fix example that trace method is called outside blocka_matsuda
2017-10-28Invalid TracePoint#disable example (without block)a_matsuda
2017-10-26replace `GET_THREAD()->ec` to `GET_EC()`.ko1
2017-10-26introduce EC_*_TAG() instead of TH_*_TAG()ko1
2017-10-26vm_pop_frame() accepts `ec` instead of `th`.ko1
2017-10-26some functions accept `ec` instead of `th`.ko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-10-26common conversion functionsnobu
2017-10-26TracePoint#enable, #disable: Don't yield any argument. [Bug #14057]marcandre
2017-08-02suppress warnings when RUBY_USE_SETJMPEXnobu
2017-06-28move fields to ec.ko1
2017-06-28introduce rb_thread_ptr() to replace GetThreadPtr().ko1
2017-06-28move storages to ec.ko1
2017-06-26move several fields from rb_thread_t to rb_execution_context_t.ko1
2017-06-23move "state" to rb_vm_tag.ko1