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-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
2017-12-11
do not disable `trace_` prefix insns.
ko1
2017-12-06
remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.
ko1
2017-12-01
vm.c: partially revert r60558
k0kubun
2017-11-16
Refactoring out the direct accesses of NODE's u1, u2, and u3
mame
2017-11-16
make a func static.
ko1
2017-11-16
make it static.
ko1
2017-11-16
provide rb_vm_make_proc/lambda().
ko1
2017-11-16
`rb_source_loc` -> `rb_source_location_cstr`
ko1
2017-11-16
fix r60789.
ko1
2017-11-16
rb_source_location() may return nil.
ko1
2017-11-16
remove an unused function.
ko1
2017-11-16
add `ec` as first parameter.
ko1
2017-11-15
remove rb_thread_t::event_hooks.
ko1
2017-11-07
th->ec: dtrace
ko1
2017-11-07
* eval_intern.h: rename macros rb_thread_raised_* to
ko1
2017-11-06
renmae ec::fiber to ec::fiber_ptr.
ko1
2017-10-29
remove unused functions.
ko1
2017-10-29
EXEC_EVENT_HOOK(ec, ...)
ko1
2017-10-28
`th` -> `ec` for method management functions.
ko1
[next]