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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
EXEC_EVENT_HOOK(ec, ...)
ko1
2017-10-29
1
-22
/
+22
*
`th` -> `ec` for method management functions.
ko1
2017-10-28
1
-2
/
+1
*
`th` -> `ec` for rb_vm_make_binding().
ko1
2017-10-28
1
-5
/
+5
*
rename a function.
ko1
2017-10-28
1
-4
/
+4
*
* vm.c (vm_define_method): don't use `th` any more.
ko1
2017-10-28
1
-3
/
+3
*
* vm.c (REWIND_CFP): use `ec` directly.
ko1
2017-10-28
1
-5
/
+5
*
`th` -> `ec` for vm_iter_break().
ko1
2017-10-28
1
-9
/
+9
*
`th` -> `ec` for some functions.
ko1
2017-10-28
1
-12
/
+12
*
`th` -> `ec` for some functions.
ko1
2017-10-28
1
-8
/
+8
*
`th` -> `ec` for rb_vm_rewind_cfp.
ko1
2017-10-28
1
-5
/
+5
*
`th` -> `ec` for vm_exec().
ko1
2017-10-28
1
-43
/
+43
*
`th` -> `ec` for vm_set_*_stack.
ko1
2017-10-28
1
-25
/
+26
*
move fields from `th` to `ec`.
ko1
2017-10-28
1
-5
/
+5
*
skip machine stack marking for current ec.
ko1
2017-10-28
1
-1
/
+3
*
vm_exec_core() accepts `ec` instead of `th`.
ko1
2017-10-27
1
-1
/
+1
*
`th` -> `ec` for block related functions.
ko1
2017-10-27
1
-53
/
+51
*
Some functions accept `ec` instead of `th`.
ko1
2017-10-27
1
-2
/
+2
*
vm_get_ruby_level_caller_cfp() accepts `ec` instead of `th`.
ko1
2017-10-27
1
-3
/
+3
*
replace `GET_THREAD()->ec` to `GET_EC()`.
ko1
2017-10-26
1
-5
/
+5
*
fix freeing `th->ec` bugs.
ko1
2017-10-26
1
-9
/
+4
*
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
1
-8
/
+9
*
vm_pop_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
1
-8
/
+8
*
vm_push_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
1
-7
/
+7
*
use GET_EC()
ko1
2017-10-26
1
-3
/
+3
*
A function accepts `ec` instead of `th`.
ko1
2017-10-26
1
-5
/
+5
*
A function accepts `ec` instead of `th`.
ko1
2017-10-26
1
-3
/
+3
*
some functions accept `ec` instead of `th`.
ko1
2017-10-26
1
-42
/
+42
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-125
/
+129
*
common conversion functions
nobu
2017-10-26
1
-2
/
+1
*
Remove dynamic NODE allocation out of parser
mame
2017-10-24
1
-2
/
+3
*
vm.c, vm_insnhelper.h: export symbols of VM serials
k0kubun
2017-10-21
1
-4
/
+3
*
vm.c: unused function
nobu
2017-09-25
1
-0
/
+2
*
vm.c: fetch retval iff necessary
nobu
2017-09-25
1
-13
/
+13
*
vm.c: fix `cfp consistency error' which occurs
ktsj
2017-09-18
1
-1
/
+2
*
store ec instead of thread in rb_context_t.
ko1
2017-09-10
1
-1
/
+1
*
move th->machine to ec->machine.
ko1
2017-09-10
1
-8
/
+9
*
move th->fiber to ec->fiber.
ko1
2017-09-08
1
-1
/
+1
*
accept ec instead of th.
ko1
2017-09-06
1
-10
/
+10
*
th is not defined
ko1
2017-09-06
1
-1
/
+1
*
rb_execution_context_mark.
ko1
2017-09-06
1
-19
/
+22
*
add rb_hash_new_with_size()
shyouhei
2017-09-05
1
-1
/
+1
*
prevent stack overflow
nobu
2017-08-21
1
-0
/
+1
*
vm_insnhelper.c: cfp error at stack overflow
nobu
2017-08-16
1
-0
/
+1
*
Partially revert "suppress warning: assigned but unused variable - line"
naruse
2017-08-15
1
-6
/
+2
*
suppress warning: assigned but unused variable - line
naruse
2017-08-15
1
-2
/
+6
*
rename rb_execution_context_t::stack(_size) to vm_stack(_size).
ko1
2017-08-10
1
-16
/
+16
*
fix stack storing for root fibers.
ko1
2017-08-02
1
-0
/
+4
*
release VM stack properly.
ko1
2017-08-02
1
-3
/
+6
*
vm_core.h: shrink trap_list size
nobu
2017-07-27
1
-6
/
+1
*
revert r59359, r59356, r59355, r59354
normal
2017-07-19
1
-12
/
+0
[next]