summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2013-11-07* gc.c: modify malloc_limit strategy.ko1
2013-11-06 * gc.c (gc_before_sweep): Change algorithm of malloc_limit totarui
2013-11-06* gc.c: define RGENGC_ESTIMATE_OLDSPACE == 0 if USE_RGENGC is 0.ko1
2013-11-05* gc.c (Init_GC): add GC::OPTS to show options.ko1
2013-11-05 * gc.c (is_live_object): A hidden object may be a live object.tarui
2013-11-05* remove trailing spaces.nobu
2013-11-05* gc.c: add support to estimate increase of oldspace memory usage.ko1
2013-11-04* gc.c (GC_MALLOC_LIMIT_MAX): fix default value 512MB -> 384MB.ko1
2013-11-04* gc.c: add 3gen GC patch, but disabled as default.ko1
2013-11-04* include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.ko1
2013-11-03gc.c: use booleannobu
2013-11-03gc.c: suppress warningnobu
2013-11-01gc.c: mark live objects onlynobu
2013-11-01 * gc.c (struct heap_page, gc_page_sweep, gc_sweep): Refactoring fortarui
2013-11-01 * gc.c (make_deferred): Refactoring. Collect codes which should betarui
2013-11-01 * gc.c (typedef struct rb_objspace): Refactoring. Move some memberstarui
2013-11-01gc.c: zombie is not alivenobu
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-10-29* include/ruby/ruby.h: introduce new flags for T_TYPEDDATA.ko1
2013-10-29* gc.c (vm_malloc_increase): decrease it more carefully.ko1
2013-10-29* gc.c (heap_page_resurrect): return a page in tomb heap even ifko1
2013-10-29* gc.c (gc_profile_total_time): fix off-by-one error in GC::Profiler.total_time.tmm1
2013-10-26* gc.c: catch up recent changes to compile on GC_DEBUG,ktsj
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