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_insnhelper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vm_core.h: ruby_error_stackfatal
nobu
2017-08-21
1
-1
/
+1
*
vm_insnhelper.c: vm_cfp_consistent_p
nobu
2017-08-18
1
-3
/
+13
*
vm_insnhelper.c: raise ruby_error_sysstack_gc
nobu
2017-08-18
1
-1
/
+3
*
vm_insnhelper.c: cfp error at stack overflow
nobu
2017-08-16
1
-1
/
+3
*
rename rb_execution_context_t::stack(_size) to vm_stack(_size).
ko1
2017-08-10
1
-2
/
+2
*
splat keyword hash
nobu
2017-08-05
1
-1
/
+1
*
visibility of inherited method
nobu
2017-07-29
1
-2
/
+3
*
adjust indent [ci skip]
nobu
2017-07-29
1
-38
/
+38
*
vm_insnhelper.c: dump iseq
nobu
2017-06-30
1
-0
/
+7
*
move fields to ec.
ko1
2017-06-28
1
-1
/
+1
*
move fields to ec.
ko1
2017-06-28
1
-4
/
+4
*
fix return in toplevel rescue/ensure
nobu
2017-06-27
1
-0
/
+16
*
vm_insnhelper.c: break in once
nobu
2017-06-27
1
-6
/
+6
*
move several fields from rb_thread_t to rb_execution_context_t.
ko1
2017-06-26
1
-6
/
+6
*
move "state" to rb_vm_tag.
ko1
2017-06-23
1
-5
/
+5
*
rename th->state to th->tag_state.
ko1
2017-06-23
1
-6
/
+5
*
vm_insnhelper.c: vm_stack_consistency_error
nobu
2017-06-23
1
-0
/
+16
*
Prohibit SystemStackError while GC.
ko1
2017-06-15
1
-1
/
+4
*
remove OPT_CALL_CFUNC_WITHOUT_FRAME.
ko1
2017-06-14
1
-76
/
+0
*
check break target correctly.
ko1
2017-06-08
1
-1
/
+3
*
remove arg_setup_lambda.
ko1
2017-06-05
1
-1
/
+1
*
* vm_core.h: remove VM_FRAME_MAGIC_LAMBDA and introduce
ko1
2017-06-03
1
-6
/
+4
*
Improve performance of implicit type conversion
watson1978
2017-05-31
1
-3
/
+3
*
add debug counters for local variable (lavr) access.
ko1
2017-05-31
1
-0
/
+1
*
Symbol support for opt_eql_func too
nobu
2017-05-26
1
-47
/
+50
*
Symbol support for opt_eq_func.
ko1
2017-05-26
1
-0
/
+5
*
vm_insnhelper.c: remove redefinitions and undefine after used
nobu
2017-05-25
1
-2
/
+2
*
vm_insnhelper.c: rb_eql_opt should call eql?
nobu
2017-05-25
1
-5
/
+45
*
Improve performance of rb_eql()
watson1978
2017-05-25
1
-0
/
+13
*
fixup r58614 for raspi3 and maybe other systems with odd compile
normal
2017-05-09
1
-2
/
+2
*
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-05-09
1
-21
/
+21
*
fix infinite recursion
nobu
2017-04-19
1
-2
/
+3
*
refactor extract binop dispatcher
shyouhei
2017-04-19
1
-171
/
+107
*
fixup! vm_insnhelper.c: adjust indent [ci skip]
nobu
2017-04-18
1
-12
/
+12
*
vm_insnhelper.c: adjust indent [ci skip]
nobu
2017-04-18
1
-4
/
+4
*
tabify (sorry!) [ci skip]
shyouhei
2017-04-18
1
-4
/
+4
*
* remove trailing spaces.
svn
2017-04-18
1
-1
/
+1
*
split insns.def into functions
shyouhei
2017-04-18
1
-0
/
+866
*
vm_insnhelper.c: rb_threadptr_stack_overflow
nobu
2017-04-17
1
-1
/
+29
*
Parenthesized CHECK_CFP_CONSISTENCY [ci skip]
nobu
2017-04-11
1
-2
/
+2
*
vm_insnhelper.c: CHECK_CFP_CONSISTENCY
nobu
2017-04-11
1
-6
/
+6
*
vm_args.c: arity check of lambda
nobu
2017-03-19
1
-6
/
+0
*
vm.c: guard arguments [EXPERIMENTAL]
nobu
2017-03-18
1
-0
/
+4
*
vm_insnhelper.c: adjust indent [ci skip]
nobu
2017-03-15
1
-1
/
+1
*
* remove trailing spaces.
svn
2017-03-15
1
-1
/
+1
*
add several counters to analyze ivar inline caches.
ko1
2017-03-15
1
-9
/
+18
*
vm_insnhelper.c: undef BUILTIN_CLASS_P too
kazu
2017-03-14
1
-0
/
+1
*
opt_eq_func refactor
nobu
2017-03-06
1
-22
/
+19
*
add performance counting mechanism for MRI debug/tuning purpose.
ko1
2017-02-21
1
-2
/
+12
*
vm_insnhelper.c: super to module in refinement
nobu
2017-02-19
1
-1
/
+2
[next]