aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* gc.c: no newline to rb_bugnobu2014-04-111-7/+7
* * gc.c (gc_verify_internal_consistency): move lines and enableko12014-04-101-79/+89
* * gc.c (rb_gc_writebarrier_unprotect_promoted): disable to dump debugko12014-04-101-1/+1
* gc.c: check rgengc_report argumentnobu2014-04-101-3/+8
* gc.c: do nothing unless USE_RGENGCnobu2014-04-101-2/+2
* gc.c: adjust indentnobu2014-04-101-2/+2
* Add comment.akr2014-04-091-0/+3
* * gc.c (mark_current_machine_context): Call SET_STACK_END.akr2014-04-091-0/+1
* * gc.c: rename `RGENGC_THREEGEN' to `RGENGC_AGE2_PROMOTION'.ko12014-04-081-42/+58
* * gc.c, gc.h (rb_objspace_each_objects_without_setup):ko12014-04-021-0/+10
* gc.c: avoid inadvertent pin-downnobu2014-03-301-4/+6
* * gc.c (gc_before_sweep): cap `malloc_limit' toko12014-03-291-1/+1
* * parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari2014-03-261-1/+10
* 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