aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* array.c: refactoring of rb_ary_delete_same()shirosaki2012-11-251-1/+1
* gc.c: refactoring to rename variablesshirosaki2012-11-241-14/+15
* Fix WeakRef finalizeshirosaki2012-11-241-10/+12
* Rvert r37827 and r37828naruse2012-11-241-18/+15
* wmap_finalize: refactoring to rename variablesshirosaki2012-11-241-14/+15
* Fix finalize of WeakRefshirosaki2012-11-241-9/+11
* * gc.c (is_swept_object): extract from is_dead_object().nari2012-11-221-4/+58
* * gc.c (garbage_collect): remove a duplicative probe.nari2012-11-211-3/+0
* * gc.c (gc_profile_clear): realloc profile records if its size isnari2012-11-211-1/+10
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-121-1/+29
* * gc.c: move immutable fields from struct heaps_slot and structnari2012-11-101-50/+41
* * ruby_atomic.h: renamed from atomic.h to avoid header file name conflictngoto2012-11-091-1/+1
* Fix build when gcc is used and the platform's libc lacks alloca().knu2012-11-091-21/+0
* * gc.c (gc_profile_record): don't define unused variables whennari2012-10-311-5/+10
* * gc.c (gc_prof_mark_timer_stop): count is not initialized.nari2012-10-311-1/+1
* gc.c: PRIuSIZEnobu2012-10-291-3/+3
* * gc.c (gc_profile_result, gc_profile_report): use internal structureseregon2012-10-271-47/+43
* rename it to a more fitting namenari2012-10-241-3/+3
* fix the function name which is not grammatically correct.nari2012-10-241-3/+3
* * gc.c (free_object_aquire): rename to match the behavior of thisnari2012-10-241-3/+3
* * gc.c (garbage_collect, gc_marks): move the location ofko12012-10-241-7/+6
* * ext/objspace/objspace.c (ObjectSpace.reachable_objects_from):ko12012-10-241-32/+19
* * gc.c: fix typos in documentation.eregon2012-10-201-3/+3
* * include/ruby/ruby.h: add C APIs.nari2012-10-201-2/+19
* * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,shugo2012-10-081-1/+1
* gc.c: use markable_object_pnobu2012-10-061-2/+1
* fix commentsnari2012-10-051-3/+3
* revert r37091nari2012-10-051-3/+7
* * ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from.ko12012-10-051-29/+111
* * gc.c (chain_finalized_object): remove to check a mark flag andnari2012-10-051-7/+3
* * gc.c (init_heap): call init_mark_stack before to allocatenari2012-10-041-1/+2
* * gc.c (rb_objspace_call_finalizer): call gc_mark_stacked_objectsnari2012-10-041-3/+1
* gc.c: self-referencing finalizersnobu2012-10-041-6/+19
* * gc.c: use enum for debugging.nobu2012-10-041-53/+55
* gc.c: unused functionnobu2012-10-031-2/+3
* * gc.c: Use the non-recursive marking instead of recursion. Thenari2012-10-031-180/+257
* * insns.def (opt_checkenv): remove unused instruction `opt_checkenv'.ko12012-09-281-1/+0
* * include/ruby/ruby.h: introduce flonum technique forko12012-08-231-2/+10
* * gc.c (gc_malloc_allocated_size): RDoc does not process macros, sodrbrain2012-08-091-6/+4
* * gc.c : if ENABLE_VM_OBJSPACE is 1, rest_sweep is not defined.nari2012-08-051-3/+1
* * gc.c: just move functions and so on. I don't touch any internalnari2012-08-051-1827/+1853
* * gc.c: use inline functions instead of macros, and close upnari2012-08-041-176/+269
* * gc.c (gc_mark_children): use gc_mark_ptr instead of markingnari2012-08-041-5/+1
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-021-0/+6
* * gc.c: return true or false. Patch by Dirkjan Bussink. [Bug #6821]nari2012-08-021-1/+1
* * gc.c: remove unused initialization.nari2012-07-281-1/+1
* rb_thread_call_without_gvlnobu2012-07-101-0/+1
* * gc.c, atomic.h (ATOMIC_SIZE_*): moved from gc.c to atomic.h [ruby-dev:45909]ngoto2012-07-041-50/+1
* * gc.c (ATOMIC_SIZE_*): 64bit Windows support.usa2012-07-041-5/+13
* * gc.c (ATOMIC_SIZE_EXCHANGE): fix function name on Solaris [Bug #6689]ngoto2012-07-031-1/+1