summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2014-04-11gc.c: no newline to rb_bugnobu
2014-04-10* gc.c (gc_verify_internal_consistency): move lines and enableko1
2014-04-10* gc.c (rb_gc_writebarrier_unprotect_promoted): disable to dump debugko1
2014-04-10gc.c: check rgengc_report argumentnobu
2014-04-10gc.c: do nothing unless USE_RGENGCnobu
2014-04-10gc.c: adjust indentnobu
2014-04-09Add comment.akr
2014-04-09* gc.c (mark_current_machine_context): Call SET_STACK_END.akr
2014-04-08* gc.c: rename `RGENGC_THREEGEN' to `RGENGC_AGE2_PROMOTION'.ko1
2014-04-02* gc.c, gc.h (rb_objspace_each_objects_without_setup):ko1
2014-03-30gc.c: avoid inadvertent pin-downnobu
2014-03-29* gc.c (gc_before_sweep): cap `malloc_limit' toko1
2014-03-26* parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari
2014-03-24gc.c: Fix up default GC params by @csfrancis [fix GH-556]hsbt
2014-03-21* gc.c: [DOC] Fix call-seq for GC.start by @jasonrclark [Fixes GH-572]zzak
2014-03-20* gc.c (objspace_malloc_increase): should not invokeko1
2014-03-15gc.c (objspace_xcalloc): fix GC accountingnormal
2014-03-15object.c: [DOC] merge rdocnobu
2014-03-14[DOC] add links to `Object#hash`nobu
2014-03-01gc.c: simplify conditionnormal
2014-03-01gc.c: fix build for testing w/o RGenGCnormal
2014-02-27adjust indent and stylenobu
2014-02-26* gc.c (heap_pages_free_unused_pages): check tomb page availabilityko1
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