aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c, gc.h (rb_objspace_marked_object_p): added.ko12014-02-081-0/+11
* gc.c: ignore empty stringsnobu2014-02-071-2/+2
* gc.c: revert returnnobu2014-02-071-0/+1
* gc.c: use size_tnobu2014-02-071-31/+33
* gc.c: check numeric stringnobu2014-02-061-2/+19
* * gc.c (get_envparam_int): correct warning messsages.ko12014-02-061-3/+3
* * gc.c (get_envparam_int): don't accept a value equals to lowerboundko12014-02-061-2/+2
* * gc.c (ruby_gc_set_params): if RUBY_GC_OLDMALLOC_LIMIT is provided,ko12014-02-061-4/+9
* * gc.c (gc_mark_children): STR_ASSOC is no longer available.ko12014-02-051-2/+1
* vm_core.h: rb_thread_struct::machinenobu2014-01-281-9/+9
* * gc.c: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-3/+3
* gc.c: fix doc typotmm12014-01-101-1/+1
* * gc.c: Oups, symbols are immediates toomarcandre2014-01-091-1/+1
* * gc.c: Supplement object_id's rdoc for immediate and frozen string litteralsmarcandre2014-01-091-0/+10
* * gc.c: Fix and remove outdated rdoc for object_idmarcandre2014-01-091-6/+1
* * gc.c (ruby_gc_set_params): don't show obsolete warnings forko12013-12-211-5/+7
* * 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