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
2014-07-07
* gc.c: revert miss-commit.
ko1
2014-07-07
* parse.y: need to use updated (re-created) symbols.
ko1
2014-07-06
* gc.c: rename is_dying_object() to is_garbage_object().
ko1
2014-07-06
* gc.c (is_dying_object): fix missed condition.
ko1
2014-07-06
* gc.c: rename is_dead_object() to is_dying_object().
ko1
2014-07-06
* gc.c (rb_gc_register_mark_object): change data structure.
ko1
2014-07-03
Init functions don't need ID caches
nobu
2014-07-02
* gc.c (gc_heap_lazy_sweep): simplify logic.
ko1
2014-06-30
gc.c: freeze GC::OPTS
nobu
2014-06-30
* gc.c (gc_stat_internal): return size_t value instead of VALUE
ko1
2014-06-30
* gc.c: support `USE_RGENGC == 0'.
ko1
2014-06-18
constify parameters
nobu
2014-06-17
* gc.c (obj_memsize_of): memsize_of(T_ZOMBIE) returns 0, not a rb_bug.
ko1
2014-06-10
* gc.c: invoke GC before memory allocation (xmalloc/xrealloc)
ko1
2014-06-09
* gc.c: change full GC timing to keep lower memory usage.
ko1
2014-06-09
gc.c: fix typo
nobu
2014-06-05
* gc.c (gc_page_sweep): refactoring.
ko1
2014-06-05
* gc.c (obj_free): check also FL_PROMOTED bit by RVALUE_OLD_P().
ko1
2014-06-04
* gc.c: introduce RZombie to manage zombie objects.
ko1
2014-06-03
* gc.c (rb_objspace_free): should not rest_sweep() here.
ko1
2014-06-03
revert r46332 because RVALUE_OLD_P() returns int by r46334
ko1
2014-06-03
* gc.c (rb_gc_call_finalizer_at_exit): add
ko1
2014-06-03
* gc.c: change the counting method for young objects.
ko1
2014-06-03
* gc.c: add verifying counters code in gc_verify_internal_consistency().
ko1
2014-06-03
gc.c: int for simple predicates
nobu
2014-06-03
* gc.c (rb_gc_force_recycle): we only need to know the result (0/1)
ko1
2014-06-03
* gc.c (objspace_live_slot): live slot count should not include final
ko1
2014-06-03
* gc.c (obj_free): fix spacing.
ko1
2014-06-03
* gc.c (check_gen_consistency): fix error message.
ko1
2014-06-03
* gc.c: count old/young objects more correctly.
ko1
2014-05-29
remove empty rb_gc_mark_parser function
normal
2014-05-24
gc.c: fix typo
nobu
2014-05-22
gc.c (rb_free_m_tbl): mark function as static
normal
2014-05-18
fix type
naruse
2014-05-16
* gc.c (gc_marks, gc_marks_body): increase the counter of young objects
ko1
2014-05-16
* gc.c (gc_before_sweep): heap_pages_swept_slots should contains
ko1
2014-05-15
* gc.c (heap_extend_pages): fix indent.
nobu
2014-05-15
* gc.c (garbage_collect_body): move gc_heap_prepare_minimum_pages()
ko1
2014-05-15
* gc.c (heap_extend_pages): calculate next growing heap size.
ko1
2014-05-15
* gc.c: introduce macros to remove magic number.
ko1
2014-05-14
* gc.c: enable RGENGC_AGE2_PROMOTION.
ko1
2014-05-14
* gc.c (rgengc_rememberset_mark): promote remembered object earlier.
ko1
2014-05-12
* gc.c: count young object correctly and show it in GC.stat
ko1
2014-05-07
gc.c: fix argument types for st_foreach
nobu
2014-04-30
* gc.c (gc_after_sweep): suppress unnecessary expanding heap.
nari
2014-04-28
* gc.c: This argument must be a pointer.
nari
2014-04-28
* gc.c: Fix typos. These are undefined variables.
nari
2014-04-21
* gc.c (objspace_malloc_increase): don't cause GC by malloc_increase
ko1
2014-04-21
gc.c: full mark after malloc/realloc
nobu
2014-04-21
gc.c: GC.stress after realloc
nobu
[next]