summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2012-11-25array.c: refactoring of rb_ary_delete_same()shirosaki
2012-11-24gc.c: refactoring to rename variablesshirosaki
2012-11-24Fix WeakRef finalizeshirosaki
2012-11-24Rvert r37827 and r37828naruse
2012-11-24wmap_finalize: refactoring to rename variablesshirosaki
2012-11-24Fix finalize of WeakRefshirosaki
2012-11-22* gc.c (is_swept_object): extract from is_dead_object().nari
2012-11-21* gc.c (garbage_collect): remove a duplicative probe.nari
2012-11-21* gc.c (gc_profile_clear): realloc profile records if its size isnari
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-10* gc.c: move immutable fields from struct heaps_slot and structnari
2012-11-09* ruby_atomic.h: renamed from atomic.h to avoid header file name conflictngoto
2012-11-09Fix build when gcc is used and the platform's libc lacks alloca().knu
2012-10-31* gc.c (gc_profile_record): don't define unused variables whennari
2012-10-31* gc.c (gc_prof_mark_timer_stop): count is not initialized.nari
2012-10-29gc.c: PRIuSIZEnobu
2012-10-27* gc.c (gc_profile_result, gc_profile_report): use internal structureseregon
2012-10-24rename it to a more fitting namenari
2012-10-24fix the function name which is not grammatically correct.nari
2012-10-24* gc.c (free_object_aquire): rename to match the behavior of thisnari
2012-10-24* gc.c (garbage_collect, gc_marks): move the location ofko1
2012-10-24* ext/objspace/objspace.c (ObjectSpace.reachable_objects_from):ko1
2012-10-20* gc.c: fix typos in documentation.eregon
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-10-08* eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,shugo
2012-10-06gc.c: use markable_object_pnobu
2012-10-05fix commentsnari
2012-10-05revert r37091nari
2012-10-05* ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.ko1
2012-10-05* gc.c (chain_finalized_object): remove to check a mark flag andnari
2012-10-04* gc.c (init_heap): call init_mark_stack before to allocatenari
2012-10-04* gc.c (rb_objspace_call_finalizer): call gc_mark_stacked_objectsnari
2012-10-04gc.c: self-referencing finalizersnobu
2012-10-04* gc.c: use enum for debugging.nobu
2012-10-03gc.c: unused functionnobu
2012-10-03* gc.c: Use the non-recursive marking instead of recursion. Thenari
2012-09-28* insns.def (opt_checkenv): remove unused instruction `opt_checkenv'.ko1
2012-08-23* include/ruby/ruby.h: introduce flonum technique forko1
2012-08-09 * gc.c (gc_malloc_allocated_size): RDoc does not process macros, sodrbrain
2012-08-05* gc.c : if ENABLE_VM_OBJSPACE is 1, rest_sweep is not defined.nari
2012-08-05* gc.c: just move functions and so on. I don't touch any internalnari
2012-08-04* gc.c: use inline functions instead of macros, and close upnari
2012-08-04* gc.c (gc_mark_children): use gc_mark_ptr instead of markingnari
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo
2012-08-02* gc.c: return true or false. Patch by Dirkjan Bussink. [Bug #6821]nari
2012-07-28* gc.c: remove unused initialization.nari
2012-07-10rb_thread_call_without_gvlnobu
2012-07-04* gc.c, atomic.h (ATOMIC_SIZE_*): moved from gc.c to atomic.h [ruby-dev:45909]ngoto
2012-07-04* gc.c (ATOMIC_SIZE_*): 64bit Windows support.usa
2012-07-03* gc.c (ATOMIC_SIZE_EXCHANGE): fix function name on Solaris [Bug #6689]ngoto