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
/
cont.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix up r60782 and r60783.
ko1
2017-11-16
1
-5
/
+4
*
avoid duplicated-cond compile error.
ko1
2017-11-16
1
-2
/
+4
*
cleanup hook cleanup code.
ko1
2017-11-16
1
-0
/
+8
*
use `GET_EC()` directly.
ko1
2017-11-06
1
-4
/
+4
*
move rb_thread_t::interrupt_flag and mask
ko1
2017-11-06
1
-10
/
+16
*
renmae ec::fiber to ec::fiber_ptr.
ko1
2017-11-06
1
-24
/
+24
*
EXEC_EVENT_HOOK(ec, ...)
ko1
2017-10-29
1
-2
/
+2
*
`ec` has `thread_ptr`.
ko1
2017-10-29
1
-10
/
+3
*
`th` -> `ec` for some functions.
ko1
2017-10-28
1
-1
/
+1
*
`th` -> `ec` for block related functions.
ko1
2017-10-27
1
-1
/
+1
*
make root fiber at switching.
ko1
2017-10-26
1
-1
/
+7
*
fix freeing `th->ec` bugs.
ko1
2017-10-26
1
-1
/
+19
*
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
1
-2
/
+2
*
fix comments
ko1
2017-10-26
1
-2
/
+2
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-127
/
+248
*
cont.c: update comment to match r59776 [ci skip]
normal
2017-09-12
1
-1
/
+1
*
store ec instead of thread in rb_context_t.
ko1
2017-09-10
1
-76
/
+77
*
avoid false positive on fiber_verify().
ko1
2017-09-10
1
-1
/
+6
*
clear `stack_end`.
ko1
2017-09-10
1
-4
/
+2
*
cont.c: fix typo [ci skip]
nobu
2017-09-10
1
-1
/
+1
*
move th->machine to ec->machine.
ko1
2017-09-10
1
-33
/
+32
*
fiber: fix machine stack marking when FIBER_USE_NATIVE is 0
normal
2017-09-08
1
-1
/
+1
*
fix up r59776
nobu
2017-09-08
1
-1
/
+1
*
move th->fiber to ec->fiber.
ko1
2017-09-08
1
-20
/
+20
*
cont.c: fix root fiber to_s
nobu
2017-09-02
1
-1
/
+8
*
remove debug code.
ko1
2017-08-23
1
-1
/
+0
*
split out struct cont_saved_vm_stack.
ko1
2017-08-22
1
-27
/
+33
*
fix a typo in comment.
nagachika
2017-08-10
1
-1
/
+1
*
use VM_UNREACHABLE() instead of rb_bug().
ko1
2017-08-10
1
-3
/
+3
*
introduce fiber_restore_thread.
ko1
2017-08-10
1
-8
/
+21
*
rename rb_execution_context_t::stack(_size) to vm_stack(_size).
ko1
2017-08-10
1
-27
/
+27
*
cont.c: fix up r59557 for !FIBER_USE_NATIVE
nobu
2017-08-10
1
-0
/
+2
*
constify some variables.
ko1
2017-08-10
1
-6
/
+6
*
remove additional newline.
ko1
2017-08-10
1
-1
/
+0
*
Fiber#to_s (#inspect) return richer information.
ko1
2017-08-10
1
-0
/
+22
*
refactoring Fiber status.
ko1
2017-08-10
1
-27
/
+112
*
fix stack storing for root fibers.
ko1
2017-08-02
1
-5
/
+5
*
release VM stack properly.
ko1
2017-08-02
1
-0
/
+1
*
introduce rb_fiber_t::first_proc.
ko1
2017-06-28
1
-6
/
+5
*
move fields to ec.
ko1
2017-06-28
1
-15
/
+7
*
move fields to ec.
ko1
2017-06-28
1
-11
/
+8
*
introduce rb_thread_ptr() to replace GetThreadPtr().
ko1
2017-06-28
1
-4
/
+3
*
move storages to ec.
ko1
2017-06-28
1
-18
/
+12
*
move several fields from rb_thread_t to rb_execution_context_t.
ko1
2017-06-26
1
-12
/
+9
*
copy ec on Fiber.
ko1
2017-06-26
1
-4
/
+8
*
add "FIBER_" prefix.
ko1
2017-06-26
1
-13
/
+13
*
Do not store/restore Thread#status on fiber switching.
ko1
2017-06-26
1
-2
/
+2
*
move "state" to rb_vm_tag.
ko1
2017-06-23
1
-2
/
+0
*
rename th->state to th->tag_state.
ko1
2017-06-23
1
-2
/
+2
*
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-23
1
-2
/
+2
[next]