aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
Commit message (Expand)AuthorAgeFilesLines
* th->ec: dtraceko12017-11-071-2/+2
* * vm_eval.c (rescue_funcall_args): th->ecko12017-11-071-3/+3
* * eval_intern.h: rename macros rb_thread_raised_* toko12017-11-071-5/+3
* move `rb_thread_t::method_missing_reason` to ec.ko12017-11-071-5/+5
* move rb_thread_t::interrupt_flag and maskko12017-11-061-2/+2
* * vm_eval.c (current_vm_stack_arg): accepts `ec`.ko12017-10-291-4/+4
* * vm_eval.c (vm_catch_protect): accepts `ec` instead of `th`.ko12017-10-291-11/+11
* use `GET_EC()`.ko12017-10-291-4/+4
* use `GET_EC()`.ko12017-10-291-3/+3
* `th` -> `ec` for `rb_iterate0`.ko12017-10-291-11/+11
* `th` -> `ec` for rb_raise_method_missing().ko12017-10-291-8/+8
* `rb_call0()` accepts `ec`.ko12017-10-291-10/+11
* * vm_eval.c (rb_current_receiver): use `GET_EC()`.ko12017-10-291-2/+3
* `th` -> `ec` for vm_call_super().ko12017-10-291-7/+7
* rb_ec_stack_check()ko12017-10-291-1/+1
* EXEC_EVENT_HOOK(ec, ...)ko12017-10-291-2/+2
* `th` -> `ec` for backtrace functions.ko12017-10-281-4/+4
* `th` -> `ec` for method management functions.ko12017-10-281-29/+31
* `th` -> `ec` for rb_vm_call()ko12017-10-281-2/+2
* `th` -> `ec` for rb_vm_rewind_cfp.ko12017-10-281-2/+2
* `th` -> `ec` for vm_exec().ko12017-10-281-4/+4
* `th` -> `ec` for vm_set_*_stack.ko12017-10-281-11/+11
* move fields from `th` to `ec`.ko12017-10-281-14/+13
* `th` -> `ec` for block related functions.ko12017-10-271-18/+18
* `vm_call_handler` and related functions accept `ec` instead of `th`.ko12017-10-271-32/+31
* ec->th for vm_cref_push() and constify.ko12017-10-271-3/+3
* refactoring (rb_|)threadptr_stack_overflow.ko12017-10-271-1/+1
* vm_get_ruby_level_caller_cfp() accepts `ec` instead of `th`.ko12017-10-271-11/+10
* introduce EC_*_TAG() instead of TH_*_TAG()ko12017-10-261-18/+18
* vm_pop_frame() accepts `ec` instead of `th`.ko12017-10-261-1/+1
* vm_push_frame() accepts `ec` instead of `th`.ko12017-10-261-1/+1
* some functions accept `ec` instead of `th`.ko12017-10-261-3/+3
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-31/+31
* vm_eval.c: all value type casesnobu2017-10-241-1/+2
* vm_eval.c: uncallable_objectnobu2017-10-241-34/+40
* Revert "vm_eval.c: add rb_yield_assoc_or_values()"glass2017-10-021-12/+0
* vm_eval.c: add rb_yield_assoc_or_values()glass2017-10-021-0/+12
* check_funcall_missing() should call respond_to_missing?(name, priv=true)eregon2017-09-201-3/+1
* signal.c: fatal stacknobu2017-08-221-1/+1
* prevent stack overflownobu2017-08-211-1/+1
* Partially revert "suppress warning: assigned but unused variable - line"naruse2017-08-151-6/+6
* suppress warning: assigned but unused variable - linenaruse2017-08-151-6/+6
* vm_eval.c: rb_lambda_callnobu2017-07-181-1/+18
* move fields to ec.ko12017-06-281-7/+7
* move several fields from rb_thread_t to rb_execution_context_t.ko12017-06-261-3/+3
* move "state" to rb_vm_tag.ko12017-06-231-1/+1
* rename th->state to th->tag_state.ko12017-06-231-1/+1
* rb_catch_protect() accepts enum ruby_tag_type *.ko12017-06-231-20/+17
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-231-16/+16
* remove OPT_CALL_CFUNC_WITHOUT_FRAME.ko12017-06-141-42/+0