aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (vm_xrealloc): add a few comment why we avoid realloc(ptr,0).kosaki2013-01-041-0/+7
* adjust stylenobu2012-12-291-1/+1
* * gc.c (obj_id_to_ref): add a macro to treat Bignum object id.shirosaki2012-12-221-2/+5
* * gc.c (nonspecial_obj_id): VALUE is not compatible with Fixnum onusa2012-12-201-1/+7
* * signal.c (rb_sigaltstack_size): new. calculate stack size forkosaki2012-12-151-1/+1
* * revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo2012-12-061-0/+7
* * gc.c (getrusage_time): uses clock_gettime() withnari2012-12-051-1/+8
* * gc.c (WeakMap): Add doc for internal reference, use lib/weakref.rbzzak2012-12-021-1/+4
* gc.c: suppress warningsnobu2012-12-011-5/+5
* * revert r37993 to avoid SEGV in tests.shugo2012-11-301-4/+0
* * gc.c : remove a unused function.nari2012-11-291-16/+0
* * gc.c (rb_objspace_call_finalizer): finalize_deferred may free upnari2012-11-291-9/+3
* * vm_method.c (rb_method_entry_make): add a method entry withshugo2012-11-291-0/+4
* * gc.c: Documentation for GC, GC::Profiler, ObjectSpace, andzzak2012-11-291-76/+116
* * gc.c (gc_stat): prepre Symbol objects at first timeko12012-11-291-10/+25
* * gc.c (gc_stat): GC.stat supports new informationko12012-11-291-52/+37
* 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