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_exec.c
Age
Commit message (
Expand
)
Author
2018-03-04
vm_exec.c: reduced repeated same calls
nobu
2017-10-27
catch up recent changes for call threaded code VM.
ko1
2017-10-27
vm_exec_core() accepts `ec` instead of `th`.
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-23
Drop to support NaCl platform.
hsbt
2017-06-28
move fields to ec.
ko1
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2016-11-05
* vm_insnhelper.h: rename REG_(CFP|PC|SP|EP) to VM_REG_....
ko1
2015-07-23
* vm_core.h: constify rb_iseq_constant_body::iseq_encoded and
ko1
2014-08-12
* vm_exec.c: improve performance in ppc64 arch.
hsbt
2014-01-14
* vm_exec.c (cfp): Fixes a SEGV issue in r44554.
yugui
2014-01-10
* vm_exec.c (cfp): Avoid generating invalid binary for
yugui
2013-12-18
* vm_exec.h (VM_DEBUG_STACKOVERFLOW): added.
ko1
2013-11-18
vm_core.h: extract VM_STACK_OVERFLOWED_P
nobu
2013-03-18
* vm_exec.c: Correct predefined macro name. This typo is introduced by
naruse
2012-12-03
* vm_exec.c: check VM_COLLECT_USAGE_DETAILS.
ko1
2012-12-03
* vm_exec.c: vm_analysis_insn should be statkc.
ko1
2012-11-12
* probes.d: add DTrace probe declarations. [ruby-core:27448]
tenderlove
2012-08-07
* vm_exec.c, insns.def (leave): solve problems on
ko1
2012-07-25
Suppress warnings.
naruse
2012-06-15
* vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).
ko1
2011-05-31
* vm_exec.c: remove conditions for clang
naruse
2011-04-23
* include/ruby/intern.h: pcc can't use __builtin_constant_p.
naruse
2010-10-07
* vm_exec.c (vm_exec_core): Treat clang as non gcc on this
naruse
2009-10-27
* vm_exec.c (DECL_SC_REG): use __clang__.
naruse
2009-10-26
* vm_exec.c (DECL_SC_REG): check defined(__asm__) before use it.
naruse
2009-01-19
* vm.c: add a prefix "rb_" to exposed functions
ko1
2008-11-14
* README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: update
mame
2008-09-28
* vm_exec.c (vm_exec_core): add an UNLIKELY() hint.
ko1
2008-09-23
* common.mk: clean up
ko1