summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2013-10-26* gc.c (gc_profile_dump_on): use "Page" terminology.ko1
2013-10-26* gc.c (gc_sweep, gc_heap_lazy_sweep): fix measurement code.ko1
2013-10-26* gc.c: tuning parameters.ko1
2013-10-26* gc.c (vm_malloc_increase): do gc_rest_sweep() before GC.ko1
2013-10-25 * gc.c (gc_before_heap_sweep): Restructure code to mean clearly.tarui
2013-10-25* gc.c (gc_before_heap_sweep): fix freelist management.ko1
2013-10-23* gc.c: add new initial_growth_max tuning parameter. [ruby-core:57928] [Bug ...tmm1
2013-10-23* gc.c: Rename free_min to min_free_slots and free_min_page to max_free_slots...tmm1
2013-10-23* gc.c: move increment from heap to heap_pages.ko1
2013-10-23* gc.c (heap_pages_free_unused_pages): cast to (int) for size_tko1
2013-10-23* gc.c: introduce tomb heap.ko1
2013-10-23* gc.c (gc_prof_sweep_timer_stop): catch up recent changesko1
2013-10-22* gc.c (Init_heap): move logics from heap_pages_init() and removeko1
2013-10-22* gc.c: allow multiple heaps.ko1
2013-10-22* vm_trace.c: exterminate Zombies.ko1
2013-10-18gc.c: fix aritynobu
2013-10-18* gc.c: fix rb_objspace_t.ko1
2013-10-18* gc.c (wmap_inspect_i): fix inspect format.nobu
2013-10-18* gc.c (wmap_inspect_i): fix callback argument.nobu
2013-10-18gc.c: ObjectSpace::WeakMap inspection and iteration methodsnobu
2013-10-18gc.c: ObjectSpace::WeakMap#key?nobu
2013-10-18* gc.c: change terminology of heap.ko1
2013-10-17* gc.c (CALC_EXACT_MALLOC_SIZE_CHECK_OLD_SIZE): introduced.ko1
2013-10-17* gc.c, internal.h: rename ruby_xsizefree/realloc toko1
2013-10-17* gc.c, internal.h: add new internal memory mangement functions.ko1
2013-10-16* gc.c (objspace_each_objects): do not skip empty RVALUEs.ko1
2013-10-15* gc.c (gc_mark_roots): rename roots to be categories instead of function names.tmm1
2013-10-15* remove trailing spaces.nobu
2013-10-15* gc.h (rb_objspace_reachable_objects_from_root): added.ko1
2013-10-11* class.c, variable.c, gc.c (rb_class_tbl): removed.ko1
2013-10-11revert r43259 because it is possible to mark miss classes defined in C-exts. ...ko1
2013-10-11* class.c, variable.c, gc.c (rb_class_tbl): removed.ko1
2013-10-11* gc.c: use terminology `full_mark' instead of `minor_gc'ko1
2013-10-11* gc.c: use __GNUC__ instead of __GCC__.ko1
2013-10-11* gc.c, parse.y: support generational Symbol relatetd marking.ko1
2013-10-04gc.c: rename heap.free_num to heap.swept_numtmm1
2013-10-04gc.c: add objspace_free_num and make GC.stat[:heap_free_num] use ittmm1
2013-10-04gc.c: add rb_objspace.limittmm1
2013-10-03* gc.c: define gc_profile_record::allocated_size ifko1
2013-10-02* gc.c: relax GC condition due to malloc_limit.ko1
2013-09-30gc.c: suppress warningsnobu
2013-09-30* gc.c (rb_gc_disable): do rest_sweep() before disable GC.ko1
2013-09-27* gc.c: add two GC tuning environment variables.ko1
2013-09-27* gc.c (GC_MALLOC_LIMIT): 8,000,000 -> 8 * 1,024 * 1,024.ko1
2013-09-27* gc.c (gc_before_sweep): cast to size_t to suppress warnings.ko1
2013-09-27* gc.c: add some fine-grained profiling codes to tuning marking phase.ko1
2013-09-27* gc.c: simplify threshold of GC caused by malloc_increase.ko1
2013-09-26* gc.c (vm_xrealloc): use TRY_WITH_GC().nobu
2013-09-26Fix compilation on gcc 4.6naruse
2013-09-26gc.c: disable AddressSanitizernobu