summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2017-11-17reuse gvar value.ko1
2017-11-17remove `trace_` prefix insns lazily.ko1
2017-11-16make a func static.ko1
2017-11-16remove unused function.ko1
2017-11-16accepts `ec` as first parameter.ko1
2017-11-14remove `trace` instruction. [Feature #14104]ko1
2017-11-07th->ec: dtraceko1
2017-11-07`rb_execution_context_t *` should not be `th`ko1
2017-11-07th->ec: vm_once_dispatch.ko1
2017-11-07* eval_intern.h: rename macros rb_thread_raised_* toko1
2017-11-07move `rb_thread_t::method_missing_reason` to ec.ko1
2017-11-06move rb_thread_t::interrupt_flag and maskko1
2017-10-29constify `rb_vm_bh_to_procval()`ko1
2017-10-29`th` -> `ec` for rb_raise_method_missing().ko1
2017-10-29EXEC_EVENT_HOOK(ec, ...)ko1
2017-10-28`th` -> `ec` for backtrace functions.ko1
2017-10-28move fields from `th` to `ec`.ko1
2017-10-27`th` -> `ec` for `rb_insn_func_t`.ko1
2017-10-27`th` -> `ec` for block related functions.ko1
2017-10-27`ec` -> `th`ko1
2017-10-27vm_defined() accepts `ec` instead of `th`.ko1
2017-10-27remove duplicated definition.ko1
2017-10-27vm_search_super_method() accepts `ec` instead of `th`.ko1
2017-10-27vm_get_ev_const() accepts `ec` instead of `th`.ko1
2017-10-27`vm_call_handler` and related functions accept `ec` instead of `th`.ko1
2017-10-27vm_throw* accept `ec` instead of `th`.ko1
2017-10-27ec->th for vm_cref_push() and constify.ko1
2017-10-27Some functions accept `ec` instead of `th`.ko1
2017-10-27refactoring (rb_|)threadptr_stack_overflow.ko1
2017-10-27vm_get_ruby_level_caller_cfp() accepts `ec` instead of `th`.ko1
2017-10-26rb_vm_bh_to_procval() accepts `ec` instead of `th`.ko1
2017-10-26replace `GET_THREAD()->ec` to `GET_EC()`.ko1
2017-10-26introduce EC_*_TAG() instead of TH_*_TAG()ko1
2017-10-26vm_pop_frame() accepts `ec` instead of `th`.ko1
2017-10-26vm_push_frame() accepts `ec` instead of `th`.ko1
2017-10-26A function accepts `ec` instead of `th`.ko1
2017-10-26some functions accept `ec` instead of `th`.ko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-10-24Lazy Proc allocation for block parametersko1
2017-10-22vm_insnhelper.c: array aref optimizationnobu
2017-10-06proc.c: super_method of included methodnobu
2017-09-18intern instructionnobu
2017-09-17literal symbol by internnobu
2017-09-10store ec instead of thread in rb_context_t.ko1
2017-09-03vm_insnhelper.c: fix opt_regexpmatch2 instructionrhe
2017-08-22signal.c: fatal stacknobu
2017-08-21vm_core.h: ruby_error_stackfatalnobu
2017-08-18vm_insnhelper.c: vm_cfp_consistent_pnobu
2017-08-18vm_insnhelper.c: raise ruby_error_sysstack_gcnobu
2017-08-16vm_insnhelper.c: cfp error at stack overflownobu