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-06-25
* gc.c (is_before_sweep): Add new helper function that check the object
tarui
2013-06-25
* gc.c: fix oldgen/remembered_shady counting algorithm.
ko1
2013-06-24
* remove trailing spaces.
nobu
2013-06-24
* gc.c (typedef struct rb_objspace): Change members for monitor objects.
tarui
2013-06-23
* remove trailing spaces.
nobu
2013-06-23
* gc.c (after_gc_sweep): Have to record malloc info before reset.
tarui
2013-06-22
* include/ruby/ruby.h, gc.c: rename macros and functions:
ko1
2013-06-22
* gc.c (rgengc_check_shady): add new WB miss checking
ko1
2013-06-21
* gc.c (gc_prof_set_heap_info, after_gc_sweep): call
ko1
2013-06-21
* gc.c (rb_objspace::profile): rename rb_objspace::profile::record to
ko1
2013-06-21
* gc.c (rb_gc_giveup_promoted_writebarrier): remove `rest_sweep()'
ko1
2013-06-21
* gc.c (rgengc_rememberset_mark): call gc_mark_children() for
ko1
2013-06-21
* gc.c (slot_sweep_body): rename to slot_sweep().
ko1
2013-06-21
* gc.c (check_bitmap_consistency): add to check flag and bitmap consistency.
ko1
2013-06-21
* remove trailing spaces.
nobu
2013-06-21
* gc.c (typedef enum): Introdule flags of major gc reason.
tarui
2013-06-21
* gc.c (allocate_sorted_heaps): remove unused variable `add'.
ko1
2013-06-21
* include/ruby/ruby.h: constify RArray::as::ary and RArray::heap::ptr.
ko1
2013-06-21
* include/ruby/ruby.h: support write barrier protection for T_STRUCT.
ko1
2013-06-21
* gc.c (gc_sweep): profile sweep time correctly when LAZY_SWEEP is
ko1
2013-06-21
* gc.c: enable lazy sweep (commit miss).
ko1
2013-06-21
revert last commit (operation miss).
ko1
2013-06-21
* gc.c: fix to use total_allocated_object_num and heaps_used
ko1
2013-06-21
* gc.c: fix to use total_allocated_object_num and heaps_used
ko1
2013-06-21
* gc.c: RGENGC_CHECK_MODE should be 0.
ko1
2013-06-21
* gc.c (gc_marks_body): fix to get `th' in this function.
ko1
2013-06-21
* gc.c (heaps_header/heaps_slot): embed bitmaps into heaps_slot.
ko1
2013-06-21
* gc.c (slot_sweep_body): add counters at a time.
ko1
2013-06-20
* gc.c: refactoring bitmaps. introduce bits_t type and some Consts.
tarui
2013-06-20
* gc.c: fix to support USE_RGENGC == 0 (disable RGenGC).
ko1
2013-06-20
* gc.c (lazy_sweep): Use is_lazy_sweeping()
tarui
2013-06-20
* remove trailing spaces.
nobu
2013-06-20
* gc.c (gc_profile_record::oldgen_objects): added.
ko1
2013-06-20
* gc.c (gc_prof_sweep_timer_stop): accumulate sweep time only when
ko1
2013-06-20
* gc.c (rgengc_rememberset_mark): record
ko1
2013-06-20
gc.c: adjust indent
nobu
2013-06-19
* gc.c (rb_gc_writebarrier): give up rescan A and register B directly
tarui
2013-06-19
* gc.c (gc_profile_total_time): check objspace->profile.next_index > 0.
ko1
2013-06-19
* gc.c (gc_prof_sweep_timer_start): fix merge miss.
ko1
2013-06-19
* gc.c: Accumulate sweep time to GC time.
ko1
2013-06-19
* gc.c (gc_marks): fix wrong option. FALSE means major/full GC.
ko1
2013-06-19
gc.c: refine macros
nobu
2013-06-19
gc.c: gc_stress is a VALUE
nobu
2013-06-19
* gc.c (gc_free_stored_bitmaps): fix indent.
nagachika
2013-06-19
* gc.c (RVALUE_PROMOTED): fix type.
ko1
2013-06-19
* gc.c (garbage_collect_test): rewrite checking code.
ko1
2013-06-19
* gc.c (RVALUE_PROMOTED): check consistency between oldgen flag and
ko1
2013-06-19
* gc.c (rb_gc_force_recycle): clear oldgen bitmap, too.
ko1
2013-06-19
* gc.c (gc_stress_get): GC.stress can be Fixnum.
kazu
2013-06-19
* include/ruby/ruby.h (struct rb_data_type_struct), gc.c: add
ko1
[next]