aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (gc_page_sweep, rgengc_rememberset_mark): Refactoring.tarui2013-11-091-2/+2
* * gc.c (RVALUE_PROMOTE_INFANT): Refactoring. Remove duplicated nonsensetarui2013-11-091-6/+0
* * gc.c (gc_marks_test): Bugfix. Fix a struct member name for buildtarui2013-11-091-2/+2
* * gc.c : Add GC_PROFILE_DETAIL_MEMORY option.tarui2013-11-081-1/+35
* gc.c: use switch for alternative BUILTIN_TYPEnobu2013-11-071-7/+9
* * gc.c (vm_malloc_increase): check GVL before gc_rest_sweep().ko12013-11-071-1/+1
* * gc.c: modify malloc_limit strategy.ko12013-11-071-4/+6
* * gc.c (gc_before_sweep): Change algorithm of malloc_limit totarui2013-11-061-7/+7
* * gc.c: define RGENGC_ESTIMATE_OLDSPACE == 0 if USE_RGENGC is 0.ko12013-11-061-1/+4
* * gc.c (Init_GC): add GC::OPTS to show options.ko12013-11-051-0/+19
* * gc.c (is_live_object): A hidden object may be a live object.tarui2013-11-051-1/+0
* * remove trailing spaces.nobu2013-11-051-2/+2
* * gc.c: add support to estimate increase of oldspace memory usage.ko12013-11-051-0/+200
* * gc.c (GC_MALLOC_LIMIT_MAX): fix default value 512MB -> 384MB.ko12013-11-041-1/+1
* * gc.c: add 3gen GC patch, but disabled as default.ko12013-11-041-124/+333
* * include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.ko12013-11-041-7/+7
* gc.c: use booleannobu2013-11-031-3/+3
* gc.c: suppress warningnobu2013-11-031-1/+1
* gc.c: mark live objects onlynobu2013-11-011-1/+4
* * gc.c (struct heap_page, gc_page_sweep, gc_sweep): Refactoring fortarui2013-11-011-24/+10
* * gc.c (make_deferred): Refactoring. Collect codes which should betarui2013-11-011-20/+15
* * gc.c (typedef struct rb_objspace): Refactoring. Move some memberstarui2013-11-011-16/+18
* gc.c: zombie is not alivenobu2013-11-011-1/+4
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-1/+4
* * include/ruby/ruby.h: introduce new flags for T_TYPEDDATA.ko12013-10-291-4/+12
* * gc.c (vm_malloc_increase): decrease it more carefully.ko12013-10-291-6/+6
* * gc.c (heap_page_resurrect): return a page in tomb heap even ifko12013-10-291-10/+4
* * gc.c (gc_profile_total_time): fix off-by-one error in GC::Profiler.total_time.tmm12013-10-291-1/+1
* * 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