summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2013-12-10gc.c: simple array for wmapnobu
2013-12-10gc.c: use st_updatenobu
2013-12-10gc.c: ruby_sized_xrealloc2nobu
2013-12-10gc.c: speed up RGENGC_CHECK_MODE by removing unncessary checktmm1
2013-12-10* gc.c (allrefs_add): push obj only if allrefs table doesn't haveko1
2013-12-10* gc.c (RGENGC_CHECK_MODE): separate checkers to different modes.ko1
2013-12-10* remove trailing spaces.nobu
2013-12-10* gc.c (gc_marks_check): disable GC during checking andko1
2013-12-10gc.c: build complete object graph for RGENGC_CHECK_MODEtmm1
2013-12-10gc.c: check arguments firstnobu
2013-12-10gc.c: fix WeakMap#inspectnobu
2013-12-10gc.c: fix typo in function nametmm1
2013-12-10objspace_dump.c: include object's gc flags in dumptmm1
2013-12-09gc.c: ObjectSpace::WeakMap#sizenobu
2013-12-08gc.c: promote long-lived NODE_CREF objects to oldgentmm1
2013-12-07* gc.c (gc_mark_children): use nd_clss and nd_next for code claritycharliesome
2013-12-06* gc.c: change oldmalloc meaning.ko1
2013-12-06* gc.c (atomic_sub_nounderflow): not 0 but val itself.ko1
2013-12-06* gc.c (rb_objspace_alloc, Init_heap): initializeko1
2013-12-06* gc.c (garbage_collect_body): bug fix.ko1
2013-12-06* gc.c (atomic_sub_nounderflow): added to simplify atomic sub withko1
2013-12-06vm_insnhelper.c: rb_get_kwargsnobu
2013-12-06gc.c: indentnobu
2013-12-06* gc.c (gc_start_internal): do not use rb_gc_start() and rb_gc().ko1
2013-12-06* gc.c (gc_start_internal, rb_gc): do not needko1
2013-12-06gc.c: add note about experimental nature of new GC.start flagstmm1
2013-12-06gc.c: add minor marking and lazy sweeping options to GC.starttmm1
2013-12-05* remove trailing spaces.nobu
2013-12-05gc.c: [DOC] minor typotmm1
2013-12-05* gc.c (gc_info_decode): fix to avoid syntax error on VS2012.ko1
2013-12-05gc.c: add GC.latest_gc_info()tmm1
2013-12-05* gc.c: change function names vm_ prefix to objspace_ prefix.ko1
2013-12-05gc.c: expose GC.stat() to C-api via rb_gc_stat()tmm1
2013-12-05* gc.c (vm_malloc_size): added.ko1
2013-12-05gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEPtmm1
2013-12-05gc.c: flush all deferred finalizersnobu
2013-12-05gc.c: rb_gc_set_paramsnobu
2013-12-05gc.c: Load GC tuning settings earlier during boot.tmm1
2013-12-03gc.c: use malloc_sizenobu
2013-12-03* include/ruby/ruby.h (struct RClass): Add wrapper struct aroundtmm1
2013-11-28* gc.c: Expose details about last garbage collection via GC.stat.tmm1
2013-11-27* gc.c (gc_mark_stacked_objects): check only when check_mode > 0.ko1
2013-11-27* gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information abouttmm1
2013-11-27* gc.c (gc_page_sweep): Fix compile warning from last commit.tmm1
2013-11-27* gc.c (gc_page_sweep): disable debug print.ko1
2013-11-27* gc.c (gc_stat): add new information heap_eden_page_length andko1
2013-11-27* gc.c: Rename rb_heap_t members:tmm1
2013-11-25* internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()ko1
2013-11-24* gc.c: continue to change OLDSPACE -> OLDMALLOC.ko1
2013-11-24* gc.c: change terminlogy "..._num" to "..._slots" about slot opetaion.ko1