aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
Commit message (Expand)AuthorAgeFilesLines
* remove VM_ENV_DATA_INDEX_ENV_PROC.ko12018-05-231-11/+0
* vm_core.h: Remove duplicate declarationyui-knk2018-05-191-1/+0
* vm_trace: implement postponed_jobs as st_tablenormal2018-05-171-2/+1
* vm_core.h (rb_execution_context_t): interrupt_mask size to match interrupt_flagnormal2018-05-151-1/+1
* align jmp_buf to VALUEshyouhei2018-05-091-1/+1
* RSTRING_PTR is not guaranteed to be VALUE-aligned (retry)shyouhei2018-05-091-1/+1
* simplify altstack and enable reuse with thread cachenormal2018-04-201-4/+10
* variable.c: fix thread + fork errors in autoloadnormal2018-04-201-0/+1
* vm_core.h: adjust indent [ci skip]nobu2018-04-201-3/+3
* Reverting r62775, this should fix i686 buildstenderlove2018-03-191-1/+6
* Revert "Add direct marking on iseq operands"naruse2018-03-161-6/+1
* Revert "Fix error: implicit conversion loses integer precision"naruse2018-03-161-1/+1
* Fix error: implicit conversion loses integer precisionkazu2018-03-101-1/+1
* Add direct marking on iseq operandstenderlove2018-03-091-1/+6
* compile.c: set catch_except_p flagk0kubun2018-03-041-0/+1
* vm_insnhelper.c: rb_autoloading_value flagnobu2018-02-131-2/+0
* assigning void* to a function pointer is a POSIXismshyouhei2018-02-051-2/+4
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-1/+2
* mjit.c: merge MJIT infrastructurek0kubun2018-02-041-0/+8
* vm_core: use "int" for living_thread_numnormal2018-01-271-1/+1
* iseq.c: Succinct bitvector now supports 32-bit machinemame2018-01-101-1/+1
* use binary search for insns_info.ko12018-01-091-1/+1
* 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