aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c: catch up recent changes to compile on GC_DEBUG,ktsj2013-10-261-7/+7
* * gc.c (gc_profile_dump_on): use "Page" terminology.ko12013-10-261-1/+1
* * gc.c (gc_sweep, gc_heap_lazy_sweep): fix measurement code.ko12013-10-261-2/+8
* * gc.c: tuning parameters.ko12013-10-261-3/+3
* * gc.c (vm_malloc_increase): do gc_rest_sweep() before GC.ko12013-10-261-1/+11
* * gc.c (gc_before_heap_sweep): Restructure code to mean clearly.tarui2013-10-251-11/+4
* * gc.c (gc_before_heap_sweep): fix freelist management.ko12013-10-251-1/+12
* * gc.c: add new initial_growth_max tuning parameter. [ruby-core:57928] [Bug ...tmm12013-10-231-0/+11
* * gc.c: Rename free_min to min_free_slots and free_min_page to max_free_slots...tmm12013-10-231-24/+24
* * gc.c: move increment from heap to heap_pages.ko12013-10-231-34/+39
* * gc.c (heap_pages_free_unused_pages): cast to (int) for size_tko12013-10-231-1/+1
* * gc.c: introduce tomb heap.ko12013-10-231-129/+192
* * gc.c (gc_prof_sweep_timer_stop): catch up recent changesko12013-10-231-1/+1
* * gc.c (Init_heap): move logics from heap_pages_init() and removeko12013-10-221-22/+18
* * gc.c: allow multiple heaps.ko12013-10-221-280/+335
* * vm_trace.c: exterminate Zombies.ko12013-10-221-1/+3
* gc.c: fix aritynobu2013-10-181-1/+1
* * gc.c: fix rb_objspace_t.ko12013-10-181-48/+53
* * gc.c (wmap_inspect_i): fix inspect format.nobu2013-10-181-1/+4
* * gc.c (wmap_inspect_i): fix callback argument.nobu2013-10-181-2/+2
* gc.c: ObjectSpace::WeakMap inspection and iteration methodsnobu2013-10-181-0/+167
* gc.c: ObjectSpace::WeakMap#key?nobu2013-10-181-0/+10
* * gc.c: change terminology of heap.ko12013-10-181-221/+221
* * gc.c (CALC_EXACT_MALLOC_SIZE_CHECK_OLD_SIZE): introduced.ko12013-10-171-7/+18
* * gc.c, internal.h: rename ruby_xsizefree/realloc toko12013-10-171-4/+4
* * gc.c, internal.h: add new internal memory mangement functions.ko12013-10-171-23/+50
* * gc.c (objspace_each_objects): do not skip empty RVALUEs.ko12013-10-161-18/+5
* * gc.c (gc_mark_roots): rename roots to be categories instead of function names.tmm12013-10-151-11/+11
* * remove trailing spaces.nobu2013-10-151-1/+1
* * gc.h (rb_objspace_reachable_objects_from_root): added.ko12013-10-151-47/+106
* * class.c, variable.c, gc.c (rb_class_tbl): removed.ko12013-10-111-5/+1
* revert r43259 because it is possible to mark miss classes defined in C-exts. ...ko12013-10-111-7/+6
* * class.c, variable.c, gc.c (rb_class_tbl): removed.ko12013-10-111-5/+6
* * gc.c: use terminology `full_mark' instead of `minor_gc'ko12013-10-111-19/+22
* * gc.c: use __GNUC__ instead of __GCC__.ko12013-10-111-1/+1
* * gc.c, parse.y: support generational Symbol relatetd marking.ko12013-10-111-1/+1
* 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