aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the level information from throw instructionmame2018-10-171-1/+0
* vm_core.h: fix inconsistent prototype declarationsk0kubun2018-10-071-3/+3
* revert r64847, r64846 and r64839k0kubun2018-09-261-0/+2
* revert r64838 and r64839k0kubun2018-09-261-2/+0
* Revert "Revert r64824 to fix build failure on AppVeyor"k0kubun2018-09-251-0/+2
* Revert r64824 to fix build failure on AppVeyork0kubun2018-09-251-2/+0
* insns.def: optimize & and | of Integer [experimental]k0kubun2018-09-241-0/+2
* iseq.c: add a map from encoded insn to insn datamame2018-08-231-5/+1
* Avoid compiler depend errorkazu2018-08-221-1/+1
* thread.c (sleep_*): reduce the effect of spurious interruptsnormal2018-08-181-2/+2
* vm_core.h (rb_thread_t): pack small fields togethernormal2018-08-151-8/+8
* thread_pthread.c: eliminate timer thread by restructuring GVLnormal2018-08-131-3/+5
* insns.def (invokesuper): remove a dummy receiever flag hack for ZSUPERmame2018-08-101-0/+2
* mjit.c: initial support for mswin MJITk0kubun2018-08-071-4/+4
* thread_pthread.c: restore timer-thread for now :<normal2018-08-061-5/+3
* thread_pthread: remove timer-thread by restructuring GVLnormal2018-07-291-3/+5
* thread_pthread.c: clear altstacks in thread cache at GVL destructionnormal2018-07-291-0/+2
* repack structsnobu2018-07-291-4/+6
* vm_core.h, vm_dump.c: fix castktsj2018-07-151-1/+1
* vm_core.h: add missing castktsj2018-07-151-1/+1
* const_missing on private constantsnobu2018-07-061-0/+1
* unrevert r63852 but keep SIGCHLD path disabled for win32normal2018-07-051-0/+23
* Revert r63758 and related commitsnaruse2018-07-041-20/+0
* mjit: provide more diagnostics for waitpid failuresnormal2018-06-301-1/+1
* use SIGCHLD_LOSSY to enable waitpid polling modenormal2018-06-301-0/+7
* hijack SIGCHLD handler for internal usenormal2018-06-271-0/+13
* vm_core.h (rb_vm_t): make sleeper non-volatilenormal2018-06-221-1/+1
* rb_vm_insn_addr2insn: use st to perform addr2insn mappingnormal2018-06-061-0/+5
* 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