summaryrefslogtreecommitdiff
path: root/cont.c
AgeCommit message (Expand)Author
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-25cont.c: fix comment to follow field name changek0kubun
2017-12-06cont.c: update comment for ec refactoringnormal
2017-12-06remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.ko1
2017-11-16fix up r60782 and r60783.ko1
2017-11-16avoid duplicated-cond compile error.ko1
2017-11-16cleanup hook cleanup code.ko1
2017-11-06use `GET_EC()` directly.ko1
2017-11-06move rb_thread_t::interrupt_flag and maskko1
2017-11-06renmae ec::fiber to ec::fiber_ptr.ko1
2017-10-29EXEC_EVENT_HOOK(ec, ...)ko1
2017-10-29`ec` has `thread_ptr`.ko1
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