summaryrefslogtreecommitdiff
path: root/cont.c
AgeCommit message (Expand)Author
2012-12-06* revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo
2012-11-21 * include/ruby/util.h: removed extra semicolon in definition oftadf
2012-09-28* vm_core.h: remove rb_control_frame_t::bp (bp: base pointer).ko1
2012-08-20vm_insnhelper.c: iclass as klass in cfpnobu
2012-08-16* vm_trace.c, vm_core.h: simplify tracing mechanism.ko1
2012-07-19* thread.c (rb_thread_s_control_interrupt,ko1
2012-07-18* thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.ko1
2012-07-14* cont.c (cont_restore_0): improve docs. [Bug #6706][ruby-core:46243]ayumin
2012-06-11* vm_core.h: remove lfp (local frame pointer) and renameko1
2012-05-18decrease fiber stack size. 1MB is too large for windows. [Bug #6344]kosaki
2012-05-18* cont.c: bump up fiber machine stack size when running on 64bitkosaki
2012-05-03* cont.c (rb_fiber_m_transfer): fixed typo in example.ayumin
2012-05-02* cont.c (rb_fiber_m_transfer): improve sample code in Fiber#transfernagachika
2012-05-02* cont.c: Improved Fiber documentation.[ruby-core:44540][Bug #6343]ayumin
2012-04-17* reduce UNREACHABLE.nobu
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-02-15* cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika
2012-01-12* cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used fornaruse
2011-12-05* bignum.c (big_rshift), compile.c (validate_label,nobu
2011-11-20* cont.c (fiber_switch): ignore fiber context switchnaruse
2011-11-09* cont.c (rb_fiber_m_transfer, rb_fiber_resume): prohibit usingko1
2011-10-24* io.c: use "__sun" instead of "sun" to detect SunOS.akr
2011-10-13* cont.c (fiber_store): balance braces.nobu
2011-10-05* cont.c (cont_mark): mark original Thread object from saved_thread.nagachika
2011-10-02* vm.c (rb_thread_mark), cont.c (cont_mark): revert r33369 and r33371ktsj
2011-10-01* vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should notktsj
2011-08-30* cont.c (fiber_entry): fix stack allocation failure on Debiankosaki
2011-08-06* cont.c (HAVE_GETCONTEXT): see getcontext(3) because DragonFly BSDnaruse
2011-07-19* cont.c (cont_save_thread): fix missing semicolon.takano32
2011-07-08* cont.c (FIBER_MACHINE_STACK_ALLOCATION_SIZE): Fiber stack sizekosaki
2011-07-07add a comment why FreeBSD can't use MAP_STACK.kosaki
2011-07-06* cont.c (FIBER_STACK_FLAGS): workaround fix for r32420 on FreeBSD.naruse
2011-07-06* cont.c (fiber_machine_stack_alloc): cleanup pointer arithmetic.kosaki
2011-07-06* cont.c (fiber_machine_stack_alloc): fix mprotect misuse. A stackkosaki
2011-07-06* cont.c (fiber_machine_stack_alloc): use MAP_STACK if it's provided.kosaki
2011-07-06* cont.c (fiber_machine_stack_alloc): use MAP_FAILED instead of -1.kosaki
2011-07-06* cont.c (fiber_machine_stack_alloc): remove unnecessary cast.kosaki
2011-07-04* cont.c: disable FIBER_USE_NATIVE on Solaris because resuming anymame
2011-06-22* cont.c (cont_capture): add volatile.naruse
2011-06-17* internal.h: declare internal functions here.akr
2011-06-17* suppress compile warnings.nobu
2011-06-16* fix for build on solaris 10.nobu
2011-06-14* cont.c (cont_save_thread): add new utility function.nagachika
2011-06-08* cont.c (root_fiber_alloc): set root fiber's status RUNNING.nagachika
2011-06-06* cont.c: use #if FIBER_USE_NATIVE instead of #ifdef.nagachika
2011-05-15 * cont.c (cont_init): clear macihne_stack_start/end of saved thread tonagachika
2010-12-06* cont.c: parenthesize macro arguments.akr
2010-11-03* cont.c (fiber_t_alloc): raise an error when fiber is going to bemame
2010-11-03* cont.c (rb_fiber_resume): raise an "double resume" error when rootmame
2010-10-27* cont.c: apply documentation patch by Run Paint Run Run.naruse