summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
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
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