aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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