index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm.c
Age
Commit message (
Expand
)
Author
2018-11-27
ALWAYS_INLINE implies inline always
nobu
2018-11-26
Support targetting TracePoint [Feature #15289]
ko1
2018-11-16
Prefix rb_ec_set_vm_stack
nobu
2018-11-09
* expand tabs.
svn
2018-11-09
There is a path to use bmethod with ifunc.
ko1
2018-11-09
* expand tabs.
svn
2018-11-09
fix passing wrong `passed_bmethod_me`.
ko1
2018-11-08
separate Thread type (func or proc) explicitly.
ko1
2018-11-06
* expand tabs.
svn
2018-11-06
cont.c: direct use of rb_thread_t
shyouhei
2018-10-24
introduce new YARV insn newhashfromarray.
ko1
2018-10-20
revert r65213 and r65215
k0kubun
2018-10-20
vm_insnhelper.c: never cache getinstancevariable twice
k0kubun
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-12
vm.c: [DOC] small improvements
stomar
2018-10-07
mjit.h: introduce MJIT_STATIC for full mswin JIT support
k0kubun
2018-10-01
remove old VM profile counters.
ko1
2018-09-26
revert r64847, r64846 and r64839
k0kubun
2018-09-26
revert r64838 and r64839
k0kubun
2018-09-25
Revert "Revert r64824 to fix build failure on AppVeyor"
k0kubun
2018-09-25
Revert r64824 to fix build failure on AppVeyor
k0kubun
2018-09-24
insns.def: optimize & and | of Integer [experimental]
k0kubun
2018-09-13
Revert "vm_insnhelper.h: simplify EXEC_EC_CFP implementation"
k0kubun
2018-09-13
vm_insnhelper.h: simplify EXEC_EC_CFP implementation
k0kubun
2018-09-12
share VM stack between threads and fibers if identical in size
normal
2018-08-22
parse.y: remove coverage-related code fragments
mame
2018-08-17
vm.c: add a simple rdoc for RubyVM
mame
2018-08-09
process.c: don't wait JIT queue flush on rb_f_exec
k0kubun
2018-08-09
process.c: fix outdated mjit_pause declaration
k0kubun
2018-08-09
mjit.c: add :wait option to RubyVM::MJIT.pause
k0kubun
2018-07-24
vm.c: simplify the implementation of r64031
k0kubun
2018-07-24
prefix symbols exported for mjit
nobu
2018-07-06
const_missing on private constants
nobu
2018-07-03
vm.c: simplified core#hash_merge_kwd
nobu
2018-07-03
vm.c (rb_source_location): check for NULL cfp->iseq
normal
2018-06-23
mjit.c: unify the variable name with method name
k0kubun
2018-06-23
vm.c: fix infinite loop
ktsj
2018-06-23
vm.c: fix typo in function name
ktsj
2018-06-21
mjit.c: RubyVM::MJIT.pause / RubyVM::MJIT.resume
k0kubun
2018-05-23
remove VM_ENV_DATA_INDEX_ENV_PROC.
ko1
2018-04-20
simplify altstack and enable reuse with thread cache
normal
2018-04-04
refactoring r63073.
ko1
2018-04-03
Fix Fiber with Thread issue on Windows [Bug #14642]
ko1
2018-03-15
vm.c: refined error message
nobu
2018-03-05
add prefix to the function name.
ko1
2018-03-04
vm.c: trivial optimization
nobu
2018-03-04
vm.c: handle_exception loop
nobu
2018-03-04
vm.c: untangle goto loop
nobu
2018-03-03
vm.c: add mjit_enable_p flag
k0kubun
2018-02-24
Fix typo: blcok -> block
nobu
[next]