aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
Commit message (Expand)AuthorAgeFilesLines
* introduce rb_fiber_t::first_proc.ko12017-06-281-6/+5
* move fields to ec.ko12017-06-281-15/+7
* move fields to ec.ko12017-06-281-11/+8
* introduce rb_thread_ptr() to replace GetThreadPtr().ko12017-06-281-4/+3
* move storages to ec.ko12017-06-281-18/+12
* move several fields from rb_thread_t to rb_execution_context_t.ko12017-06-261-12/+9
* copy ec on Fiber.ko12017-06-261-4/+8
* add "FIBER_" prefix.ko12017-06-261-13/+13
* Do not store/restore Thread#status on fiber switching.ko12017-06-261-2/+2
* move "state" to rb_vm_tag.ko12017-06-231-2/+0
* rename th->state to th->tag_state.ko12017-06-231-2/+2
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-231-2/+2
* rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal2017-05-091-30/+30
* remove branches in dmark and dfree GC callbacksnormal2017-03-171-44/+41
* Fiber also has same issue. [Bug #13313]ko12017-03-141-1/+1
* cont.c: avoid needless branch for dmark callbacksnormal2017-02-131-34/+32
* cont.c: change fiber stack size doc [ci skip]normal2016-12-271-2/+3
* Add volatile to a suppress warning.shugo2016-12-071-2/+2
* Add clang volatile fixes from FreeBSD and NetBSD.shugo2016-12-071-7/+3
* * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj2016-11-051-2/+2
* * cont.c (cont_new): disable optimization if clang's version isshugo2016-11-051-0/+4
* * vm_core.h: introduce VM_FRAME_RUBYFRAME_P()ko12016-08-031-1/+1
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-281-23/+31
* * cont.c, hash.c, random.c, win32/win32.c: cleanup some Win9x/ME/NT4usa2016-05-011-7/+1
* cont.c: wrong _MSC_VER checknobu2016-04-141-1/+1
* fix common misspelling [ci skip]nobu2015-12-241-3/+3
* * cont.c: fix a double word typo.hsbt2015-12-101-1/+1
* * *.c (*_memsize): do not check ptr.ko12015-12-091-21/+19
* cont.c: append to continuations doc [ci skip]nobu2015-09-201-0/+18
* * include/ruby/ruby.h, cont.c, vm_trace.c: add a new eventko12015-08-211-1/+4
* cont.c: CreateFiberEx fallbacknobu2015-07-211-0/+4
* remove needless volatilenobu2015-07-131-1/+1
* * cont.c (cont_free): remove mysterious fflush()ko12015-07-071-1/+1
* * cont.c (fiber_init): initialize control frame correctly.ko12015-07-061-4/+5
* * method.h: introduce rb_callable_method_entry_t to removeko12015-07-031-1/+0
* * method.h: make rb_method_entry_t a VALUE.ko12015-06-021-2/+1
* cont.c: Check ruby_current_threadnobu2015-05-301-4/+3
* * vm_args.c: protect value stack from calling other methodsko12015-04-061-1/+1
* * vm_core.h: introduce new fieldko12014-12-101-0/+3
* use 0 for reservednobu2014-12-011-2/+2
* * vm_core.h: add rb_thread_t::local_storage_recursive_hashko12014-11-271-0/+3
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-1/+0
* cont.c (fiber_store): fix WIN32 fibersnormal2014-10-161-1/+1
* cont.c: fix typedefnobu2014-10-161-1/+1
* cont.c: fix compile errornobu2014-10-161-1/+1
* cont.c: fix when FIBER_USE_NATIVE is 0normal2014-10-151-1/+5
* cont.c: fix build when FIBER_USE_NATIVE is 0normal2014-10-151-5/+1
* cont.c: Optimize fiber_switch calleesnormal2014-10-151-99/+91
* cont.c (cont_save_thread): Sparse copying of thread datanormal2014-10-151-8/+31
* cont.c: Small code cleanupnormal2014-10-151-3/+2