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
*
reuse gvar value.
ko1
2017-11-17
1
-28
/
+27
*
remove `trace_` prefix insns lazily.
ko1
2017-11-17
1
-0
/
+7
*
make a func static.
ko1
2017-11-16
1
-1
/
+3
*
remove unused function.
ko1
2017-11-16
1
-6
/
+0
*
accepts `ec` as first parameter.
ko1
2017-11-16
1
-5
/
+5
*
remove `trace` instruction. [Feature #14104]
ko1
2017-11-14
1
-0
/
+55
*
th->ec: dtrace
ko1
2017-11-07
1
-7
/
+7
*
`rb_execution_context_t *` should not be `th`
ko1
2017-11-07
1
-1
/
+1
*
th->ec: vm_once_dispatch.
ko1
2017-11-07
1
-3
/
+4
*
* eval_intern.h: rename macros rb_thread_raised_* to
ko1
2017-11-07
1
-2
/
+2
*
move `rb_thread_t::method_missing_reason` to ec.
ko1
2017-11-07
1
-2
/
+2
*
move rb_thread_t::interrupt_flag and mask
ko1
2017-11-06
1
-2
/
+2
*
constify `rb_vm_bh_to_procval()`
ko1
2017-10-29
1
-1
/
+1
*
`th` -> `ec` for rb_raise_method_missing().
ko1
2017-10-29
1
-1
/
+1
*
EXEC_EVENT_HOOK(ec, ...)
ko1
2017-10-29
1
-2
/
+2
*
`th` -> `ec` for backtrace functions.
ko1
2017-10-28
1
-1
/
+1
*
move fields from `th` to `ec`.
ko1
2017-10-28
1
-4
/
+3
*
`th` -> `ec` for `rb_insn_func_t`.
ko1
2017-10-27
1
-2
/
+2
*
`th` -> `ec` for block related functions.
ko1
2017-10-27
1
-28
/
+29
*
`ec` -> `th`
ko1
2017-10-27
1
-4
/
+4
*
vm_defined() accepts `ec` instead of `th`.
ko1
2017-10-27
1
-3
/
+3
*
remove duplicated definition.
ko1
2017-10-27
1
-25
/
+2
*
vm_search_super_method() accepts `ec` instead of `th`.
ko1
2017-10-27
1
-1
/
+1
*
vm_get_ev_const() accepts `ec` instead of `th`.
ko1
2017-10-27
1
-5
/
+5
*
`vm_call_handler` and related functions accept `ec` instead of `th`.
ko1
2017-10-27
1
-100
/
+100
*
vm_throw* accept `ec` instead of `th`.
ko1
2017-10-27
1
-13
/
+13
*
ec->th for vm_cref_push() and constify.
ko1
2017-10-27
1
-7
/
+7
*
Some functions accept `ec` instead of `th`.
ko1
2017-10-27
1
-15
/
+15
*
refactoring (rb_|)threadptr_stack_overflow.
ko1
2017-10-27
1
-15
/
+15
*
vm_get_ruby_level_caller_cfp() accepts `ec` instead of `th`.
ko1
2017-10-27
1
-2
/
+2
*
rb_vm_bh_to_procval() accepts `ec` instead of `th`.
ko1
2017-10-26
1
-2
/
+2
*
replace `GET_THREAD()->ec` to `GET_EC()`.
ko1
2017-10-26
1
-2
/
+2
*
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
1
-2
/
+2
*
vm_pop_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
1
-7
/
+7
*
vm_push_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
1
-31
/
+16
*
A function accepts `ec` instead of `th`.
ko1
2017-10-26
1
-2
/
+2
*
some functions accept `ec` instead of `th`.
ko1
2017-10-26
1
-7
/
+7
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-33
/
+33
*
Lazy Proc allocation for block parameters
ko1
2017-10-24
1
-0
/
+20
*
vm_insnhelper.c: array aref optimization
nobu
2017-10-22
1
-3
/
+2
*
proc.c: super_method of included method
nobu
2017-10-06
1
-3
/
+4
*
intern instruction
nobu
2017-09-18
1
-7
/
+0
*
literal symbol by intern
nobu
2017-09-17
1
-0
/
+7
*
store ec instead of thread in rb_context_t.
ko1
2017-09-10
1
-14
/
+29
*
vm_insnhelper.c: fix opt_regexpmatch2 instruction
rhe
2017-09-03
1
-2
/
+2
*
signal.c: fatal stack
nobu
2017-08-22
1
-3
/
+3
*
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
[next]