summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2018-08-05merge revision(s) 61766: [Backport #14350]nagachika
2018-03-15merge revision(s) 62394,62395: [Backport #14469]naruse
2017-12-20vm_insnhelper.c (vm_trace): fix a typomame
2017-12-11remove vm_opt_binop_dispatch().ko1
2017-12-11do not disable `trace_` prefix insns.ko1
2017-11-29Unused module refinement shouldn't break method search.shugo
2017-11-28check ruby_vm_event_flags everytime.ko1
2017-11-18call only with ISEQ_TRACE_EVENTS.ko1
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