aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "iff" with "if and only if"Gannon McGibbon2021-01-191-1/+1
* separate rb_ractor_pub from rb_ractor_tKoichi Sasada2020-12-221-0/+1
* TracePoint.new(&block) should be ractor-localKoichi Sasada2020-12-221-7/+11
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-1/+2
* [Feature #16513] TracePoint#inspect returns "... file:line" (#3391)Nguyễn Quang Minh2020-08-061-3/+3
* tracepoint_inspect: do not goto into a branch卜部昌平2020-06-291-6/+6
* Clear all trace events during teardownAlan Wu2020-03-291-0/+6
* rb_vm_t::postponed_job_index shall be rb_atomic_t卜部昌平2020-02-061-3/+3
* Separate builtin initialization callsNobuyoshi Nakada2019-12-291-2/+0
* decouple internal.h headers卜部昌平2019-12-261-4/+6
* Renamed `load_*.inc` as `*.rbinc` to utilize a suffix ruleNobuyoshi Nakada2019-11-081-1/+1
* use builtin for TracePoint.Koichi Sasada2019-11-081-302/+36
* Renamed ruby_finalize_{0,1}Nobuyoshi Nakada2019-08-131-7/+0
* should not free local hook_list here.Koichi Sasada2019-07-241-3/+0
* Suppress warnings by gcc 9.1Nobuyoshi Nakada2019-06-081-1/+1
* Fix typoskazu2019-03-271-3/+3
* vm_trace.c: [DOC] remove the trick [ci skip]nobu2019-03-201-3/+0
* Improve TracePoint docs.hsbt2019-03-201-37/+5
* vm_trace.c: trick rdoc for TracePoint#enablenobu2019-02-011-0/+3
* `TracePoint#enable(target_thraed:)` [Feature #15473]ko12018-12-291-2/+14
* remove `compiled_` prefix. [Feature #15287]ko12018-12-121-8/+8
* * expand tabs.svn2018-12-061-4/+4
* `script_compiled` TracePoint event [Feature #15287]ko12018-12-061-0/+80
* vm_trace.c: workqueue as thread-safe version of postponed_jobnormal2018-11-301-4/+54
* `TracePoint#enable(target_line:)` is supported. [Feature #15289]ko12018-11-261-9/+26
* * expand tabs.svn2018-11-261-1/+1
* Support targetting TracePoint [Feature #15289]ko12018-11-261-53/+214
* vm_trace.c: MJIT-limited thread-safety for postponed_jobk0kubun2018-11-261-1/+4
* vm_trace.c (rb_postponed_job_flush): use rb_atomic_t for masknormal2018-11-181-2/+2
* initialize VM postponed_job first. [Bug #15288]ko12018-11-081-8/+2
* * expand tabs.svn2018-10-231-14/+14
* Revert "vm_trace: implement postponed_jobs as st_table"normal2018-10-231-20/+54
* add disabling MJIT features option.ko12018-10-201-0/+2
* 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