aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * thread.c (rb_thread_s_control_interrupt,ko12012-07-191-1/+1
* * thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.ko12012-07-181-3/+3
* * cont.c (cont_restore_0): improve docs. [Bug #6706][ruby-core:46243]ayumin2012-07-141-8/+8
* * vm_core.h: remove lfp (local frame pointer) and renameko12012-06-111-5/+4
* decrease fiber stack size. 1MB is too large for windows. [Bug #6344]kosaki2012-05-181-1/+1
* * cont.c: bump up fiber machine stack size when running on 64bitkosaki2012-05-181-2/+7
* * cont.c (rb_fiber_m_transfer): fixed typo in example.ayumin2012-05-031-3/+3
* * cont.c (rb_fiber_m_transfer): improve sample code in Fiber#transfernagachika2012-05-021-0/+1
* * cont.c: Improved Fiber documentation.[ruby-core:44540][Bug #6343]ayumin2012-05-021-0/+26
* * reduce UNREACHABLE.nobu2012-04-171-9/+6
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+2
* * cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika2012-02-151-0/+24
* * cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used fornaruse2012-01-121-5/+4
* * bignum.c (big_rshift), compile.c (validate_label,nobu2011-12-051-1/+1
* * cont.c (fiber_switch): ignore fiber context switchnaruse2011-11-201-0/+7