aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-131-0/+3
* * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko12010-05-051-0/+5
* * gc.c (rb_mark_method_entry): renamed.nobu2010-05-041-1/+1
* * gc.c (GET_STACK_BOUNDS): fixed macro argument names. a patch fromnobu2010-04-141-1/+1
* * proc.c (rb_method_location): return attr's location if it is setup.wanabe2010-03-221-0/+4
* * gc.c (gc_profile_total_time): add GC::Profiler.total_time.wanabe2010-03-041-0/+23
* * gc.c (gc_mark_children): lost comment added.matz2010-02-241-2/+2
* * gc.c (chain_finalized_object): fix precedence.mame2010-02-161-1/+1
* * gc.c (rb_objspace_call_finalizer): always run finalizer at exit,mame2010-02-161-26/+58
* * gc.c (obj_free): free rb_classext_t of eigenclass. [Bug #1392]wanabe2010-01-311-0/+1
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-051-8/+0
* * gc.c: added UNLIKELY to probes for optimization.yugui2010-01-041-3/+3
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-031-0/+8
* * removed spaces just before tabs.nobu2009-11-261-1/+1
* * class.c (rb_mod_init_copy): fix memory leak of Class#dup.mame2009-11-141-3/+3
* * gc.c (vm_xrealloc): use the given object space.nobu2009-11-131-2/+2
* fix typos.akr2009-11-031-3/+3
* * gc.c (GET_STACK_BOUNDS): refactored common code. based on anobu2009-10-311-28/+15
* * gc.c (garbage_collect_with_gvl): do not garbage_collect whenmatz2009-10-261-0/+1
* * configure.in (warnflags): use -Wextra instead of -Wall.nobu2009-10-221-3/+4
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-1/+1
* * common.mk (eval.o): needs vm.h.nobu2009-09-181-1/+35
* * gc.c (vm_xrealloc): free as like standard free if size is zero.nobu2009-09-171-1/+6
* * gc.c (obj_free): fix to free method table (fix memory leak).ko12009-09-021-0/+1
* * method.h (rb_method_definition_t): split from rb_method_entry_tnobu2009-08-281-4/+7
* * method.c (rb_method_entry_t): body.proc should be marked.nobu2009-08-261-1/+2
* * gc.c: reject unused longlife gc.nari2009-08-101-242/+19
* * gc.c (rb_gc_enable, rb_gc_disable): should return Qtrue/Qfalse.nobu2009-07-211-2/+2
* * suppressed shorten-64-to-32 warnings.nobu2009-07-181-16/+16
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-12/+60
* * include/ruby/ruby.h:ko12009-07-071-1/+1
* * gc.c (rb_gc_call_finalizer_at_exit): deal with typed struct likenobu2009-07-071-0/+3
* * gc.c (GC_PROF_SET_MALLOC_INFO, GC_PROF_SET_HEAP_INFO): simplified.nobu2009-07-071-16/+16
* * gc.c: remove the definition of GC_DEBUG (debugging macro).mame2009-06-231-3/+0
* fix indent.ko12009-06-161-1/+1
* * include/ruby/ruby.h: New structure RTypedData, added.ko12009-06-161-2/+56
* * gc.c: fix indent.ko12009-06-161-21/+21
* * gc.c (rb_objspace_each_objects): New C API, added.ko12009-06-161-12/+90
* * gc.c (os_obj_of): invoke garbage collection before iteration, tomatz2009-06-151-1/+3
* * gc.c: fixed types.nobu2009-05-261-6/+6
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-131-24/+248
* * eval.c (ruby_cleanup): the order of local variables on stack isnobu2009-04-191-3/+3
* * gc.c (init_heap): set default to heap slots lengthnari2009-03-231-0/+9
* * configure.in (AC_HEADER_DIRENT): added.nobu2009-03-131-5/+5
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-4/+4
* * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu2009-03-101-4/+4
* * gc.c (ruby_get_stack_grow_direction): no needs to use threadnobu2009-02-271-3/+3
* stripped trailing spaces.nobu2009-02-221-8/+8
* * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame2009-02-141-1/+0
* * gc.c (vm_xmalloc, vm_xrealloc): comparisons had no meanings onnobu2009-02-121-2/+2