summaryrefslogtreecommitdiff
path: root/vm_core.h
AgeCommit message (Expand)Author
2017-11-19gc.c: moved ENABLE_VM_OBJSPACE from vm_core.hnobu
2017-11-18introduce `trace_events' info for iseq.ko1
2017-11-17reuse gvar value.ko1
2017-11-16make funcs static.ko1
2017-11-16provide rb_vm_make_proc/lambda().ko1
2017-11-15remove rb_thread_t::event_hooks.ko1
2017-11-09insn_info/insns_infoko1
2017-11-07`rb_execution_context_t *` should not be `th`ko1
2017-11-07th->ec: rb_threadptr_setup_exceptionko1
2017-11-07fix prefix `ruby_...()` to `rb_...()`.ko1
2017-11-07* vm_trace.c (rb_exec_event_hooks): accepts pop_p.ko1
2017-11-07move `rb_thread_t::method_missing_reason` to ec.ko1
2017-11-06move rb_thread_t::interrupt_flag and maskko1
2017-11-06renmae ec::fiber to ec::fiber_ptr.ko1
2017-10-29use given `ec`.ko1
2017-10-29constify `rb_vm_bh_to_procval()`ko1
2017-10-29`th` -> `ec` for VM dump related functions.ko1
2017-10-29`rb_ec_error_print()`.ko1
2017-10-29EXEC_EVENT_HOOK(ec, ...)ko1
2017-10-29`rb_trace_arg_t::ec`ko1
2017-10-29`ec` has `thread_ptr`.ko1
2017-10-28`th` -> `ec` for rb_vm_call()ko1
2017-10-28`th` -> `ec` for rb_vm_make_binding().ko1
2017-10-28rename a function.ko1
2017-10-28`th` -> `ec` for some functions.ko1
2017-10-28`th` -> `ec` for rb_vm_rewind_cfp.ko1
2017-10-28move fields from `th` to `ec`.ko1
2017-10-27`th` -> `ec` for `rb_insn_func_t`.ko1
2017-10-27compile.c, iseq.c: consitfied NODE pointersnobu
2017-10-27`th` -> `ec` for block related functions.ko1
2017-10-27`vm_call_handler` and related functions accept `ec` instead of `th`.ko1
2017-10-27move decl.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-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-23Drop to support NaCl platform.hsbt
2017-10-21vm_core.h: export symbols of shared variablesk0kubun
2017-09-11suppress unused argument warningnaruse
2017-09-10store ec instead of thread in rb_context_t.ko1
2017-09-10move th->machine to ec->machine.ko1
2017-09-08move th->fiber to ec->fiber.ko1
2017-09-06thread_context -> execution_contextko1
2017-09-03Refactor the internal data format for coverage measurementmame
2017-08-21vm_core.h: ruby_error_stackfatalnobu
2017-08-18vm_insnhelper.c: raise ruby_error_sysstack_gcnobu
2017-08-10vm_core.h: unreachable VM_UNREACHABLEnobu
2017-08-10rename rb_execution_context_t::stack(_size) to vm_stack(_size).ko1