aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* gc.c: Fix up default GC params by @csfrancis [fix GH-556]hsbt2014-03-241-1/+1
* * gc.c: [DOC] Fix call-seq for GC.start by @jasonrclark [Fixes GH-572]zzak2014-03-211-3/+3
* * gc.c (objspace_malloc_increase): should not invokeko12014-03-201-2/+2
* gc.c (objspace_xcalloc): fix GC accountingnormal2014-03-151-0/+2
* object.c: [DOC] merge rdocnobu2014-03-151-17/+0
* [DOC] add links to `Object#hash`nobu2014-03-141-0/+2
* gc.c: simplify conditionnormal2014-03-011-1/+1
* gc.c: fix build for testing w/o RGenGCnormal2014-03-011-1/+1
* adjust indent and stylenobu2014-02-271-2/+4
* * gc.c (heap_pages_free_unused_pages): check tomb page availabilityko12014-02-261-18/+20
* gc.c: suppress warningsnobu2014-02-221-2/+2
* gc.c: RB_GC_GUARD should be robust enough for any compilernormal2014-02-201-2/+6
* * gc.c (get_envparam_double): fix a warning message.ko12014-02-171-1/+1
* * gc.c: introduce new environment variableko12014-02-171-4/+16
* * internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr2014-02-151-4/+4
* * include/ruby/intern.h,akr2014-02-141-6/+0
* gc.c: unit suffixnobu2014-02-141-1/+24
* * 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