aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* gc.c: simple array for wmapnobu2013-12-101-19/+37
* gc.c: use st_updatenobu2013-12-101-10/+16
* gc.c: ruby_sized_xrealloc2nobu2013-12-101-2/+11
* gc.c: speed up RGENGC_CHECK_MODE by removing unncessary checktmm12013-12-101-10/+4
* * gc.c (allrefs_add): push obj only if allrefs table doesn't haveko12013-12-101-3/+8
* * gc.c (RGENGC_CHECK_MODE): separate checkers to different modes.ko12013-12-101-6/+13
* * remove trailing spaces.nobu2013-12-101-1/+1
* * gc.c (gc_marks_check): disable GC during checking andko12013-12-101-4/+13
* gc.c: build complete object graph for RGENGC_CHECK_MODEtmm12013-12-101-4/+13
* gc.c: check arguments firstnobu2013-12-101-8/+15
* gc.c: fix WeakMap#inspectnobu2013-12-101-2/+2
* gc.c: fix typo in function nametmm12013-12-101-2/+2
* objspace_dump.c: include object's gc flags in dumptmm12013-12-101-0/+47
* gc.c: ObjectSpace::WeakMap#sizenobu2013-12-091-0/+16
* 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