| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm.c: Typo in ObjectSpace::WeakMap overview | zzak | 2013-02-23 | 1 | -1/+1 |
* | * gc.c (vm_xrealloc): add a few comment why we avoid realloc(ptr,0). | kosaki | 2013-01-04 | 1 | -0/+7 |
* | adjust style | nobu | 2012-12-29 | 1 | -1/+1 |
* | * gc.c (obj_id_to_ref): add a macro to treat Bignum object id. | shirosaki | 2012-12-22 | 1 | -2/+5 |
* | * gc.c (nonspecial_obj_id): VALUE is not compatible with Fixnum on | usa | 2012-12-20 | 1 | -1/+7 |
* | * signal.c (rb_sigaltstack_size): new. calculate stack size for | kosaki | 2012-12-15 | 1 | -1/+1 |
* | * revised r37993 to avoid SEGV/ILL in tests. In r37993, a method | shugo | 2012-12-06 | 1 | -0/+7 |
* | * gc.c (getrusage_time): uses clock_gettime() with | nari | 2012-12-05 | 1 | -1/+8 |
* | * gc.c (WeakMap): Add doc for internal reference, use lib/weakref.rb | zzak | 2012-12-02 | 1 | -1/+4 |
* | gc.c: suppress warnings | nobu | 2012-12-01 | 1 | -5/+5 |
* | * revert r37993 to avoid SEGV in tests. | shugo | 2012-11-30 | 1 | -4/+0 |
* | * gc.c : remove a unused function. | nari | 2012-11-29 | 1 | -16/+0 |
* | * gc.c (rb_objspace_call_finalizer): finalize_deferred may free up | nari | 2012-11-29 | 1 | -9/+3 |
* | * vm_method.c (rb_method_entry_make): add a method entry with | shugo | 2012-11-29 | 1 | -0/+4 |
* | * gc.c: Documentation for GC, GC::Profiler, ObjectSpace, and | zzak | 2012-11-29 | 1 | -76/+116 |
* | * gc.c (gc_stat): prepre Symbol objects at first time | ko1 | 2012-11-29 | 1 | -10/+25 |
* | * gc.c (gc_stat): GC.stat supports new information | ko1 | 2012-11-29 | 1 | -52/+37 |
* | array.c: refactoring of rb_ary_delete_same() | shirosaki | 2012-11-25 | 1 | -1/+1 |
* | gc.c: refactoring to rename variables | shirosaki | 2012-11-24 | 1 | -14/+15 |
* | Fix WeakRef finalize | shirosaki | 2012-11-24 | 1 | -10/+12 |
* | Rvert r37827 and r37828 | naruse | 2012-11-24 | 1 | -18/+15 |
* | wmap_finalize: refactoring to rename variables | shirosaki | 2012-11-24 | 1 | -14/+15 |
* | Fix finalize of WeakRef | shirosaki | 2012-11-24 | 1 | -9/+11 |
* | * gc.c (is_swept_object): extract from is_dead_object(). | nari | 2012-11-22 | 1 | -4/+58 |
* | * gc.c (garbage_collect): remove a duplicative probe. | nari | 2012-11-21 | 1 | -3/+0 |
* | * gc.c (gc_profile_clear): realloc profile records if its size is | nari | 2012-11-21 | 1 | -1/+10 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -1/+29 |
* | * gc.c: move immutable fields from struct heaps_slot and struct | nari | 2012-11-10 | 1 | -50/+41 |
* | * ruby_atomic.h: renamed from atomic.h to avoid header file name conflict | ngoto | 2012-11-09 | 1 | -1/+1 |
* | Fix build when gcc is used and the platform's libc lacks alloca(). | knu | 2012-11-09 | 1 | -21/+0 |
* | * gc.c (gc_profile_record): don't define unused variables when | nari | 2012-10-31 | 1 | -5/+10 |
* | * gc.c (gc_prof_mark_timer_stop): count is not initialized. | nari | 2012-10-31 | 1 | -1/+1 |
* | gc.c: PRIuSIZE | nobu | 2012-10-29 | 1 | -3/+3 |
* | * gc.c (gc_profile_result, gc_profile_report): use internal structures | eregon | 2012-10-27 | 1 | -47/+43 |
* | rename it to a more fitting name | nari | 2012-10-24 | 1 | -3/+3 |
* | fix the function name which is not grammatically correct. | nari | 2012-10-24 | 1 | -3/+3 |
* | * gc.c (free_object_aquire): rename to match the behavior of this | nari | 2012-10-24 | 1 | -3/+3 |
* | * gc.c (garbage_collect, gc_marks): move the location of | ko1 | 2012-10-24 | 1 | -7/+6 |
* | * ext/objspace/objspace.c (ObjectSpace.reachable_objects_from): | ko1 | 2012-10-24 | 1 | -32/+19 |
* | * gc.c: fix typos in documentation. | eregon | 2012-10-20 | 1 | -3/+3 |
* | * include/ruby/ruby.h: add C APIs. | nari | 2012-10-20 | 1 | -2/+19 |
* | * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h, | shugo | 2012-10-08 | 1 | -1/+1 |
* | gc.c: use markable_object_p | nobu | 2012-10-06 | 1 | -2/+1 |
* | fix comments | nari | 2012-10-05 | 1 | -3/+3 |
* | revert r37091 | nari | 2012-10-05 | 1 | -3/+7 |
* | * ext/objspace/objspace.c: add ObjectSpace#reachable_objects_from. | ko1 | 2012-10-05 | 1 | -29/+111 |
* | * gc.c (chain_finalized_object): remove to check a mark flag and | nari | 2012-10-05 | 1 | -7/+3 |
* | * gc.c (init_heap): call init_mark_stack before to allocate | nari | 2012-10-04 | 1 | -1/+2 |
* | * gc.c (rb_objspace_call_finalizer): call gc_mark_stacked_objects | nari | 2012-10-04 | 1 | -3/+1 |
* | gc.c: self-referencing finalizers | nobu | 2012-10-04 | 1 | -6/+19 |