summaryrefslogtreecommitdiff
path: root/cont.c
AgeCommit message (Expand)Author
2017-10-28`th` -> `ec` for some functions.ko1
2017-10-27`th` -> `ec` for block related functions.ko1
2017-10-26make root fiber at switching.ko1
2017-10-26fix freeing `th->ec` bugs.ko1
2017-10-26introduce EC_*_TAG() instead of TH_*_TAG()ko1
2017-10-26fix commentsko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-09-12cont.c: update comment to match r59776 [ci skip]normal
2017-09-10store ec instead of thread in rb_context_t.ko1
2017-09-10avoid false positive on fiber_verify().ko1
2017-09-10clear `stack_end`.ko1
2017-09-10cont.c: fix typo [ci skip]nobu
2017-09-10move th->machine to ec->machine.ko1
2017-09-08fiber: fix machine stack marking when FIBER_USE_NATIVE is 0normal
2017-09-08fix up r59776nobu
2017-09-08move th->fiber to ec->fiber.ko1
2017-09-02cont.c: fix root fiber to_snobu
2017-08-23remove debug code.ko1
2017-08-22split out struct cont_saved_vm_stack.ko1
2017-08-10fix a typo in comment.nagachika
2017-08-10use VM_UNREACHABLE() instead of rb_bug().ko1
2017-08-10introduce fiber_restore_thread.ko1
2017-08-10rename rb_execution_context_t::stack(_size) to vm_stack(_size).ko1
2017-08-10cont.c: fix up r59557 for !FIBER_USE_NATIVEnobu
2017-08-10constify some variables.ko1
2017-08-10remove additional newline.ko1
2017-08-10Fiber#to_s (#inspect) return richer information.ko1
2017-08-10refactoring Fiber status.ko1
2017-08-02fix stack storing for root fibers.ko1
2017-08-02release VM stack properly.ko1
2017-06-28introduce rb_fiber_t::first_proc.ko1
2017-06-28move fields to ec.ko1
2017-06-28move fields to ec.ko1
2017-06-28introduce rb_thread_ptr() to replace GetThreadPtr().ko1
2017-06-28move storages to ec.ko1
2017-06-26move several fields from rb_thread_t to rb_execution_context_t.ko1
2017-06-26copy ec on Fiber.ko1
2017-06-26add "FIBER_" prefix.ko1
2017-06-26Do not store/restore Thread#status on fiber switching.ko1
2017-06-23move "state" to rb_vm_tag.ko1
2017-06-23rename th->state to th->tag_state.ko1
2017-06-23use "enum ruby_tag_type" and TAG_NONE.ko1
2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal
2017-03-17remove branches in dmark and dfree GC callbacksnormal
2017-03-14Fiber also has same issue. [Bug #13313]ko1
2017-02-13cont.c: avoid needless branch for dmark callbacksnormal
2016-12-27cont.c: change fiber stack size doc [ci skip]normal
2016-12-07Add volatile to a suppress warning.shugo
2016-12-07Add clang volatile fixes from FreeBSD and NetBSD.shugo
2016-11-05* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj