aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (gc_profile_result): Index begins with 1.nari2010-08-161-2/+2
* * gc.c (gc_profile_result): use size_t. based on patches fromnari2010-08-161-16/+16
* * thread.c (rb_gc_mark_threads): deprecated.nobu2010-08-141-1/+0
* * test/objspace/test_objspace.rb: added test for objspace.nari2010-08-141-1/+1
* * gc.c: don't call after_gc_sweep() after when garbage_collect()nari2010-07-201-8/+9
* * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu2010-07-181-5/+6
* * gc.c (rb_objspace_each_objects): adjust indent.nobu2010-07-181-2/+2
* * gc.c (unlink_heap_slot, slot_sweep): unlink heaps_slot ofnari2010-06-291-11/+26
* * gc.c (gc_lazy_sweep): clean a warning.naruse2010-06-181-1/+2
* * gc.c (rb_obj_id): trivial optimization.nobu2010-06-071-1/+1
* * gc.c: set_heaps_increment is notnari2010-06-061-16/+21
* * gc.c (gc_sweep): suppress a warning on VC, again.usa2010-06-041-1/+1
* * gc.c (gc_mark_all_clear): don't call obj_free() innari2010-05-301-15/+4
* * thread.c (RB_GC_SAVE_MACHINE_CONTEXT), gc.c (ruby_gc_stress_start):tarui2010-05-291-8/+0
* * thread.c (RB_GC_SAVE_MACHINE_CONTEXT): start GC tarui2010-05-291-0/+8
* * gc.c (force_chain_object, rb_objspace_call_finalizer): deletemame2010-05-291-1/+2
* * gc.c (GC_PROF_TIMER_STOP): regularize `marked' to suppressnobu2010-05-291-2/+2
* * gc.c (allocate_sorted_heaps, before_gc_sweep, gc_sweep): removednobu2010-05-281-5/+1
* * gc.c : use simple lazy sweep algorithm for response performancenari2010-05-281-165/+358
* * gc.c (gc_sweep): suppres a warning on VC.usa2010-05-241-1/+1
* * suppress warnings.nobu2010-05-211-2/+2
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-16/+16
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-131-0/+3
* * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko12010-05-051-0/+5
* * gc.c (rb_mark_method_entry): renamed.nobu2010-05-041-1/+1
* * gc.c (GET_STACK_BOUNDS): fixed macro argument names. a patch fromnobu2010-04-141-1/+1
* * proc.c (rb_method_location): return attr's location if it is setup.wanabe2010-03-221-0/+4
* * gc.c (gc_profile_total_time): add GC::Profiler.total_time.wanabe2010-03-041-0/+23
* * gc.c (gc_mark_children): lost comment added.matz2010-02-241-2/+2
* * gc.c (chain_finalized_object): fix precedence.mame2010-02-161-1/+1
* * gc.c (rb_objspace_call_finalizer): always run finalizer at exit,mame2010-02-161-26/+58
* * gc.c (obj_free): free rb_classext_t of eigenclass. [Bug #1392]wanabe2010-01-311-0/+1
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-051-8/+0
* * gc.c: added UNLIKELY to probes for optimization.yugui2010-01-041-3/+3
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-031-0/+8
* * removed spaces just before tabs.nobu2009-11-261-1/+1
* * class.c (rb_mod_init_copy): fix memory leak of Class#dup.mame2009-11-141-3/+3
* * gc.c (vm_xrealloc): use the given object space.nobu2009-11-131-2/+2
* fix typos.akr2009-11-031-3/+3
* * gc.c (GET_STACK_BOUNDS): refactored common code. based on anobu2009-10-311-28/+15
* * gc.c (garbage_collect_with_gvl): do not garbage_collect whenmatz2009-10-261-0/+1
* * configure.in (warnflags): use -Wextra instead of -Wall.nobu2009-10-221-3/+4
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-1/+1
* * common.mk (eval.o): needs vm.h.nobu2009-09-181-1/+35
* * gc.c (vm_xrealloc): free as like standard free if size is zero.nobu2009-09-171-1/+6
* * gc.c (obj_free): fix to free method table (fix memory leak).ko12009-09-021-0/+1
* * method.h (rb_method_definition_t): split from rb_method_entry_tnobu2009-08-281-4/+7
* * method.c (rb_method_entry_t): body.proc should be marked.nobu2009-08-261-1/+2
* * gc.c: reject unused longlife gc.nari2009-08-101-242/+19
* * gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse.nobu2009-07-211-2/+2