| Commit message (Expand) | Author | Age | Files | Lines |
* | * gc.c (gc_mark_all_clear): don't call obj_free() in | nari | 2010-05-30 | 1 | -15/+4 |
* | * thread.c (RB_GC_SAVE_MACHINE_CONTEXT), gc.c (ruby_gc_stress_start): | tarui | 2010-05-29 | 1 | -8/+0 |
* | * thread.c (RB_GC_SAVE_MACHINE_CONTEXT): start GC | tarui | 2010-05-29 | 1 | -0/+8 |
* | * gc.c (force_chain_object, rb_objspace_call_finalizer): delete | mame | 2010-05-29 | 1 | -1/+2 |
* | * gc.c (GC_PROF_TIMER_STOP): regularize `marked' to suppress | nobu | 2010-05-29 | 1 | -2/+2 |
* | * gc.c (allocate_sorted_heaps, before_gc_sweep, gc_sweep): removed | nobu | 2010-05-28 | 1 | -5/+1 |
* | * gc.c : use simple lazy sweep algorithm for response performance | nari | 2010-05-28 | 1 | -165/+358 |
* | * gc.c (gc_sweep): suppres a warning on VC. | usa | 2010-05-24 | 1 | -1/+1 |
* | * suppress warnings. | nobu | 2010-05-21 | 1 | -2/+2 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -16/+16 |
* | * array.c: Harmonize documentation, in particular regarding: | marcandre | 2010-05-13 | 1 | -0/+3 |
* | * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry): | ko1 | 2010-05-05 | 1 | -0/+5 |
* | * gc.c (rb_mark_method_entry): renamed. | nobu | 2010-05-04 | 1 | -1/+1 |
* | * gc.c (GET_STACK_BOUNDS): fixed macro argument names. a patch from | nobu | 2010-04-14 | 1 | -1/+1 |
* | * proc.c (rb_method_location): return attr's location if it is setup. | wanabe | 2010-03-22 | 1 | -0/+4 |
* | * gc.c (gc_profile_total_time): add GC::Profiler.total_time. | wanabe | 2010-03-04 | 1 | -0/+23 |
* | * gc.c (gc_mark_children): lost comment added. | matz | 2010-02-24 | 1 | -2/+2 |
* | * gc.c (chain_finalized_object): fix precedence. | mame | 2010-02-16 | 1 | -1/+1 |
* | * gc.c (rb_objspace_call_finalizer): always run finalizer at exit, | mame | 2010-02-16 | 1 | -26/+58 |
* | * gc.c (obj_free): free rb_classext_t of eigenclass. [Bug #1392] | wanabe | 2010-01-31 | 1 | -0/+1 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 1 | -8/+0 |
* | * gc.c: added UNLIKELY to probes for optimization. | yugui | 2010-01-04 | 1 | -3/+3 |
* | * trace.h: new file. wraps tracing mechanisms. | yugui | 2010-01-03 | 1 | -0/+8 |
* | * removed spaces just before tabs. | nobu | 2009-11-26 | 1 | -1/+1 |
* | * class.c (rb_mod_init_copy): fix memory leak of Class#dup. | mame | 2009-11-14 | 1 | -3/+3 |
* | * gc.c (vm_xrealloc): use the given object space. | nobu | 2009-11-13 | 1 | -2/+2 |
* | fix typos. | akr | 2009-11-03 | 1 | -3/+3 |
* | * gc.c (GET_STACK_BOUNDS): refactored common code. based on a | nobu | 2009-10-31 | 1 | -28/+15 |
* | * gc.c (garbage_collect_with_gvl): do not garbage_collect when | matz | 2009-10-26 | 1 | -0/+1 |
* | * configure.in (warnflags): use -Wextra instead of -Wall. | nobu | 2009-10-22 | 1 | -3/+4 |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -1/+1 |
* | * common.mk (eval.o): needs vm.h. | nobu | 2009-09-18 | 1 | -1/+35 |
* | * gc.c (vm_xrealloc): free as like standard free if size is zero. | nobu | 2009-09-17 | 1 | -1/+6 |
* | * gc.c (obj_free): fix to free method table (fix memory leak). | ko1 | 2009-09-02 | 1 | -0/+1 |
* | * method.h (rb_method_definition_t): split from rb_method_entry_t | nobu | 2009-08-28 | 1 | -4/+7 |
* | * method.c (rb_method_entry_t): body.proc should be marked. | nobu | 2009-08-26 | 1 | -1/+2 |
* | * gc.c: reject unused longlife gc. | nari | 2009-08-10 | 1 | -242/+19 |
* | * gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse. | nobu | 2009-07-21 | 1 | -2/+2 |
* | * suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 1 | -16/+16 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -12/+60 |
* | * include/ruby/ruby.h: | ko1 | 2009-07-07 | 1 | -1/+1 |
* | * gc.c (rb_gc_call_finalizer_at_exit): deal with typed struct like | nobu | 2009-07-07 | 1 | -0/+3 |
* | * gc.c (GC_PROF_SET_MALLOC_INFO, GC_PROF_SET_HEAP_INFO): simplified. | nobu | 2009-07-07 | 1 | -16/+16 |
* | * gc.c: remove the definition of GC_DEBUG (debugging macro). | mame | 2009-06-23 | 1 | -3/+0 |
* | fix indent. | ko1 | 2009-06-16 | 1 | -1/+1 |
* | * include/ruby/ruby.h: New structure RTypedData, added. | ko1 | 2009-06-16 | 1 | -2/+56 |
* | * gc.c: fix indent. | ko1 | 2009-06-16 | 1 | -21/+21 |
* | * gc.c (rb_objspace_each_objects): New C API, added. | ko1 | 2009-06-16 | 1 | -12/+90 |
* | * gc.c (os_obj_of): invoke garbage collection before iteration, to | matz | 2009-06-15 | 1 | -1/+3 |
* | * gc.c: fixed types. | nobu | 2009-05-26 | 1 | -6/+6 |