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-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
2014-04-21
gc.c: fixnum GC stress
nobu
2014-04-19
gc.c: drop special case for big hash/array
normal
2014-04-17
gc.c: suppress a warning
nobu
2014-04-11
gc.c: no newline to rb_bug
nobu
2014-04-10
* gc.c (gc_verify_internal_consistency): move lines and enable
ko1
2014-04-10
* gc.c (rb_gc_writebarrier_unprotect_promoted): disable to dump debug
ko1
2014-04-10
gc.c: check rgengc_report argument
nobu
2014-04-10
gc.c: do nothing unless USE_RGENGC
nobu
2014-04-10
gc.c: adjust indent
nobu
2014-04-09
Add comment.
akr
2014-04-09
* gc.c (mark_current_machine_context): Call SET_STACK_END.
akr
2014-04-08
* gc.c: rename `RGENGC_THREEGEN' to `RGENGC_AGE2_PROMOTION'.
ko1
2014-04-02
* gc.c, gc.h (rb_objspace_each_objects_without_setup):
ko1
2014-03-30
gc.c: avoid inadvertent pin-down
nobu
2014-03-29
* gc.c (gc_before_sweep): cap `malloc_limit' to
ko1
2014-03-26
* parse.y: support Symbol GC. [ruby-trunk Feature #9634]
nari
2014-03-24
gc.c: Fix up default GC params by @csfrancis [fix GH-556]
hsbt
2014-03-21
* gc.c: [DOC] Fix call-seq for GC.start by @jasonrclark [Fixes GH-572]
zzak
2014-03-20
* gc.c (objspace_malloc_increase): should not invoke
ko1
2014-03-15
gc.c (objspace_xcalloc): fix GC accounting
normal
2014-03-15
object.c: [DOC] merge rdoc
nobu
2014-03-14
[DOC] add links to `Object#hash`
nobu
2014-03-01
gc.c: simplify condition
normal
2014-03-01
gc.c: fix build for testing w/o RGenGC
normal
2014-02-27
adjust indent and style
nobu
2014-02-26
* gc.c (heap_pages_free_unused_pages): check tomb page availability
ko1
2014-02-22
gc.c: suppress warnings
nobu
2014-02-20
gc.c: RB_GC_GUARD should be robust enough for any compiler
normal
2014-02-17
* gc.c (get_envparam_double): fix a warning message.
ko1
2014-02-17
* gc.c: introduce new environment variable
ko1
[next]