summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2014-02-22gc.c: suppress warningsnobu
2014-02-20gc.c: RB_GC_GUARD should be robust enough for any compilernormal
2014-02-17* gc.c (get_envparam_double): fix a warning message.ko1
2014-02-17* gc.c: introduce new environment variableko1
2014-02-15* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr
2014-02-14* include/ruby/intern.h,akr
2014-02-14gc.c: unit suffixnobu
2014-02-08* gc.c, gc.h (rb_objspace_marked_object_p): added.ko1
2014-02-07gc.c: ignore empty stringsnobu
2014-02-07gc.c: revert returnnobu
2014-02-07gc.c: use size_tnobu
2014-02-06gc.c: check numeric stringnobu
2014-02-06* gc.c (get_envparam_int): correct warning messsages.ko1
2014-02-06* gc.c (get_envparam_int): don't accept a value equals to lowerboundko1
2014-02-06* gc.c (ruby_gc_set_params): if RUBY_GC_OLDMALLOC_LIMIT is provided,ko1
2014-02-05* gc.c (gc_mark_children): STR_ASSOC is no longer available.ko1
2014-01-28vm_core.h: rb_thread_struct::machinenobu
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