aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (heap_get_freeobj): improve hot path performance.ko12013-12-191-11/+16
* * gc.c (newobj_of): don't need to RBASIC_SET_CLASS() which includes WBko12013-12-191-1/+1
* gc.c: remove redundant freelist assignmenttmm12013-12-181-1/+1
* * gc.c (garbage_collect_body): lazy_sweep setting should workko12013-12-181-7/+5
* * gc.c (gc_profile_dump_major_reason): fix this function because major_reasonko12013-12-181-17/+32
* * gc.c (gc_profile_record_get): should return an empty arrayko12013-12-181-1/+1
* * gc.c (gc_profile_clear, gc_profile_enable): remove rest_sweep().ko12013-12-181-17/+12
* gc.c: prototypenobu2013-12-171-1/+1
* * gc.c (rb_objspace_markable_object_p): should check special_const_pko12013-12-161-1/+1
* * gc.c (gc_verify_internal_consistency): should not useko12013-12-161-1/+6
* * gc.c (rb_objspace_markable_object_p): fix last commit (build error).ko12013-12-161-1/+2
* * gc.c (rb_objspace_markable_object_p): it should be live objects.ko12013-12-161-1/+1
* * gc.c (rb_objspace_each_objects): should not clear dont_lazy_sweepko12013-12-161-1/+8
* * gc.c: use gc_verify_internal_consistency() instead ofko12013-12-161-31/+2
* * gc.c: introduce GC.verify_internal_consistency method to verify GCko12013-12-161-0/+73
* gc.c: fix build with RGENGC_ESTIMATE_OLDMALLOC=0tmm12013-12-161-1/+10
* * gc.c (wmap_final_func): Bugfix. Should update *value to new pointer.tarui2013-12-131-0/+1
* gc.c: GC.latest_gc_info reports most interesting major_by flagtmm12013-12-131-1/+1
* * gc.c (garbage_collect_body): use rb_bug() and explicit error messageko12013-12-131-1/+4
* * gc.c: rename *shady* func/macros.ko12013-12-131-24/+22
* gc.c: no deletion in wmap_marknobu2013-12-121-0/+6
* gc.c: fix typo (RVALUE_OLDEGN_BITMAP -> RVALUE_OLDGEN_BITMAP)tmm12013-12-121-4/+4
* gc.c: live keys onlynobu2013-12-121-5/+12
* gc.c: simple array for wmapnobu2013-12-101-19/+37
* gc.c: use st_updatenobu2013-12-101-10/+16
* gc.c: ruby_sized_xrealloc2nobu2013-12-101-2/+11
* gc.c: speed up RGENGC_CHECK_MODE by removing unncessary checktmm12013-12-101-10/+4
* * gc.c (allrefs_add): push obj only if allrefs table doesn't haveko12013-12-101-3/+8
* * gc.c (RGENGC_CHECK_MODE): separate checkers to different modes.ko12013-12-101-6/+13
* * remove trailing spaces.nobu2013-12-101-1/+1
* * gc.c (gc_marks_check): disable GC during checking andko12013-12-101-4/+13
* gc.c: build complete object graph for RGENGC_CHECK_MODEtmm12013-12-101-4/+13
* gc.c: check arguments firstnobu2013-12-101-8/+15
* gc.c: fix WeakMap#inspectnobu2013-12-101-2/+2
* gc.c: fix typo in function nametmm12013-12-101-2/+2
* objspace_dump.c: include object's gc flags in dumptmm12013-12-101-0/+47
* gc.c: ObjectSpace::WeakMap#sizenobu2013-12-091-0/+16
* gc.c: promote long-lived NODE_CREF objects to oldgentmm12013-12-081-1/+2
* * gc.c (gc_mark_children): use nd_clss and nd_next for code claritycharliesome2013-12-071-2/+2
* * gc.c: change oldmalloc meaning.ko12013-12-061-16/+12
* * gc.c (atomic_sub_nounderflow): not 0 but val itself.ko12013-12-061-1/+1
* * gc.c (rb_objspace_alloc, Init_heap): initializeko12013-12-061-3/+4
* * gc.c (garbage_collect_body): bug fix.ko12013-12-061-1/+1
* * gc.c (atomic_sub_nounderflow): added to simplify atomic sub withko12013-12-061-26/+22
* vm_insnhelper.c: rb_get_kwargsnobu2013-12-061-9/+7
* gc.c: indentnobu2013-12-061-2/+2
* * gc.c (gc_start_internal): do not use rb_gc_start() and rb_gc().ko12013-12-061-14/+13
* * gc.c (gc_start_internal, rb_gc): do not needko12013-12-061-3/+1
* gc.c: add note about experimental nature of new GC.start flagstmm12013-12-061-0/+4
* gc.c: add minor marking and lazy sweeping options to GC.starttmm12013-12-061-3/+46