aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * cont.c (rb_fiber_m_transfer, rb_fiber_resume): prohibit usingko12011-11-091-2/+14
* * io.c: use "__sun" instead of "sun" to detect SunOS.akr2011-10-241-1/+1
* * cont.c (fiber_store): balance braces.nobu2011-10-131-3/+3
* * cont.c (cont_mark): mark original Thread object from saved_thread.nagachika2011-10-051-0/+1
* * vm.c (rb_thread_mark), cont.c (cont_mark): revert r33369 and r33371ktsj2011-10-021-1/+1
* * vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should notktsj2011-10-011-1/+1
* * cont.c (fiber_entry): fix stack allocation failure on Debiankosaki2011-08-301-1/+2
* * cont.c (HAVE_GETCONTEXT): see getcontext(3) because DragonFly BSDnaruse2011-08-061-1/+1
* * cont.c (cont_save_thread): fix missing semicolon.takano322011-07-191-2/+2
* * cont.c (FIBER_MACHINE_STACK_ALLOCATION_SIZE): Fiber stack sizekosaki2011-07-081-2/+2
* add a comment why FreeBSD can't use MAP_STACK.kosaki2011-07-071-0/+4
* * cont.c (FIBER_STACK_FLAGS): workaround fix for r32420 on FreeBSD.naruse2011-07-061-1/+1
* * cont.c (fiber_machine_stack_alloc): cleanup pointer arithmetic.kosaki2011-07-061-6/+6
* * cont.c (fiber_machine_stack_alloc): fix mprotect misuse. A stackkosaki2011-07-061-3/+6
* * cont.c (fiber_machine_stack_alloc): use MAP_STACK if it's provided.kosaki2011-07-061-1/+8
* * cont.c (fiber_machine_stack_alloc): use MAP_FAILED instead of -1.kosaki2011-07-061-1/+1
* * cont.c (fiber_machine_stack_alloc): remove unnecessary cast.kosaki2011-07-061-1/+1
* * cont.c: disable FIBER_USE_NATIVE on Solaris because resuming anymame2011-07-041-1/+1
* * cont.c (cont_capture): add volatile.naruse2011-06-221-3/+4
* * internal.h: declare internal functions here.akr2011-06-171-3/+1
* * suppress compile warnings.nobu2011-06-171-1/+0
* * fix for build on solaris 10.nobu2011-06-161-2/+3
* * cont.c (cont_save_thread): add new utility function.nagachika2011-06-141-11/+17