index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Suppress unused-function warning when OPT_THREADED_CODE != 1
Nobuyoshi Nakada
2021-08-09
1
-0
/
+1
*
Fix trivial -Wundef warnings
Benoit Daloze
2021-05-04
1
-0
/
+2
*
Enable arm64 optimizations that exist for power/x86 (#3393)
AGSaidi
2020-08-14
1
-0
/
+8
*
RUBY_CONST_ASSERT: use STATIC_ASSERT instead
卜部昌平
2020-07-10
1
-11
/
+0
*
Add VM insns counter like debug_counter (#2789)
Takashi Kokubun
2019-12-28
1
-0
/
+30
*
vm_exec.c: reduced repeated same calls
nobu
2018-03-04
1
-3
/
+3
*
catch up recent changes for call threaded code VM.
ko1
2017-10-27
1
-1
/
+2
*
vm_exec_core() accepts `ec` instead of `th`.
ko1
2017-10-27
1
-11
/
+11
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-5
/
+5
*
Drop to support NaCl platform.
hsbt
2017-10-23
1
-5
/
+1
*
move fields to ec.
ko1
2017-06-28
1
-2
/
+2
*
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-05-09
1
-3
/
+3
*
* vm_insnhelper.h: rename REG_(CFP|PC|SP|EP) to VM_REG_....
ko1
2016-11-05
1
-4
/
+4
*
* vm_core.h: constify rb_iseq_constant_body::iseq_encoded and
ko1
2015-07-23
1
-4
/
+4
*
* vm_exec.c: improve performance in ppc64 arch.
hsbt
2014-08-12
1
-0
/
+8
*
* vm_exec.c (cfp): Fixes a SEGV issue in r44554.
yugui
2014-01-14
1
-2
/
+2
*
* vm_exec.c (cfp): Avoid generating invalid binary for
yugui
2014-01-10
1
-0
/
+4
*
* vm_exec.h (VM_DEBUG_STACKOVERFLOW): added.
ko1
2013-12-18
1
-0
/
+2
*
vm_core.h: extract VM_STACK_OVERFLOWED_P
nobu
2013-11-18
1
-0
/
+9
*
* vm_exec.c: Correct predefined macro name. This typo is introduced by
naruse
2013-03-18
1
-1
/
+1
*
* vm_exec.c: check VM_COLLECT_USAGE_DETAILS.
ko1
2012-12-03
1
-0
/
+2
*
* vm_exec.c: vm_analysis_insn should be statkc.
ko1
2012-12-03
1
-1
/
+1
*
* probes.d: add DTrace probe declarations. [ruby-core:27448]
tenderlove
2012-11-12
1
-0
/
+2
*
* vm_exec.c, insns.def (leave): solve problems on
ko1
2012-08-07
1
-15
/
+15
*
Suppress warnings.
naruse
2012-07-25
1
-4
/
+4
*
* vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).
ko1
2012-06-15
1
-14
/
+1
*
* vm_exec.c: remove conditions for clang
naruse
2011-05-31
1
-4
/
+4
*
* include/ruby/intern.h: pcc can't use __builtin_constant_p.
naruse
2011-04-23
1
-3
/
+3
*
* vm_exec.c (vm_exec_core): Treat clang as non gcc on this
naruse
2010-10-07
1
-3
/
+3
*
* vm_exec.c (DECL_SC_REG): use __clang__.
naruse
2009-10-27
1
-2
/
+2
*
* vm_exec.c (DECL_SC_REG): check defined(__asm__) before use it.
naruse
2009-10-26
1
-2
/
+2
*
* vm.c: add a prefix "rb_" to exposed functions
ko1
2009-01-19
1
-2
/
+2
*
* README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: update
mame
2008-11-14
1
-1
/
+1
*
* vm_exec.c (vm_exec_core): add an UNLIKELY() hint.
ko1
2008-09-28
1
-1
/
+1
*
* common.mk: clean up
ko1
2008-09-23
1
-0
/
+156