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
*
rb_proc_new / rb_fiber_new now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+1
*
rb_ensure now free from ANYARGS
卜部昌平
2019-08-27
1
-7
/
+9
*
cont.c: remove unused STACK_GROW_DIR_DETECTION
Yusuke Endoh
2019-08-19
1
-2
/
+0
*
Use more different arguments in Fiber.yield documentation to make it clear (#...
Iain Barnett
2019-08-17
1
-3
/
+3
*
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-12
1
-3
/
+3
*
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2019-08-13
1
-1
/
+1
*
Fix unused variable
Kazuhiro NISHIYAMA
2019-07-29
1
-3
/
+3
*
Use PRIuSIZE instead of "%zu"
Nobuyoshi Nakada
2019-07-25
1
-7
/
+10
*
Add documentation to `fiber_pool_allocate_memory`.
Samuel Williams
2019-07-19
1
-0
/
+7
*
Fix 32-bit build and typo.
Samuel Williams
2019-07-19
1
-2
/
+2
*
Ensure that madvise does not clobber vacancy data.
Samuel Williams
2019-07-19
1
-5
/
+19
*
Better usage of `rb_ec_clear_vm_stack` to maintain invariants.
Samuel Williams
2019-07-19
1
-6
/
+7
*
Improve ec assertions.
Samuel Williams
2019-07-19
1
-8
/
+0
*
initialize only Fiber's cfp.
Koichi Sasada
2019-07-19
1
-0
/
+1
*
Revert "Ensure cfp is initialized to NULL."
Samuel Williams
2019-07-19
1
-6
/
+0
*
Ensure cfp is initialized to NULL.
Samuel Williams
2019-07-19
1
-0
/
+6
*
Remove `rb_vm_push_frame` as it is no longer used.
Samuel Williams
2019-07-19
1
-12
/
+0
*
Adjust styles and indents
Nobuyoshi Nakada
2019-07-19
1
-21
/
+33
*
check saved_ec.cfp
Koichi Sasada
2019-07-18
1
-1
/
+3
*
Ensure we don't have dangling cfp.
Samuel Williams
2019-07-19
1
-0
/
+1
*
* remove trailing spaces.
git
2019-07-18
1
-1
/
+1
*
Improve `fiber_pool_expand` allocation strategy.
Samuel Williams
2019-07-18
1
-23
/
+47
*
Add experimental `RUBY_SHARED_FIBER_POOL_FREE_STACKS` to control madvise.
Samuel Williams
2019-07-18
1
-0
/
+5
*
Make fiber_pool more conservative on platforms with limited address space.
Samuel Williams
2019-07-18
1
-12
/
+12
*
Add `struct fiber_pool {int free_stacks;}` to control usage of madvise.
Samuel Williams
2019-07-18
1
-1
/
+10
*
Add FIBER_POOL_ALLOCATION_FREE to control allocation/free strategy.
Samuel Williams
2019-07-18
1
-8
/
+43
*
Limit expansion of fiber pool on 32-bit platforms.
Samuel Williams
2019-07-18
1
-46
/
+150
*
Enable `madvise` to release stack space back to OS.
Samuel Williams
2019-07-18
1
-98
/
+142
*
Improve build process and coroutine implementation selection.
Samuel Williams
2019-07-18
1
-6
/
+1
*
Stack copying implementation of coroutines.
Samuel Williams
2019-07-18
1
-2
/
+23
*
Implement fiber pool for reduced fiber allocation overhead.
Samuel Williams
2019-07-18
1
-192
/
+508
*
Make FIBER_USE_NATIVE the default and reformat code.
Samuel Williams
2019-07-18
1
-518
/
+252
*
* expand tabs.
git
2019-07-08
1
-35
/
+35
*
Fix indent
Nobuyoshi Nakada
2019-07-08
1
-4
/
+4
*
Renamed fib to fiber
Nobuyoshi Nakada
2019-07-08
1
-244
/
+244
*
Use native coroutine implementation on OpenBSD-amd64
Jeremy Evans
2019-06-26
1
-1
/
+0
*
Add `ucontext` coroutine implementation for generic fallback.
Samuel Williams
2019-06-26
1
-4
/
+4
*
* remove trailing spaces.
git
2019-06-24
1
-1
/
+1
*
Print warning if not using native coroutine.
Samuel Williams
2019-06-24
1
-0
/
+2
*
Transition root fiber into state FIBER_TERMINATED.
Samuel Williams
2019-06-20
1
-0
/
+11
*
Ensure that vm_stack is cleared in `thread_cleanup_func_before_exec`.
Samuel Williams
2019-06-20
1
-9
/
+2
*
Revert failed attempt at fixing invalid usage of vm_stack.
Samuel Williams
2019-06-20
1
-2
/
+9
*
Ensure `vm_stack` is cleared after fork.
Samuel Williams
2019-06-20
1
-10
/
+2
*
Set `cfp` to null (along with vm_stack) in `rb_fiber_close`.
Samuel Williams
2019-06-20
1
-0
/
+1
*
Adjust indent
Nobuyoshi Nakada
2019-06-19
1
-1
/
+1
*
Remove IA64 support.
Samuel Williams
2019-06-19
1
-92
/
+1
*
Use shared implementation of `rb_ec_initialize_vm_stack`.
Samuel Williams
2019-06-19
1
-13
/
+1
*
Track how stack was allocated for `cont_free`.
Samuel Williams
2019-06-19
1
-8
/
+21
*
Better handling of root fiber.
Samuel Williams
2019-06-19
1
-4
/
+3
*
* expand tabs.
git
2019-06-12
1
-3
/
+3
[next]