summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2019-02-01on-smash canary detectionshyouhei
2019-01-20vm.c: [DOC] small fixstomar
2018-12-30[DOC] Update basename [ci skip]kazu
2018-12-30vm.c: Move the rdoc of RubyVM.resolve_feature_path [Bug #15482]mame
2018-12-26insns.def: refactor to avoid CALL_METHOD macroshyouhei
2018-12-24remove "deprecated" for rb_frame_method_id_and_class [Bug #15300]ko1
2018-12-18Enable refinements on symbol-proc in ruby-level methodsnobu
2018-12-06Return same ISeq object for one src.ko1
2018-12-06Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-12-06load.c (RubyVM.resolve_feature_path): New method. [Feature #15230]mame
2018-11-27ALWAYS_INLINE implies inline alwaysnobu
2018-11-26Support targetting TracePoint [Feature #15289]ko1
2018-11-16Prefix rb_ec_set_vm_stacknobu
2018-11-09* expand tabs.svn
2018-11-09There is a path to use bmethod with ifunc.ko1
2018-11-09* expand tabs.svn
2018-11-09fix passing wrong `passed_bmethod_me`.ko1
2018-11-08separate Thread type (func or proc) explicitly.ko1
2018-11-06* expand tabs.svn
2018-11-06cont.c: direct use of rb_thread_tshyouhei
2018-10-24introduce new YARV insn newhashfromarray.ko1
2018-10-20revert r65213 and r65215k0kubun
2018-10-20vm_insnhelper.c: never cache getinstancevariable twicek0kubun
2018-10-13Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu
2018-10-12vm.c: [DOC] small improvementsstomar
2018-10-07mjit.h: introduce MJIT_STATIC for full mswin JIT supportk0kubun
2018-10-01remove old VM profile counters.ko1
2018-09-26revert r64847, r64846 and r64839k0kubun
2018-09-26revert r64838 and r64839k0kubun
2018-09-25Revert "Revert r64824 to fix build failure on AppVeyor"k0kubun
2018-09-25Revert r64824 to fix build failure on AppVeyork0kubun
2018-09-24insns.def: optimize & and | of Integer [experimental]k0kubun
2018-09-13Revert "vm_insnhelper.h: simplify EXEC_EC_CFP implementation"k0kubun
2018-09-13vm_insnhelper.h: simplify EXEC_EC_CFP implementationk0kubun
2018-09-12share VM stack between threads and fibers if identical in sizenormal
2018-08-22parse.y: remove coverage-related code fragmentsmame
2018-08-17vm.c: add a simple rdoc for RubyVMmame
2018-08-09process.c: don't wait JIT queue flush on rb_f_execk0kubun
2018-08-09process.c: fix outdated mjit_pause declarationk0kubun
2018-08-09mjit.c: add :wait option to RubyVM::MJIT.pausek0kubun
2018-07-24vm.c: simplify the implementation of r64031k0kubun
2018-07-24prefix symbols exported for mjitnobu
2018-07-06const_missing on private constantsnobu
2018-07-03vm.c: simplified core#hash_merge_kwdnobu
2018-07-03vm.c (rb_source_location): check for NULL cfp->iseqnormal
2018-06-23mjit.c: unify the variable name with method namek0kubun
2018-06-23vm.c: fix infinite loopktsj
2018-06-23vm.c: fix typo in function namektsj
2018-06-21mjit.c: RubyVM::MJIT.pause / RubyVM::MJIT.resumek0kubun
2018-05-23remove VM_ENV_DATA_INDEX_ENV_PROC.ko1