aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
Commit message (Expand)AuthorAgeFilesLines
* fiber: fix machine stack marking when FIBER_USE_NATIVE is 0normal2017-09-081-1/+1
* fix up r59776nobu2017-09-081-1/+1
* move th->fiber to ec->fiber.ko12017-09-081-20/+20
* cont.c: fix root fiber to_snobu2017-09-021-1/+8
* remove debug code.ko12017-08-231-1/+0
* split out struct cont_saved_vm_stack.ko12017-08-221-27/+33
* fix a typo in comment.nagachika2017-08-101-1/+1
* use VM_UNREACHABLE() instead of rb_bug().ko12017-08-101-3/+3
* introduce fiber_restore_thread.ko12017-08-101-8/+21
* rename rb_execution_context_t::stack(_size) to vm_stack(_size).ko12017-08-101-27/+27
* cont.c: fix up r59557 for !FIBER_USE_NATIVEnobu2017-08-101-0/+2
* constify some variables.ko12017-08-101-6/+6
* remove additional newline.ko12017-08-101-1/+0
* Fiber#to_s (#inspect) return richer information.ko12017-08-101-0/+22
* refactoring Fiber status.ko12017-08-101-27/+112
* fix stack storing for root fibers.ko12017-08-021-5/+5
* release VM stack properly.ko12017-08-021-0/+1
* 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