aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* configure.in: move FIBER_USE_NATIVE conditionsnobu2013-10-071-4/+1
* * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko12013-09-251-1/+1
* * cont.c (rb_fiber_start): use RARRAY_RAWPTR() instead ofko12013-08-071-3/+2
* show errno on FiberError ref #8711naruse2013-07-311-1/+2
* * cont.c: Typo in constant MAX_MACHINE_STACK_CACHE from '..MAHINE..'zzak2013-05-171-3/+3
* defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu2013-04-051-6/+2
* cont.c: fiber local svarnobu2013-01-301-0/+2
* * cont.c: define FIBER_USE_NATIVE as 0 in ia64.takano322013-01-101-1/+1
* adjust stylenobu2012-12-291-2/+2
* * thread.c: rename methods:ko12012-12-231-2/+2
* * cont.c (rb_fiber_start): unify conditions.nagachika2012-12-221-4/+1
* * cont.c (rb_fiber_start): in case of jump with TAG_FATAL,nagachika2012-12-221-0/+3
* * vm_core.h, vm_trace.c: fix multi-threading bug for tracing.ko12012-12-211-2/+2
* * vm.c: support variable VM/Machine stack sizes.ko12012-12-191-10/+2
* * cont.c (rb_fiber_start): don't enqueue Qnil to async_errinfo_queue.nagachika2012-12-151-1/+2
* * revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo2012-12-061-0/+1
* * include/ruby/util.h: removed extra semicolon in definition oftadf2012-11-211-1/+1
* * vm_core.h: remove rb_control_frame_t::bp (bp: base pointer).ko12012-09-281-1/+3
* vm_insnhelper.c: iclass as klass in cfpnobu2012-08-201-1/+1
* * vm_trace.c, vm_core.h: simplify tracing mechanism.ko12012-08-161-0/+7