index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gc.c
Age
Commit message (
Expand
)
Author
2013-05-14
* remove trailing spaces.
nobu
2013-05-13
* gc.c: support RGENGC. [ruby-trunk - Feature #8339]
ko1
2013-05-13
* gc.c: remove rb_objspace_t::marked_num.
ko1
2013-05-13
* gc.c: disable GC_PROFILE_MORE_DETAIL (fix last commit).
ko1
2013-05-13
* gc.c: refactoring GC::Profiler.
ko1
2013-05-13
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-05-13
* gc.c (rb_data_object_alloc): check klass only if klass is not 0.
ko1
2013-05-13
* gc.c (rb_data_object_alloc, rb_data_typed_object_alloc):
ko1
2013-03-30
gc.c: _aligned_malloc
nobu
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
[next]