| Commit message (Expand) | Author | Age | Files | Lines |
* | eval_intern.h: VAR_INITIALIZED | nobu | 2014-04-04 | 1 | -2/+2 |
* | vm_core.h: rb_thread_struct::machine | nobu | 2014-01-28 | 1 | -74/+76 |
* | * thread_pthread.c (rb_thread_create_timer_thread): Show error | akr | 2013-11-16 | 1 | -1/+1 |
* | * cont.c : Introdule ensure rollback mechanism. Please see below. | tarui | 2013-11-15 | 1 | -0/+97 |
* | * gc.c: add support to estimate increase of oldspace memory usage. | ko1 | 2013-11-05 | 1 | -1/+2 |
* | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 | 2013-10-29 | 1 | -0/+2 |
* | * cont.c: disable FIBER_USE_NATIVE on GNU/Hurd because it doesn't | kosaki | 2013-10-08 | 1 | -0/+7 |
* | cont.c: supplement comments of FIBER_USE_NATIVE | nobu | 2013-10-08 | 1 | -14/+25 |
* | cont.c: split conditions | nobu | 2013-10-07 | 1 | -0/+15 |
* | configure.in: move FIBER_USE_NATIVE conditions | nobu | 2013-10-07 | 1 | -4/+1 |
* | * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR(). | ko1 | 2013-09-25 | 1 | -1/+1 |
* | * cont.c (rb_fiber_start): use RARRAY_RAWPTR() instead of | ko1 | 2013-08-07 | 1 | -3/+2 |
* | show errno on FiberError ref #8711 | naruse | 2013-07-31 | 1 | -1/+2 |
* | * cont.c: Typo in constant MAX_MACHINE_STACK_CACHE from '..MAHINE..' | zzak | 2013-05-17 | 1 | -3/+3 |
* | defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END} | nobu | 2013-04-05 | 1 | -6/+2 |
* | cont.c: fiber local svar | nobu | 2013-01-30 | 1 | -0/+2 |
* | * cont.c: define FIBER_USE_NATIVE as 0 in ia64. | takano32 | 2013-01-10 | 1 | -1/+1 |
* | adjust style | nobu | 2012-12-29 | 1 | -2/+2 |
* | * thread.c: rename methods: | ko1 | 2012-12-23 | 1 | -2/+2 |
* | * cont.c (rb_fiber_start): unify conditions. | nagachika | 2012-12-22 | 1 | -4/+1 |
* | * cont.c (rb_fiber_start): in case of jump with TAG_FATAL, | nagachika | 2012-12-22 | 1 | -0/+3 |
* | * vm_core.h, vm_trace.c: fix multi-threading bug for tracing. | ko1 | 2012-12-21 | 1 | -2/+2 |
* | * vm.c: support variable VM/Machine stack sizes. | ko1 | 2012-12-19 | 1 | -10/+2 |
* | * cont.c (rb_fiber_start): don't enqueue Qnil to async_errinfo_queue. | nagachika | 2012-12-15 | 1 | -1/+2 |
* | * revised r37993 to avoid SEGV/ILL in tests. In r37993, a method | shugo | 2012-12-06 | 1 | -0/+1 |
* | * include/ruby/util.h: removed extra semicolon in definition of | tadf | 2012-11-21 | 1 | -1/+1 |
* | * vm_core.h: remove rb_control_frame_t::bp (bp: base pointer). | ko1 | 2012-09-28 | 1 | -1/+3 |
* | vm_insnhelper.c: iclass as klass in cfp | nobu | 2012-08-20 | 1 | -1/+1 |
* | * vm_trace.c, vm_core.h: simplify tracing mechanism. | ko1 | 2012-08-16 | 1 | -0/+7 |
* | * thread.c (rb_thread_s_control_interrupt, | ko1 | 2012-07-19 | 1 | -1/+1 |
* | * thread.c (rb_threadptr_async_errinfo_*): manage async errors queue. | ko1 | 2012-07-18 | 1 | -3/+3 |
* | * cont.c (cont_restore_0): improve docs. [Bug #6706][ruby-core:46243] | ayumin | 2012-07-14 | 1 | -8/+8 |
* | * vm_core.h: remove lfp (local frame pointer) and rename | ko1 | 2012-06-11 | 1 | -5/+4 |
* | decrease fiber stack size. 1MB is too large for windows. [Bug #6344] | kosaki | 2012-05-18 | 1 | -1/+1 |
* | * cont.c: bump up fiber machine stack size when running on 64bit | kosaki | 2012-05-18 | 1 | -2/+7 |
* | * cont.c (rb_fiber_m_transfer): fixed typo in example. | ayumin | 2012-05-03 | 1 | -3/+3 |
* | * cont.c (rb_fiber_m_transfer): improve sample code in Fiber#transfer | nagachika | 2012-05-02 | 1 | -0/+1 |
* | * cont.c: Improved Fiber documentation.[ruby-core:44540][Bug #6343] | ayumin | 2012-05-02 | 1 | -0/+26 |
* | * reduce UNREACHABLE. | nobu | 2012-04-17 | 1 | -9/+6 |
* | * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control | drbrain | 2012-04-13 | 1 | -0/+2 |
* | * cont.c (rb_fiber_reset_root_local_storage): add a new function to | nagachika | 2012-02-15 | 1 | -0/+24 |
* | * cont.c (cont_restore_0): prevent optimizing out `sp'. sp is used for | naruse | 2012-01-12 | 1 | -5/+4 |
* | * bignum.c (big_rshift), compile.c (validate_label, | nobu | 2011-12-05 | 1 | -1/+1 |
* | * cont.c (fiber_switch): ignore fiber context switch | naruse | 2011-11-20 | 1 | -0/+7 |
* | * cont.c (rb_fiber_m_transfer, rb_fiber_resume): prohibit using | ko1 | 2011-11-09 | 1 | -2/+14 |
* | * io.c: use "__sun" instead of "sun" to detect SunOS. | akr | 2011-10-24 | 1 | -1/+1 |
* | * cont.c (fiber_store): balance braces. | nobu | 2011-10-13 | 1 | -3/+3 |
* | * cont.c (cont_mark): mark original Thread object from saved_thread. | nagachika | 2011-10-05 | 1 | -0/+1 |
* | * vm.c (rb_thread_mark), cont.c (cont_mark): revert r33369 and r33371 | ktsj | 2011-10-02 | 1 | -1/+1 |
* | * vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should not | ktsj | 2011-10-01 | 1 | -1/+1 |