Age | Commit message (Expand) | Author |
2013-03-24 | gc.c: fix compile error | nobu |
2013-03-24 | * gc.c (GC_ENABLE_LAZY_SWEEP): new macro to switch lazy sweeping | nari |
2013-03-24 | * gc.c: We have no chance to expand the heap when lazy sweeping is | nari |
2013-03-18 | * gc.c: Improve accuracy of objspace_live_num() and | nari |
2013-03-18 | * gc.c: Avoid unnecessary heap growth. patched by tmm1(Aman Gupta). | nari |
2013-03-18 | * gc.c: Fix unlimited memory growth with large values of | nari |
2013-03-13 | * gc.c: allow to tune growth of heap by environment variable | nari |
2013-02-23 | * vm.c: Typo in ObjectSpace::WeakMap overview | zzak |
2013-01-04 | * gc.c (vm_xrealloc): add a few comment why we avoid realloc(ptr,0). | kosaki |
2012-12-29 | adjust style | nobu |
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 on | usa |
2012-12-15 | * signal.c (rb_sigaltstack_size): new. calculate stack size for | kosaki |
2012-12-06 | * revised r37993 to avoid SEGV/ILL in tests. In r37993, a method | shugo |
2012-12-05 | * gc.c (getrusage_time): uses clock_gettime() with | nari |
2012-12-02 | * gc.c (WeakMap): Add doc for internal reference, use lib/weakref.rb | zzak |
2012-12-01 | gc.c: suppress warnings | nobu |
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 up | nari |
2012-11-29 | * vm_method.c (rb_method_entry_make): add a method entry with | shugo |
2012-11-29 | * gc.c: Documentation for GC, GC::Profiler, ObjectSpace, and | zzak |
2012-11-29 | * gc.c (gc_stat): prepre Symbol objects at first time | ko1 |
2012-11-29 | * gc.c (gc_stat): GC.stat supports new information | ko1 |
2012-11-25 | array.c: refactoring of rb_ary_delete_same() | shirosaki |
2012-11-24 | gc.c: refactoring to rename variables | shirosaki |
2012-11-24 | Fix WeakRef finalize | shirosaki |
2012-11-24 | Rvert r37827 and r37828 | naruse |
2012-11-24 | wmap_finalize: refactoring to rename variables | shirosaki |
2012-11-24 | Fix finalize of WeakRef | shirosaki |
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 is | nari |
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 struct | nari |
2012-11-09 | * ruby_atomic.h: renamed from atomic.h to avoid header file name conflict | ngoto |
2012-11-09 | Fix 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 when | nari |
2012-10-31 | * gc.c (gc_prof_mark_timer_stop): count is not initialized. | nari |
2012-10-29 | gc.c: PRIuSIZE | nobu |
2012-10-27 | * gc.c (gc_profile_result, gc_profile_report): use internal structures | eregon |
2012-10-24 | rename it to a more fitting name | nari |
2012-10-24 | fix the function name which is not grammatically correct. | nari |
2012-10-24 | * gc.c (free_object_aquire): rename to match the behavior of this | nari |
2012-10-24 | * gc.c (garbage_collect, gc_marks): move the location of | ko1 |
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-06 | gc.c: use markable_object_p | nobu |