aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
Commit message (Expand)AuthorAgeFilesLines
* mjit.c: disable calling JIT-ed codek0kubun2018-06-231-0/+4
* Add TracePoint#parametersmame2018-06-031-0/+49
* vm_trace: implement postponed_jobs as st_tablenormal2018-05-171-45/+17
* vm_trace: remove rb_postponed_job_t->flagsnormal2018-05-171-2/+1
* vm_trace.c: spelling fix: PJRR_SUCESS => PJRR_SUCCESSnormal2018-05-171-4/+4
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-1/+1
* Fix wrong function names in rb_bug messages [ci skip]kazu2018-01-311-3/+3
* do not disable `trace_` prefix insns.ko12017-12-111-3/+4
* Remove RUBY_EVENT_SPECIFIED_LINEmame2017-12-061-1/+0
* fix last commitko12017-12-061-2/+0
* remove unsupported RUBY_EVENT_SPECIFIED_LINE.ko12017-12-061-2/+1
* remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.ko12017-12-061-1/+1
* vm_trace.c: suppress -Wclobbered warningnobu2017-12-011-3/+6
* vm_trace.c: remove duplicate flagnobu2017-12-011-5/+4
* introduce `trace_events' info for iseq.ko12017-11-181-11/+3
* don't use `goto`.ko12017-11-171-6/+2
* * remove trailing spaces.svn2017-11-171-1/+1
* remove `trace_` prefix insns lazily.ko12017-11-171-3/+7
* cleanup hook cleanup code.ko12017-11-161-76/+66
* remove rb_thread_t::event_hooks.ko12017-11-151-37/+51
* rewrite only if changed.ko12017-11-141-1/+12
* remove `trace` instruction. [Feature #14104]ko12017-11-141-20/+45
* TracePoint.new: raise ArgumentError when no block given [#14074]marcandre2017-11-091-2/+2
* Fix typo in doc [ci skip]a_matsuda2017-11-081-2/+2
* * vm_trace.c (rb_exec_event_hooks): accepts pop_p.ko12017-11-071-14/+2
* rename to rb_ec_set_raised().ko12017-11-071-1/+1
* remove `rb_postponed_job_t::th`.ko12017-11-071-11/+9
* rename because it doesn't receive `th`.ko12017-11-071-3/+3
* th->ec: rb_threadptr_reset_raised()ko12017-11-071-28/+28
* prepare local variables (th and vm).ko12017-11-071-8/+10
* move rb_thread_t::interrupt_flag and maskko12017-11-061-10/+10
* `rb_trace_arg_t::ec`ko12017-10-291-30/+30
* `th` -> `ec` for rb_vm_make_binding().ko12017-10-281-1/+1
* rename a function.ko12017-10-281-2/+2
* `th` -> `ec` for some functions.ko12017-10-281-1/+1
* Fix example that trace method is called outside blocka_matsuda2017-10-281-1/+1
* Invalid TracePoint#disable example (without block)a_matsuda2017-10-281-1/+1
* replace `GET_THREAD()->ec` to `GET_EC()`.ko12017-10-261-2/+2
* introduce EC_*_TAG() instead of TH_*_TAG()ko12017-10-261-10/+10
* vm_pop_frame() accepts `ec` instead of `th`.ko12017-10-261-1/+1
* some functions accept `ec` instead of `th`.ko12017-10-261-1/+1
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-26/+26
* common conversion functionsnobu2017-10-261-1/+1
* TracePoint#enable, #disable: Don't yield any argument. [Bug #14057]marcandre2017-10-261-2/+2
* suppress warnings when RUBY_USE_SETJMPEXnobu2017-08-021-0/+3
* move fields to ec.ko12017-06-281-18/+18
* introduce rb_thread_ptr() to replace GetThreadPtr().ko12017-06-281-25/+15
* move storages to ec.ko12017-06-281-4/+4
* move several fields from rb_thread_t to rb_execution_context_t.ko12017-06-261-1/+1
* move "state" to rb_vm_tag.ko12017-06-231-7/+0