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-12-01
use 0 for reserved
nobu
2014-11-27
* gc.c (objspace_malloc_increase): enable lazy sweep on GC by malloc()
ko1
2014-11-25
rb_id2str over rb_id2name
nobu
2014-11-18
* gc.c (gc_record): add information for debug print.
ko1
2014-11-18
* internal.h: Gather declarations in non-header files.
akr
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-14
gc.c: check arguments
nobu
2014-11-14
* gc.c (gc_stat_internal): support comatible layer for
ko1
2014-11-14
* gc.c (gc_stat_internal): add compatible layer.
ko1
2014-11-14
* gc.c: guard by #if/#endif with GC_ENABLE_INCREMENTAL_MARK
ko1
2014-11-13
* gc.c: fix build error caused by implicit conversion with clang.
hsbt
2014-11-13
* gc.c: refactoring.
ko1
2014-11-13
* gc.c: Tuning RincGC parameters.
ko1
2014-11-12
gc.c (struct heap_page): trivial packing
normal
2014-11-09
* gc.c (is_incremental_marking): use #if/#else because
ko1
2014-11-02
* gc.c (obj_info): show T_STRING more details.
ko1
2014-10-27
* gc.c: is_incremental_marking(), will_be_incremental_marking():
ko1
2014-10-27
gc.c: fix no lazy sweep mode
nobu
2014-10-21
* gc.c (mark_current_machine_context) [__mc68000__]: Update stack
naruse
2014-10-14
* gc.c (rb_obj_id): [DOC] Fix typo, clean up sentence, and wrap cols
zzak
2014-10-06
symbol.h: move struct RSymbol
nobu
2014-09-28
* gc.c (rb_gcdebug_print_obj_condition): use RVALUE_REMEMBERED
ktsj
2014-09-27
ruby.h: deprecate plain Data
nobu
2014-09-14
compile.c, gc.c: suppress warnings
nobu
2014-09-11
* vm.c (rb_vm_register_special_exception): make new function to
ko1
2014-09-11
* gc.c (rb_gc_mark_values): added.
ko1
2014-09-11
* gc.c (gc_mark_ptr): rename to gc_mark_set.
ko1
2014-09-11
* include/ruby/ruby.h, gc.c: add new internal events
ko1
2014-09-11
* include/ruby/ruby.h: freeze nil/true/false.
ko1
2014-09-10
gc.c: preserve encoding
nobu
2014-09-10
* gc.c (gc_stat): update rdoc.
ko1
2014-09-10
* gc.c (gc_stat_internal): rename:
ko1
2014-09-10
* gc.c (gc_stat_internal): rename `heap_used' to `heap_allocated_pages'.
ko1
2014-09-10
* gc.c (gc_stat_internal): rename:
ko1
2014-09-10
* gc.c (gc_stat_internal): support:
ko1
2014-09-10
* gc.c (objspace_total_slot): rename objspace_available_slots.
ko1
2014-09-09
* gc.c: refactoring for RGENGC_PROFILE > 0.
ko1
2014-09-09
* gc.c (init_mark_stack): MEMZERO() receive type as 2nd argument instead
nagachika
2014-09-09
s/stressfull/stressful/g
kazu
2014-09-09
* gc.c: rename rb_objspace_t::marked_objects to marked_slots.
ko1
2014-09-09
* gc.c: rename
ko1
2014-09-09
* gc.c (gc_stat_internal): fix symbol names
ko1
2014-09-09
* gc.c (rb_objspace_t::heap_pages): rename field names:
ko1
2014-09-09
gc.c: fix typos
nobu
2014-09-09
* gc.c: continue layout changing.
ko1
2014-09-09
* gc.c: fix layout of rb_objsapce_t to improve cache locality.
ko1
2014-09-09
* gc.c: move rb_objspace_t::flags::gc_stressfull after during_gc
ko1
2014-09-09
* gc.c: add rb_objspace_t::flags::gc_stressfull and
ko1
2014-09-09
* gc.c: remvoe ruby_disable_gc_stress and add ruby_disable_gc
ko1
2014-09-09
* gc.c: rename gc_stat entries and check stat transition.
ko1
[next]