aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
Commit message (Expand)AuthorAgeFilesLines
...
* iseq.c: Add a succinct bitvector implementation for insn_info_tablemame2018-01-091-2/+8
* rb_num_t happen to be unsigned; introduce signed variantshyouhei2018-01-091-0/+1
* Rename code_range to code_locationmame2018-01-091-1/+1
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+0
* use `getblockparamproxy` to pass blocks.ko12018-01-081-2/+0
* Speedup `block.call` [Feature #14330]ko12018-01-071-0/+2
* make rb_iseq_new* accept rb_ast_body_t instead of NODE*mame2018-01-051-4/+4
* Refactor ISEQ_TYPE_DEFINED_GUARD outmame2018-01-051-1/+1
* iseq.c: Refactor out rb_iseq_new_ifunc from rb_iseq_new_with_optmame2018-01-041-0/+2
* check an existence of block.ko12018-01-021-1/+0
* fix SEGV touching uninitialized memoryshyouhei2018-01-021-0/+1
* enum value grater than int is a GCCismshyouhei2018-01-021-4/+4
* vm_core.h: make the algorithm of get_insn_info selectablemame2018-01-011-0/+7
* iseq.h: Extract position array from iseq_insn_info_entrymame2018-01-011-0/+1
* vm_core.h: refactoring of insns_infomame2018-01-011-2/+4
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-5/+7
* compile.c: add a RUBY_EVENT_COVERAGE_LINE event for line coveragemame2017-12-201-1/+2
* do not disable `trace_` prefix insns.ko12017-12-111-0/+1
* vm_core.h (RUBY_EVENT_COVERAGE_BRANCH): renamedmame2017-12-061-0/+3
* vm_core.h (rb_iseq_locatoin_t): add a field `code_range`mame2017-12-051-0/+1
* Revamp method coverage to support define_methodmame2017-12-051-1/+1
* * remove trailing spaces.svn2017-12-051-1/+1
* vm_core.h: Increase the Fiber stack size on powerpc64hsbt2017-12-051-1/+5
* check ruby_vm_event_flags everytime.ko12017-11-281-3/+0
* gc.c: moved ENABLE_VM_OBJSPACE from vm_core.hnobu2017-11-191-13/+0
* introduce `trace_events' info for iseq.ko12017-11-181-0/+2
* reuse gvar value.ko12017-11-171-20/+23
* make funcs static.ko12017-11-161-1/+0
* provide rb_vm_make_proc/lambda().ko12017-11-161-1/+13
* remove rb_thread_t::event_hooks.ko12017-11-151-5/+2
* insn_info/insns_infoko12017-11-091-2/+2
* `rb_execution_context_t *` should not be `th`ko12017-11-071-2/+2
* th->ec: rb_threadptr_setup_exceptionko12017-11-071-0/+1
* fix prefix `ruby_...()` to `rb_...()`.ko12017-11-071-12/+12
* * vm_trace.c (rb_exec_event_hooks): accepts pop_p.ko12017-11-071-4/+3
* move `rb_thread_t::method_missing_reason` to ec.ko12017-11-071-1/+1
* move rb_thread_t::interrupt_flag and maskko12017-11-061-13/+17
* renmae ec::fiber to ec::fiber_ptr.ko12017-11-061-13/+8
* use given `ec`.ko12017-10-291-2/+2
* constify `rb_vm_bh_to_procval()`ko12017-10-291-1/+1
* `th` -> `ec` for VM dump related functions.ko12017-10-291-5/+5
* `rb_ec_error_print()`.ko12017-10-291-1/+1
* EXEC_EVENT_HOOK(ec, ...)ko12017-10-291-7/+8
* `rb_trace_arg_t::ec`ko12017-10-291-3/+3
* `ec` has `thread_ptr`.ko12017-10-291-5/+5
* `th` -> `ec` for rb_vm_call()ko12017-10-281-1/+1
* `th` -> `ec` for rb_vm_make_binding().ko12017-10-281-1/+1
* rename a function.ko12017-10-281-1/+1
* `th` -> `ec` for some functions.ko12017-10-281-2/+2
* `th` -> `ec` for rb_vm_rewind_cfp.ko12017-10-281-1/+1