| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm_core.h: introduce VM_FRAME_RUBYFRAME_P() | ko1 | 2016-08-03 | 1 | -1/+1 |
* | * vm_core.h: revisit the structure of frame, block and env. | ko1 | 2016-07-28 | 1 | -23/+31 |
* | * cont.c, hash.c, random.c, win32/win32.c: cleanup some Win9x/ME/NT4 | usa | 2016-05-01 | 1 | -7/+1 |
* | cont.c: wrong _MSC_VER check | nobu | 2016-04-14 | 1 | -1/+1 |
* | fix common misspelling [ci skip] | nobu | 2015-12-24 | 1 | -3/+3 |
* | * cont.c: fix a double word typo. | hsbt | 2015-12-10 | 1 | -1/+1 |
* | * *.c (*_memsize): do not check ptr. | ko1 | 2015-12-09 | 1 | -21/+19 |
* | cont.c: append to continuations doc [ci skip] | nobu | 2015-09-20 | 1 | -0/+18 |
* | * include/ruby/ruby.h, cont.c, vm_trace.c: add a new event | ko1 | 2015-08-21 | 1 | -1/+4 |
* | cont.c: CreateFiberEx fallback | nobu | 2015-07-21 | 1 | -0/+4 |
* | remove needless volatile | nobu | 2015-07-13 | 1 | -1/+1 |
* | * cont.c (cont_free): remove mysterious fflush() | ko1 | 2015-07-07 | 1 | -1/+1 |
* | * cont.c (fiber_init): initialize control frame correctly. | ko1 | 2015-07-06 | 1 | -4/+5 |
* | * method.h: introduce rb_callable_method_entry_t to remove | ko1 | 2015-07-03 | 1 | -1/+0 |
* | * method.h: make rb_method_entry_t a VALUE. | ko1 | 2015-06-02 | 1 | -2/+1 |
* | cont.c: Check ruby_current_thread | nobu | 2015-05-30 | 1 | -4/+3 |
* | * vm_args.c: protect value stack from calling other methods | ko1 | 2015-04-06 | 1 | -1/+1 |
* | * vm_core.h: introduce new field | ko1 | 2014-12-10 | 1 | -0/+3 |
* | use 0 for reserved | nobu | 2014-12-01 | 1 | -2/+2 |
* | * vm_core.h: add rb_thread_t::local_storage_recursive_hash | ko1 | 2014-11-27 | 1 | -0/+3 |
* | * internal.h: Include ruby.h and ruby/encoding.h to be | akr | 2014-11-15 | 1 | -1/+0 |
* | cont.c (fiber_store): fix WIN32 fibers | normal | 2014-10-16 | 1 | -1/+1 |
* | cont.c: fix typedef | nobu | 2014-10-16 | 1 | -1/+1 |
* | cont.c: fix compile error | nobu | 2014-10-16 | 1 | -1/+1 |
* | cont.c: fix when FIBER_USE_NATIVE is 0 | normal | 2014-10-15 | 1 | -1/+5 |
* | cont.c: fix build when FIBER_USE_NATIVE is 0 | normal | 2014-10-15 | 1 | -5/+1 |
* | cont.c: Optimize fiber_switch callees | normal | 2014-10-15 | 1 | -99/+91 |
* | cont.c (cont_save_thread): Sparse copying of thread data | normal | 2014-10-15 | 1 | -8/+31 |
* | cont.c: Small code cleanup | normal | 2014-10-15 | 1 | -3/+2 |
* | cont.c: Code cleanup in fiber_switch/fiber_store | normal | 2014-10-15 | 1 | -42/+41 |
* | cont.c: Remove unused prev_fiber/next_fiber fields | normal | 2014-10-15 | 1 | -27/+0 |
* | rb_{thread,context,fiber}_struct: trivial packing | normal | 2014-08-15 | 1 | -3/+3 |
* | cont.c (cont_mark): fix typo in unused path [ci skip] | normal | 2014-08-14 | 1 | -1/+1 |
* | introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO use | normal | 2014-07-25 | 1 | -2/+1 |
* | constify parameters | nobu | 2014-06-18 | 1 | -6/+6 |
* | cont.c : keep context.uc_stack.ss_sp and context.uc_stack.ss_size for later use. | kanemoto | 2014-06-07 | 1 | -4/+13 |
* | * cont.c: [DOC] Fix rdoc in example for Fiber#transfer by @majjoha | zzak | 2014-05-25 | 1 | -1/+1 |
* | 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 |