| Commit message (Expand) | Author | Age | Files | Lines |
* | * gc.c (gc_mark_children, obj_free): T_DEFERRED should not be appear. | ko1 | 2008-07-27 | 1 | -8/+10 |
* | * include/ruby/ruby.h: add a type T_DEFERRED. | ko1 | 2008-07-27 | 1 | -47/+70 |
* | * gc.c (gc_sweep, obj_free, run_final): defer finalizers of IO and | nobu | 2008-07-25 | 1 | -10/+27 |
* | * gc.c: revert. before lazy sweep. | nari | 2008-07-05 | 1 | -245/+124 |
* | * gc.c (garbage_collect_force): sweep is completely ended. | nari | 2008-07-04 | 1 | -7/+12 |
* | * eval.c (Init_eval), gc.c (Init_GC), proc.c (Init_Proc): freeze | nobu | 2008-07-02 | 1 | -1/+2 |
* | * gc.c (rb_during_gc): VALUE cache is irrelevant. | nobu | 2008-07-02 | 1 | -10/+0 |
* | * gc.c: add rb_during_gc(). based on a patch from arton <artonx AT | suke | 2008-07-02 | 1 | -0/+17 |
* | *gc.c (gc_lazy_sweep) : use lazy sweep algorithm for response performance gain. | nari | 2008-07-02 | 1 | -124/+240 |
* | * gc.c (rb_newobj): abort GC phase before rb_bug. | nobu | 2008-06-30 | 1 | -7/+11 |
* | * gc.c (chain_finalized_object): should not delete from finalizer | nobu | 2008-06-30 | 1 | -3/+4 |
* | * gc.c (gc_finalize_deferred): allow object allocation in finalizers. | nobu | 2008-06-30 | 1 | -22/+21 |
* | * gc.c (rb_newobj): prohibit call of rb_newobj() during gc when | usa | 2008-06-30 | 1 | -0/+2 |
* | * include/ruby/ruby.h (struct RRegexp): new field usecnt. replace | akr | 2008-06-28 | 1 | -3/+3 |
* | * gc.c (rb_newobj): prohibit call of rb_newobj() during gc. | shyouhei | 2008-06-18 | 1 | -0/+3 |
* | * vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated special | nobu | 2008-06-15 | 1 | -2/+8 |
* | * gc.h (STACK_UPPER): moved from gc.c | nobu | 2008-06-14 | 1 | -84/+6 |
* | * gc.c (ruby_initial_gc_stress): defined. | akr | 2008-06-13 | 1 | -0/+4 |
* | * gc.c (ruby_gc_stress): moved to rb_objspace_t. | nobu | 2008-06-13 | 1 | -4/+9 |
* | * gc.c (rb_memerror): exit with EXIT_FAILURE instead of magic number. | nobu | 2008-06-13 | 1 | -1/+1 |
* | * gc.c (ruby_stack_check): STACK_LENGTH should be less than | nobu | 2008-06-13 | 1 | -3/+2 |
* | * include/ruby/intern.h (Init_stack): make to call ruby_init_stack. | nobu | 2008-06-09 | 1 | -0/+2 |
* | * gc.c: add a build option "CALC_EXACT_MALLOC_SIZE". | ko1 | 2008-06-08 | 1 | -52/+113 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -20/+20 |
* | * gc.c (count_objects): clear hash after counting objects. | akr | 2008-06-06 | 1 | -4/+5 |
* | * gc.c (rb_objspace_alloc): this function is needed only when | mame | 2008-06-05 | 1 | -0/+2 |
* | * gc.c (os_obj_of): heaps may be modified in yield. | akr | 2008-06-05 | 1 | -5/+16 |
* | * gc.c (count_objects): clear given hash. | akr | 2008-05-31 | 1 | -0/+12 |
* | * include/ruby/ruby.h (PRI[diouxX]VALUE): printf format for VALUE. | nobu | 2008-05-20 | 1 | -1/+1 |
* | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 | 2008-05-19 | 1 | -14/+1 |
* | * gc.c (ruby_vm_xmalloc): increase malloc_increase only if malloc | akr | 2008-05-12 | 1 | -5/+5 |
* | * gc.c (assign_heap_slot): fix condition for number of objects in | akr | 2008-05-12 | 1 | -1/+1 |
* | * gc.c (assign_heap_slot): put the binary-search routine in order. | yugui | 2008-05-12 | 1 | -15/+14 |
* | * include/ruby/ruby.h (SIZET2NUM): new macro. | akr | 2008-05-11 | 1 | -31/+32 |
* | * gc.c (gc_count): rdoc corrected. | yugui | 2008-05-10 | 1 | -2/+2 |
* | * gc.c (set_heaps_increment): fix memory allocation strategy by | akr | 2008-05-04 | 1 | -20/+15 |
* | * gc.c (gc_count): add a GC.count method. This method returns | ko1 | 2008-04-27 | 1 | -0/+19 |
* | * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.c | nobu | 2008-04-27 | 1 | -136/+220 |
* | * error.c (builtin_types), gc.c (count_objects): added Complex and | nobu | 2008-04-26 | 1 | -23/+27 |
* | * include/ruby/ruby.h, gc.c: remove T_BLOCK. | ko1 | 2008-04-26 | 1 | -3/+0 |
* | * gc.c (free_unused_heaps): preserve last used heap segment to | matz | 2008-04-25 | 1 | -55/+138 |
* | * gc.c (ruby_xmalloc): use size_t for malloc argument instead of long. | usa | 2008-04-20 | 1 | -1/+1 |
* | * gc.c (rb_gc_mark_locations): get rid of underflow. | nobu | 2008-04-18 | 1 | -3/+3 |
* | * gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350] | nobu | 2008-04-14 | 1 | -59/+4 |
* | * gc.c (rb_objspace_t): packed globals. [ruby-dev:34348] | nobu | 2008-04-14 | 1 | -25/+69 |
* | * gc.c (finalizers): removed. [ruby-dev:34349] | nobu | 2008-04-14 | 1 | -67/+0 |
* | * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options): | nobu | 2008-04-12 | 1 | -48/+0 |
* | * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefers | nobu | 2008-03-31 | 1 | -10/+6 |
* | both complex and rational are now builtin classes. | tadf | 2008-03-16 | 1 | -0/+15 |
* | * eval_intern.h (rb_thread_raised_set): use generic flags. | nobu | 2008-03-12 | 1 | -4/+5 |