summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2014-07-03revert r46667 and r46669 because they introduced SEGV on CentOS.usa
2014-07-03merge revision(s) 44712,44715,44716,44722,44725,44726,44753: [Backport #9454]...usa
2014-01-12merge revision(s) 44260: [Backport #9168] nagachika
2013-12-21merge revision(s) 43994: [Backport #9205]nagachika
2013-10-26* gc.c (gc_prof_set_heap_info): fix compile error whennagachika
2013-10-09merge revision(s) 43092: [Backport #8969]nagachika
2013-08-22merge revision(s) 42639: [Backport #8805]nagachika
2013-06-26revert r41577 because it causes memory error on mswin CI.nagachika
2013-06-22merge revision(s) 41325: [Backport #8554]nagachika
2013-04-07merge revision(s) 39810: [Backport #8145]nagachika
2013-04-07merge revision(s) 39811: [Backport #8146]nagachika
2013-04-06merge revision(s) 39812: [Backport #8147]nagachika
2013-02-24* vm.c: Typo in ObjectSpace::WeakMap overview [Backport #7933]zzak
2013-01-04* gc.c (vm_xrealloc): add a few comment why we avoid realloc(ptr,0).kosaki
2012-12-29adjust stylenobu
2012-12-22* gc.c (obj_id_to_ref): add a macro to treat Bignum object id.shirosaki
2012-12-20* gc.c (nonspecial_obj_id): VALUE is not compatible with Fixnum onusa
2012-12-15* signal.c (rb_sigaltstack_size): new. calculate stack size forkosaki
2012-12-06* revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo
2012-12-05* gc.c (getrusage_time): uses clock_gettime() withnari
2012-12-02* gc.c (WeakMap): Add doc for internal reference, use lib/weakref.rbzzak
2012-12-01gc.c: suppress warningsnobu
2012-11-30* revert r37993 to avoid SEGV in tests.shugo
2012-11-29* gc.c : remove a unused function.nari
2012-11-29* gc.c (rb_objspace_call_finalizer): finalize_deferred may free upnari
2012-11-29* vm_method.c (rb_method_entry_make): add a method entry withshugo
2012-11-29* gc.c: Documentation for GC, GC::Profiler, ObjectSpace, andzzak
2012-11-29* gc.c (gc_stat): prepre Symbol objects at first timeko1
2012-11-29* gc.c (gc_stat): GC.stat supports new informationko1
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