| Commit message (Expand) | Author | Age | Files | Lines |
* | suppress warnings when RUBY_USE_SETJMPEX | nobu | 2017-08-02 | 1 | -0/+3 |
* | move fields to ec. | ko1 | 2017-06-28 | 1 | -18/+18 |
* | introduce rb_thread_ptr() to replace GetThreadPtr(). | ko1 | 2017-06-28 | 1 | -25/+15 |
* | move storages to ec. | ko1 | 2017-06-28 | 1 | -4/+4 |
* | move several fields from rb_thread_t to rb_execution_context_t. | ko1 | 2017-06-26 | 1 | -1/+1 |
* | move "state" to rb_vm_tag. | ko1 | 2017-06-23 | 1 | -7/+0 |
* | rename th->state to th->tag_state. | ko1 | 2017-06-23 | 1 | -6/+6 |
* | use "enum ruby_tag_type" and TAG_NONE. | ko1 | 2017-06-23 | 1 | -10/+9 |
* | rename absolute_path to realpath internally and introduce pathobj. | ko1 | 2017-06-01 | 1 | -1/+1 |
* | Improve performance of implicit type conversion | watson1978 | 2017-05-31 | 1 | -1/+1 |
* | rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t | normal | 2017-05-09 | 1 | -1/+1 |
* | Add clang volatile fixes from FreeBSD and NetBSD. | shugo | 2016-12-07 | 1 | -1/+1 |
* | * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id): | ktsj | 2016-11-05 | 1 | -3/+20 |
* | * vm_core.h: rename macros and make them inline functions. | ko1 | 2016-08-03 | 1 | -1/+1 |
* | * vm_insnhelper.c: introduce rb_vm_pop_frame() and use it | ko1 | 2016-07-26 | 1 | -1/+1 |
* | use TH_JUMP_TAG | nobu | 2016-05-05 | 1 | -1/+1 |
* | Add a cast to avoid signed integer overflow. | akr | 2016-05-01 | 1 | -1/+1 |
* | * vm_trace.c: Fix typos. [ci skip] | yui-knk | 2016-04-30 | 1 | -2/+2 |
* | * enum.c: fix a typo in documentation. | hsbt | 2015-12-14 | 1 | -1/+1 |
* | * vm_trace.c (exec_hooks_precheck): check need_clean everytime | ko1 | 2015-11-07 | 1 | -6/+5 |
* | * vm_trace.c (rb_threadptr_exec_event_hooks_orig): | ko1 | 2015-11-07 | 1 | -0/+2 |
* | use rb_source_loc and rb_source_location | nobu | 2015-10-31 | 1 | -2/+2 |
* | * include/ruby/ruby.h, cont.c, vm_trace.c: add a new event | ko1 | 2015-08-21 | 1 | -0/+3 |
* | * make rb_iseq_t T_IMEMO object (type is imemo_iseq). | ko1 | 2015-07-21 | 1 | -1/+1 |
* | remove redundant NULL check in mark functions | normal | 2015-07-15 | 1 | -5/+3 |
* | vm_trace.c: unified a_call and a_return | nobu | 2015-04-25 | 1 | -2/+6 |
* | vm_trace.c: not a static variable | nobu | 2015-04-25 | 1 | -1/+1 |
* | vm_trace.c: indent | nobu | 2015-04-25 | 1 | -1/+1 |
* | vm_trace.c: unnecessary method undef | nobu | 2015-04-25 | 1 | -1/+0 |
* | * vm_trace.c (rb_tracepoint_new): fix documentation. | ko1 | 2015-04-15 | 1 | -1/+1 |
* | * vm_trace.c (rb_tracepoint_new): Add documentation for | ko1 | 2015-04-15 | 1 | -0/+30 |
* | vm_trace.c: defer interrupts while postponed jobs | nobu | 2014-12-13 | 1 | -3/+4 |
* | * vm_core.h: introduce new field | ko1 | 2014-12-10 | 1 | -1/+3 |
* | use 0 for reserved | nobu | 2014-12-01 | 1 | -1/+1 |
* | * vm_core.h: add rb_thread_t::local_storage_recursive_hash | ko1 | 2014-11-27 | 1 | -2/+4 |
* | * internal.h: Include ruby.h and ruby/encoding.h to be | akr | 2014-11-15 | 1 | -3/+1 |
* | * vm_core.h, proc.c, vm_backtrace.c, vm_trace.c: | ktsj | 2014-10-18 | 1 | -1/+1 |
* | * Avoid undefined behaviors found by gcc -fsanitize=undefined. | akr | 2014-10-17 | 1 | -1/+1 |
* | vm_trace.c (rb_tp_t): pack 56 => 48 bytes on 64-bit | normal | 2014-10-02 | 1 | -1/+1 |
* | * process.c (rlimit_resource_type, rlimit_resource_value): | ktsj | 2014-07-30 | 1 | -1/+1 |
* | * vm_trace.c: add new method TracePoint.stat to debug | ko1 | 2014-06-13 | 1 | -0/+44 |
* | * vm_trace.c: clear and restore recursive checking thread local data | ko1 | 2014-06-13 | 1 | -0/+2 |
* | * vm_trace.c, vm.c, thread.c: get rid of (maybe false positive) warnings about | usa | 2014-05-29 | 1 | -1/+1 |
* | vm.c: remove rb_vm_living_threads_foreach function | normal | 2014-05-28 | 1 | -8/+6 |
* | vm*: doubly-linked list from ccan to manage vm->living_threads | normal | 2014-05-10 | 1 | -4/+2 |
* | * vm_trace.c: fix typo | hsbt | 2014-01-19 | 1 | -1/+1 |
* | vm_trace.c: isolate exceptions | nobu | 2013-12-17 | 1 | -0/+3 |
* | * vm_trace.c (rb_suppress_tracing): Fix initialization of stack | tmm1 | 2013-12-04 | 1 | -0/+1 |
* | * vm_trace.c: skip "exception check" and "reentrant check (only normal | ko1 | 2013-11-26 | 1 | -51/+82 |
* | * vm_trace.c: prohibit to specify normal events and internal events | ko1 | 2013-11-26 | 1 | -1/+7 |