aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cont.c: Code cleanup in fiber_switch/fiber_storenormal2014-10-151-42/+41
* cont.c: Remove unused prev_fiber/next_fiber fieldsnormal2014-10-151-27/+0
* rb_{thread,context,fiber}_struct: trivial packingnormal2014-08-151-3/+3
* cont.c (cont_mark): fix typo in unused path [ci skip]normal2014-08-141-1/+1
* introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal2014-07-251-2/+1
* constify parametersnobu2014-06-181-6/+6
* cont.c : keep context.uc_stack.ss_sp and context.uc_stack.ss_size for later use.kanemoto2014-06-071-4/+13
* * cont.c: [DOC] Fix rdoc in example for Fiber#transfer by @majjohazzak2014-05-251-1/+1
* eval_intern.h: VAR_INITIALIZEDnobu2014-04-041-2/+2
* vm_core.h: rb_thread_struct::machinenobu2014-01-281-74/+76
* * thread_pthread.c (rb_thread_create_timer_thread): Show errorakr2013-11-161-1/+1
* * cont.c : Introdule ensure rollback mechanism. Please see below.tarui2013-11-151-0/+97
* * gc.c: add support to estimate increase of oldspace memory usage.ko12013-11-051-1/+2
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+2
* * cont.c: disable FIBER_USE_NATIVE on GNU/Hurd because it doesn'tkosaki2013-10-081-0/+7
* cont.c: supplement comments of FIBER_USE_NATIVEnobu2013-10-081-14/+25
* cont.c: split conditionsnobu2013-10-071-0/+15