aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename th->state to th->tag_state.ko12017-06-231-6/+6
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-231-10/+9
* rename absolute_path to realpath internally and introduce pathobj.ko12017-06-011-1/+1
* Improve performance of implicit type conversionwatson19782017-05-311-1/+1
* rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal2017-05-091-1/+1
* Add clang volatile fixes from FreeBSD and NetBSD.shugo2016-12-071-1/+1
* * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj2016-11-051-3/+20
* * vm_core.h: rename macros and make them inline functions.ko12016-08-031-1/+1
* * vm_insnhelper.c: introduce rb_vm_pop_frame() and use itko12016-07-261-1/+1
* use TH_JUMP_TAGnobu2016-05-051-1/+1
* Add a cast to avoid signed integer overflow.akr2016-05-011-1/+1
* * vm_trace.c: Fix typos. [ci skip]yui-knk2016-04-301-2/+2
* * enum.c: fix a typo in documentation.hsbt2015-12-141-1/+1
* * vm_trace.c (exec_hooks_precheck): check need_clean everytimeko12015-11-071-6/+5
* * vm_trace.c (rb_threadptr_exec_event_hooks_orig):ko12015-11-071-0/+2
* use rb_source_loc and rb_source_locationnobu2015-10-311-2/+2
* * include/ruby/ruby.h, cont.c, vm_trace.c: add a new eventko12015-08-211-0/+3
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-1/+1
* remove redundant NULL check in mark functionsnormal2015-07-151-5/+3
* vm_trace.c: unified a_call and a_returnnobu2015-04-251-2/+6
* vm_trace.c: not a static variablenobu2015-04-251-1/+1
* vm_trace.c: indentnobu2015-04-251-1/+1
* vm_trace.c: unnecessary method undefnobu2015-04-251-1/+0
* * vm_trace.c (rb_tracepoint_new): fix documentation.ko12015-04-151-1/+1
* * vm_trace.c (rb_tracepoint_new): Add documentation forko12015-04-151-0/+30
* vm_trace.c: defer interrupts while postponed jobsnobu2014-12-131-3/+4
* * vm_core.h: introduce new fieldko12014-12-101-1/+3
* use 0 for reservednobu2014-12-011-1/+1
* * vm_core.h: add rb_thread_t::local_storage_recursive_hashko12014-11-271-2/+4
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-3/+1
* * vm_core.h, proc.c, vm_backtrace.c, vm_trace.c:ktsj2014-10-181-1/+1
* * Avoid undefined behaviors found by gcc -fsanitize=undefined.akr2014-10-171-1/+1
* vm_trace.c (rb_tp_t): pack 56 => 48 bytes on 64-bitnormal2014-10-021-1/+1
* * process.c (rlimit_resource_type, rlimit_resource_value):ktsj2014-07-301-1/+1
* * vm_trace.c: add new method TracePoint.stat to debugko12014-06-131-0/+44
* * vm_trace.c: clear and restore recursive checking thread local datako12014-06-131-0/+2
* * vm_trace.c, vm.c, thread.c: get rid of (maybe false positive) warnings aboutusa2014-05-291-1/+1
* vm.c: remove rb_vm_living_threads_foreach functionnormal2014-05-281-8/+6
* vm*: doubly-linked list from ccan to manage vm->living_threadsnormal2014-05-101-4/+2
* * vm_trace.c: fix typohsbt2014-01-191-1/+1
* vm_trace.c: isolate exceptionsnobu2013-12-171-0/+3
* * vm_trace.c (rb_suppress_tracing): Fix initialization of stacktmm12013-12-041-0/+1
* * vm_trace.c: skip "exception check" and "reentrant check (only normalko12013-11-261-51/+82
* * vm_trace.c: prohibit to specify normal events and internal eventsko12013-11-261-1/+7
* * vm_trace.c (symbol2event_flag): add secret feature.ko12013-11-101-0/+2