summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2014-01-19* gc.c: fix typo by @windwiny [fix GH-506]hsbt
2014-01-10gc.c: fix doc typotmm1
2014-01-09* gc.c: Oups, symbols are immediates toomarcandre
2014-01-09* gc.c: Supplement object_id's rdoc for immediate and frozen string litteralsmarcandre
2014-01-09* gc.c: Fix and remove outdated rdoc for object_idmarcandre
2013-12-21* gc.c (ruby_gc_set_params): don't show obsolete warnings forko1
2013-12-19* gc.c (heap_get_freeobj): improve hot path performance.ko1
2013-12-19* gc.c (newobj_of): don't need to RBASIC_SET_CLASS() which includes WBko1
2013-12-18gc.c: remove redundant freelist assignmenttmm1
2013-12-18* gc.c (garbage_collect_body): lazy_sweep setting should workko1
2013-12-18* gc.c (gc_profile_dump_major_reason): fix this function because major_reasonko1
2013-12-18* gc.c (gc_profile_record_get): should return an empty arrayko1
2013-12-18* gc.c (gc_profile_clear, gc_profile_enable): remove rest_sweep().ko1
2013-12-17gc.c: prototypenobu
2013-12-16* gc.c (rb_objspace_markable_object_p): should check special_const_pko1
2013-12-16* gc.c (gc_verify_internal_consistency): should not useko1
2013-12-16* gc.c (rb_objspace_markable_object_p): fix last commit (build error).ko1
2013-12-16* gc.c (rb_objspace_markable_object_p): it should be live objects.ko1
2013-12-16* gc.c (rb_objspace_each_objects): should not clear dont_lazy_sweepko1
2013-12-16* gc.c: use gc_verify_internal_consistency() instead ofko1
2013-12-16* gc.c: introduce GC.verify_internal_consistency method to verify GCko1
2013-12-16gc.c: fix build with RGENGC_ESTIMATE_OLDMALLOC=0tmm1
2013-12-13 * gc.c (wmap_final_func): Bugfix. Should update *value to new pointer.tarui
2013-12-13gc.c: GC.latest_gc_info reports most interesting major_by flagtmm1
2013-12-13* gc.c (garbage_collect_body): use rb_bug() and explicit error messageko1
2013-12-13* gc.c: rename *shady* func/macros.ko1
2013-12-12gc.c: no deletion in wmap_marknobu
2013-12-12gc.c: fix typo (RVALUE_OLDEGN_BITMAP -> RVALUE_OLDGEN_BITMAP)tmm1
2013-12-12gc.c: live keys onlynobu
2013-12-10gc.c: simple array for wmapnobu
2013-12-10gc.c: use st_updatenobu
2013-12-10gc.c: ruby_sized_xrealloc2nobu
2013-12-10gc.c: speed up RGENGC_CHECK_MODE by removing unncessary checktmm1
2013-12-10* gc.c (allrefs_add): push obj only if allrefs table doesn't haveko1
2013-12-10* gc.c (RGENGC_CHECK_MODE): separate checkers to different modes.ko1
2013-12-10* remove trailing spaces.nobu
2013-12-10* gc.c (gc_marks_check): disable GC during checking andko1
2013-12-10gc.c: build complete object graph for RGENGC_CHECK_MODEtmm1
2013-12-10gc.c: check arguments firstnobu
2013-12-10gc.c: fix WeakMap#inspectnobu
2013-12-10gc.c: fix typo in function nametmm1
2013-12-10objspace_dump.c: include object's gc flags in dumptmm1
2013-12-09gc.c: ObjectSpace::WeakMap#sizenobu
2013-12-08gc.c: promote long-lived NODE_CREF objects to oldgentmm1
2013-12-07* gc.c (gc_mark_children): use nd_clss and nd_next for code claritycharliesome
2013-12-06* gc.c: change oldmalloc meaning.ko1
2013-12-06* gc.c (atomic_sub_nounderflow): not 0 but val itself.ko1
2013-12-06* gc.c (rb_objspace_alloc, Init_heap): initializeko1
2013-12-06* gc.c (garbage_collect_body): bug fix.ko1
2013-12-06* gc.c (atomic_sub_nounderflow): added to simplify atomic sub withko1