summaryrefslogtreecommitdiff
path: root/cont.c
AgeCommit message (Expand)Author
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
2016-11-05* cont.c (cont_new): disable optimization if clang's version isshugo
2016-08-03* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()ko1
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-05-01* cont.c, hash.c, random.c, win32/win32.c: cleanup some Win9x/ME/NT4usa
2016-04-14cont.c: wrong _MSC_VER checknobu
2015-12-24fix common misspelling [ci skip]nobu
2015-12-10* cont.c: fix a double word typo.hsbt
2015-12-09* *.c (*_memsize): do not check ptr.ko1
2015-09-20cont.c: append to continuations doc [ci skip]nobu
2015-08-21* include/ruby/ruby.h, cont.c, vm_trace.c: add a new eventko1
2015-07-21cont.c: CreateFiberEx fallbacknobu
2015-07-13remove needless volatilenobu
2015-07-07* cont.c (cont_free): remove mysterious fflush()ko1
2015-07-06* cont.c (fiber_init): initialize control frame correctly.ko1
2015-07-03* method.h: introduce rb_callable_method_entry_t to removeko1
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-05-30cont.c: Check ruby_current_threadnobu
2015-04-06* vm_args.c: protect value stack from calling other methodsko1
2014-12-10* vm_core.h: introduce new fieldko1
2014-12-01use 0 for reservednobu
2014-11-27* vm_core.h: add rb_thread_t::local_storage_recursive_hashko1
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-10-16cont.c (fiber_store): fix WIN32 fibersnormal
2014-10-16cont.c: fix typedefnobu
2014-10-16cont.c: fix compile errornobu
2014-10-15cont.c: fix when FIBER_USE_NATIVE is 0normal
2014-10-15cont.c: fix build when FIBER_USE_NATIVE is 0normal
2014-10-15cont.c: Optimize fiber_switch calleesnormal
2014-10-15cont.c (cont_save_thread): Sparse copying of thread datanormal
2014-10-15cont.c: Small code cleanupnormal