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
ruby_3_4
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-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
2018-02-23
[DOC] missing docs at toplevel
nobu
2018-02-20
vm.c: disable dtrace in jit source
nobu
2018-02-08
Export some missing symbols for MJIT
k0kubun
2018-02-04
vm.c: feedback control frame size change
k0kubun
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
mjit.c: merge MJIT infrastructure
k0kubun
2018-01-24
vm.c: remove unnecessary branch
normal
2018-01-18
usage analysis functions marke as static
shyouhei
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
use predefined ids in a few more places
normal
2018-01-08
vm.c: remove extra ifdef
nobu
2018-01-08
fix a bug only on assertion.
ko1
2018-01-08
fix mark miss of Env (which is pointed by prev_ep).
ko1
2018-01-08
vm.c: respect redefinition of Proc#call
nobu
2018-01-07
Speedup `block.call` [Feature #14330]
ko1
2018-01-05
node.h: remove NODE_PRELUDE
mame
2018-01-05
make rb_iseq_new* accept rb_ast_body_t instead of NODE*
mame
2018-01-02
explicit cast to void* required for %p
shyouhei
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-16
vm.c: always export rb_frame_method_id_and_class
k0kubun
2017-12-14
The main Thread should have report_on_exception=true for consistency
eregon
2017-12-12
Set Thread.report_on_exception=true by default to report exceptions in Threads
eregon
[next]