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
*
Avoid GCing dead stack after switching away from a fiber
samuel
2018-12-01
1
-0
/
+1
*
Give up support for cross-callcc set_trace_func.
ko1
2018-11-26
1
-1
/
+4
*
Support targetting TracePoint [Feature #15289]
ko1
2018-11-26
1
-9
/
+0
*
Use VirtualAlloc/VirtualProtect/VirtualFree for windows stack allocation.
samuel
2018-11-22
1
-53
/
+63
*
Fix condition
nobu
2018-11-20
1
-2
/
+2
*
Make fiber_entry static
nobu
2018-11-20
1
-1
/
+2
*
Fix windows builds.
samuel
2018-11-20
1
-0
/
+2
*
Expose stack functions to coroutine and non-windows implementations.
samuel
2018-11-20
1
-12
/
+16
*
Fix exposure of stack allocations.
samuel
2018-11-20
1
-2
/
+3
*
Use malloc/free for windows stack allocation.
samuel
2018-11-20
1
-11
/
+20
*
Remove trailing whitespace.
samuel
2018-11-20
1
-2
/
+2
*
Restore native non-coroutine code path.
samuel
2018-11-20
1
-2
/
+11
*
It cannot be const because it is being passed to destructive operation (destr...
samuel
2018-11-20
1
-1
/
+1
*
Better support for amd64 platforms
samuel
2018-11-20
1
-3
/
+3
*
Native implementation of coroutines to improve performance of fibers
samuel
2018-11-20
1
-16
/
+63
*
Prefix rb_ec_set_vm_stack
nobu
2018-11-16
1
-4
/
+4
*
suppress integer overflow warnings
shyouhei
2018-11-13
1
-6
/
+6
*
cont.c: direct use of rb_thread_t
shyouhei
2018-11-06
1
-3
/
+1
*
fiber: fix crash on GC after forking
normal
2018-09-12
1
-16
/
+13
*
cont.c (fiber_memsize): do not rely on ROOT_FIBER_CONTEXT
normal
2018-09-12
1
-5
/
+8
*
cont.c (ec_set_vm_stack): avoid needless casting
normal
2018-09-12
1
-2
/
+2
*
share VM stack between threads and fibers if identical in size
normal
2018-09-12
1
-10
/
+20
*
cont.c (rb_fiber_atfork): th->root_fiber may not exist
normal
2018-08-30
1
-4
/
+6
*
cont.c: set th->root_fiber to current fiber at fork
normal
2018-08-29
1
-0
/
+12
*
cont.c (rb_context_t): remove ensure_list
normal
2018-08-29
1
-1
/
+0
*
Avoid compiler depend error
kazu
2018-08-22
1
-1
/
+1
*
cont.c: fix syntax error
nobu
2018-08-21
1
-1
/
+1
*
cont.c: replace "GetFooPtr" macros with "foo_ptr" functions
normal
2018-08-21
1
-20
/
+25
*
cont.c (struct rb_fiber_struct): bitfields for trasnferred and status
normal
2018-08-20
1
-2
/
+2
*
reduce copy & paste
shyouhei
2018-07-30
1
-5
/
+3
*
cont.c (ec_switch): prevent delayed/missed trap interrupt race
normal
2018-07-26
1
-0
/
+10
*
adjust indent [ci skip]
nobu
2018-07-03
1
-1
/
+1
*
cont.c: handle errors for getcontext()
nobu
2018-07-03
1
-3
/
+12
*
mjit.c: unify the variable name with method name
k0kubun
2018-06-23
1
-2
/
+2
*
fix type mismatch.
ko1
2018-05-08
1
-1
/
+1
*
cont.c: host out context setup
nobu
2018-05-08
1
-6
/
+13
*
cont.c: wrapper function
nobu
2018-05-07
1
-1
/
+9
*
cont.c: refined error message
nobu
2018-05-07
1
-2
/
+4
*
cont.c: machine stack cache condition
nobu
2018-05-07
1
-5
/
+5
*
cont.c: cleanup needless cast
normal
2018-05-01
1
-3
/
+3
*
refactoring r63073.
ko1
2018-04-04
1
-30
/
+11
*
Fix Fiber with Thread issue on Windows [Bug #14642]
ko1
2018-04-03
1
-3
/
+25
*
mjit.c: merge MJIT infrastructure
k0kubun
2018-02-04
1
-0
/
+9
*
ia64: update ia64-specific code to use execution context
hsbt
2018-01-30
1
-3
/
+3
*
explicit cast to void* required for %p
shyouhei
2018-01-02
1
-1
/
+1
*
suppress warning for clang
shyouhei
2018-01-02
1
-0
/
+7
*
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-28
1
-1
/
+0
*
cont.c: fix comment to follow field name change
k0kubun
2017-12-25
1
-1
/
+1
*
cont.c: update comment for ec refactoring
normal
2017-12-06
1
-1
/
+1
*
remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.
ko1
2017-12-06
1
-1
/
+1
[next]