aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* gc.c: rename heap.free_num to heap.swept_numtmm12013-10-041-9/+9
* gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm12013-10-041-1/+7
* gc.c: add rb_objspace.limittmm12013-10-041-2/+7
* * gc.c: define gc_profile_record::allocated_size ifko12013-10-031-3/+4
* * gc.c: relax GC condition due to malloc_limit.ko12013-10-021-9/+17
* gc.c: suppress warningsnobu2013-09-301-1/+1
* * gc.c (rb_gc_disable): do rest_sweep() before disable GC.ko12013-09-301-0/+2
* * gc.c: add two GC tuning environment variables.ko12013-09-271-56/+62
* * gc.c (GC_MALLOC_LIMIT): 8,000,000 -> 8 * 1,024 * 1,024.ko12013-09-271-1/+1
* * gc.c (gc_before_sweep): cast to size_t to suppress warnings.ko12013-09-271-2/+2
* * gc.c: add some fine-grained profiling codes to tuning marking phase.ko12013-09-271-7/+94
* * gc.c: simplify threshold of GC caused by malloc_increase.ko12013-09-271-39/+73
* * gc.c (vm_xrealloc): use TRY_WITH_GC().nobu2013-09-261-9/+1
* Fix compilation on gcc 4.6naruse2013-09-261-2/+6
* gc.c: disable AddressSanitizernobu2013-09-261-0/+11
* gc.c: atomical addnobu2013-09-261-7/+6
* * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko12013-09-251-2/+2
* * gc.c (free_method_cache_entry_i): unused functioncharliesome2013-09-241-14/+0
* * class.c (class_alloc): remove mc_tblcharliesome2013-09-241-4/+0
* vm.c: prototypenobu2013-09-041-1/+2
* * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h,charliesome2013-09-041-2/+38
* * gc.c (gc_profile_clear): do rest_sweep() before clearingko12013-08-271-0/+5
* * gc.c (getrusage_time): Fallback clock_gettime to getrusage whenakr2013-08-211-30/+41
* * gc.c (rb_gcdebug_print_obj_condition): add printing information.ko12013-08-201-4/+11
* * gc.c: fix around GC_DEBUG.ko12013-08-191-7/+15
* * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb:ktsj2013-08-181-1/+1
* * gc.c (gc_lazy_sweep): remove heap_increment() here because heap_incko12013-08-151-3/+1
* * gc.c (gc_marks_test): inhibit gc for st's operation.tarui2013-08-121-0/+3
* * bignum.c (rb_big_realloc): Use VALGRIND_MAKE_MEM_UNDEFINED toakr2013-08-061-13/+0
* * array.c, gc.c: move ary_unprotect_logging() intoko12013-07-241-0/+43
* * gc.c (gc_before_sweep): fix spacing.ko12013-07-231-1/+0
* * gc.c (heap_get_freeobj): clear slot->freelist here.ko12013-07-231-2/+9
* * gc.c (gc_slot_sweep): need to add empty RVALUE as freeobj.ko12013-07-221-0/+1
* gc.c: suppress warningnobu2013-07-191-1/+1
* * gc.c: declare type_name() at the beggining of file.ko12013-07-191-0/+1
* * gc.c, internal.h (rb_gc_writebarrier_remember_promoted): add a newko12013-07-191-0/+7
* * gc.c: rename gc related functions with prefix "gc_".ko12013-07-171-136/+135
* * gc.c: rename heap management functions with prefix "heap_".ko12013-07-171-54/+51
* * gc.c: catch up last changes for debugging/checking mode.ko12013-07-171-8/+8
* * gc.c (rb_objspace_free): free slot itself.ko12013-07-171-18/+24
* * gc.c (unlink_heap_slot): fix memory leak.ko12013-07-171-20/+12
* * gc.c: re-design the heap structure.ko12013-07-171-164/+170
* * gc.c: fix heaps_header and heaps_slot to reduce memory consumption.ko12013-07-171-24/+25
* * gc.c: slim a path of newobj_of().ko12013-07-161-91/+84
* * gc.c (link_free_heap_slot): removed.ko12013-07-161-15/+8
* * gc.c (assign_heap_slot): refactoring variable names.ko12013-07-161-51/+60
* * gc.c (lazy_sweep): refactoring.ko12013-07-161-5/+10
* revert last commit because it fails test-all.ko12013-07-161-8/+6
* * gc.c (after_gc_sweep): refactoring code.ko12013-07-161-6/+8
* * gc.c (is_before_sweep): Add a missing space before a parenthesis.kou2013-06-261-2/+2