aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* gc.c: promote long-lived NODE_CREF objects to oldgentmm12013-12-081-1/+2
* * gc.c (gc_mark_children): use nd_clss and nd_next for code claritycharliesome2013-12-071-2/+2
* * gc.c: change oldmalloc meaning.ko12013-12-061-16/+12
* * gc.c (atomic_sub_nounderflow): not 0 but val itself.ko12013-12-061-1/+1
* * gc.c (rb_objspace_alloc, Init_heap): initializeko12013-12-061-3/+4
* * gc.c (garbage_collect_body): bug fix.ko12013-12-061-1/+1
* * gc.c (atomic_sub_nounderflow): added to simplify atomic sub withko12013-12-061-26/+22
* vm_insnhelper.c: rb_get_kwargsnobu2013-12-061-9/+7
* gc.c: indentnobu2013-12-061-2/+2
* * gc.c (gc_start_internal): do not use rb_gc_start() and rb_gc().ko12013-12-061-14/+13
* * gc.c (gc_start_internal, rb_gc): do not needko12013-12-061-3/+1
* gc.c: add note about experimental nature of new GC.start flagstmm12013-12-061-0/+4
* gc.c: add minor marking and lazy sweeping options to GC.starttmm12013-12-061-3/+46
* * remove trailing spaces.nobu2013-12-051-1/+1
* gc.c: [DOC] minor typotmm12013-12-051-1/+1
* * gc.c (gc_info_decode): fix to avoid syntax error on VS2012.ko12013-12-051-9/+10
* gc.c: add GC.latest_gc_info()tmm12013-12-051-69/+112
* * gc.c: change function names vm_ prefix to objspace_ prefix.ko12013-12-051-28/+28
* gc.c: expose GC.stat() to C-api via rb_gc_stat()tmm12013-12-051-56/+101
* * gc.c (vm_malloc_size): added.ko12013-12-051-46/+97
* gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEPtmm12013-12-051-2/+2
* gc.c: flush all deferred finalizersnobu2013-12-051-3/+2
* gc.c: rb_gc_set_paramsnobu2013-12-051-1/+5
* gc.c: Load GC tuning settings earlier during boot.tmm12013-12-051-3/+3
* gc.c: use malloc_sizenobu2013-12-031-1/+7
* * include/ruby/ruby.h (struct RClass): Add wrapper struct aroundtmm12013-12-031-7/+26
* * gc.c: Expose details about last garbage collection via GC.stat.tmm12013-11-281-7/+60
* * gc.c (gc_mark_stacked_objects): check only when check_mode > 0.ko12013-11-271-1/+1
* * gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information abouttmm12013-11-271-0/+9
* * gc.c (gc_page_sweep): Fix compile warning from last commit.tmm12013-11-271-1/+1
* * gc.c (gc_page_sweep): disable debug print.ko12013-11-271-1/+1
* * gc.c (gc_stat): add new information heap_eden_page_length andko12013-11-271-0/+10
* * gc.c: Rename rb_heap_t members:tmm12013-11-271-25/+25
* * internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()ko12013-11-251-0/+7
* * gc.c: continue to change OLDSPACE -> OLDMALLOC.ko12013-11-241-56/+80
* * gc.c: change terminlogy "..._num" to "..._slots" about slot opetaion.ko12013-11-241-30/+30
* * gc.c (gc_stat): add internal information.ko12013-11-241-35/+74
* * gc.c: change terminology OLDSPACE -> OLDMALLOC.ko12013-11-241-26/+28
* * ChangeLog: fix a typo at r43744.nagachika2013-11-231-2/+2
* * gc.c: fix gloval variable name.ko12013-11-231-33/+76
* * gc.c: Rename heap_pages_swept_num to heap_pages_swept_slots to clarify mean...tmm12013-11-221-15/+15
* * gc.c (RUBY_ALIAS_FUNCTION_VOID): fix compile error.nobu2013-11-221-1/+1
* * gc.c (heap_set_increment): accept minumum additional page number.ko12013-11-221-4/+9
* * include/ruby/intern.h (rb_gc_set_params): Deprecatenari2013-11-221-1/+3
* * vm.c (ruby_vm_destruct): do not use ruby_xfree() after freeingko12013-11-221-0/+10
* * gc.c: fix build failure on FreeBSD introduced by r43763.naruse2013-11-221-1/+5
* * gc.c: RGENGC_CHECK_MODE should be 0.ko12013-11-211-1/+1
* * gc.c: needs malloc.h if malloc_usable_size() is available.nobu2013-11-211-0/+2
* gc.c: malloc_usable_sizenobu2013-11-211-0/+6
* gc.c: malloc_usable_sizenobu2013-11-211-0/+10