summaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * complex.c: an instance method image has been removed andtadf2008-09-201-1/+1
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-151-1/+1
* * include/ruby/io.h (rb_io_t): rename field: writeconv_stateless toakr2008-09-091-1/+1
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-4/+4
* * gc.c (gc_profile_record_get): to static function.nari2008-09-041-4/+5
* * vm_core.h (struct rb_vm_struct): replaced signal staff with trapnobu2008-09-041-1/+0
* * include/ruby/io.h (rb_io_t): new fields: encs.ecopts andakr2008-09-031-0/+2
* * include/ruby/signal.h: removed.ko12008-09-031-16/+16
* * gc.c, include/ruby/ruby.h: rename T_DEFERRED to T_ZOMBIE.ko12008-08-291-7/+7
* * include/ruby/io.h (rb_io_t): remove path field and add pathv field.akr2008-08-231-0/+1
* * include/ruby/io.h (rb_io_t): new fields: writeconv,akr2008-08-181-1/+3
* * gc.c (getrusage_time): should return the value.nobu2008-08-141-0/+1
* * gc.c: count only freed object as freelist size.ko12008-08-131-7/+6
* * gc.c (getrusage_time): Returned effective value on Windows.kouji2008-08-121-0/+21
* * gc.c (gc_profile_result): use rb_str_catf.nari2008-08-121-17/+14
* * gc.c (gc_profile_result): use sprintf.nari2008-08-121-17/+20
* * gc.c (getrusage_time): works only if RUSAGE_SELF is defined rightnobu2008-08-111-26/+27
* * gc.c: added GC::Profiler.nari2008-08-111-0/+339
* * gc.c (STACK_LEVEL_MAX, ruby_stack_length): returns size_t.nobu2008-08-091-1/+1
* * gc.c (run_final): runs finalizers with the object terminated.nobu2008-08-061-14/+19
* * gc.c (chain_finalized_object): deletes finalizers to be invoked fromnobu2008-08-061-0/+7
* * gc.c (rb_gc_call_finalizer_at_exit): self-referencing finalizersnobu2008-08-061-20/+15
* * gc.c (allocate_heaps, assign_heap_slot, rb_newobj_from_heap):mame2008-08-011-2/+8
* * gc.c (gc_mark_children, obj_free): T_DEFERRED should not be appear.ko12008-07-271-8/+10
* * include/ruby/ruby.h: add a type T_DEFERRED.ko12008-07-271-47/+70
* * gc.c (gc_sweep, obj_free, run_final): defer finalizers of IO andnobu2008-07-251-10/+27
* * gc.c: revert. before lazy sweep.nari2008-07-051-245/+124
* * gc.c (garbage_collect_force): sweep is completely ended.nari2008-07-041-7/+12
* * eval.c (Init_eval), gc.c (Init_GC), proc.c (Init_Proc): freezenobu2008-07-021-1/+2
* * gc.c (rb_during_gc): VALUE cache is irrelevant.nobu2008-07-021-10/+0
* * gc.c: add rb_during_gc(). based on a patch from arton <artonx ATsuke2008-07-021-0/+17
* *gc.c (gc_lazy_sweep) : use lazy sweep algorithm for response performance gain.nari2008-07-021-124/+240
* * gc.c (rb_newobj): abort GC phase before rb_bug.nobu2008-06-301-7/+11
* * gc.c (chain_finalized_object): should not delete from finalizernobu2008-06-301-3/+4
* * gc.c (gc_finalize_deferred): allow object allocation in finalizers.nobu2008-06-301-22/+21
* * gc.c (rb_newobj): prohibit call of rb_newobj() during gc whenusa2008-06-301-0/+2
* * include/ruby/ruby.h (struct RRegexp): new field usecnt. replaceakr2008-06-281-3/+3
* * gc.c (rb_newobj): prohibit call of rb_newobj() during gc.shyouhei2008-06-181-0/+3
* * vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated specialnobu2008-06-151-2/+8
* * gc.h (STACK_UPPER): moved from gc.cnobu2008-06-141-84/+6
* * gc.c (ruby_initial_gc_stress): defined.akr2008-06-131-0/+4
* * gc.c (ruby_gc_stress): moved to rb_objspace_t.nobu2008-06-131-4/+9
* * gc.c (rb_memerror): exit with EXIT_FAILURE instead of magic number.nobu2008-06-131-1/+1
* * gc.c (ruby_stack_check): STACK_LENGTH should be less thannobu2008-06-131-3/+2
* * include/ruby/intern.h (Init_stack): make to call ruby_init_stack.nobu2008-06-091-0/+2
* * gc.c: add a build option "CALC_EXACT_MALLOC_SIZE".ko12008-06-081-52/+113
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-20/+20
* * gc.c (count_objects): clear hash after counting objects.akr2008-06-061-4/+5
* * gc.c (rb_objspace_alloc): this function is needed only whenmame2008-06-051-0/+2
* * gc.c (os_obj_of): heaps may be modified in yield.akr2008-06-051-5/+16