summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
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 beakr
2014-11-14gc.c: check argumentsnobu
2014-11-14* gc.c (gc_stat_internal): support comatible layer forko1
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_MARKko1
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-12gc.c (struct heap_page): trivial packingnormal
2014-11-09* gc.c (is_incremental_marking): use #if/#else becauseko1
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-27gc.c: fix no lazy sweep modenobu
2014-10-21* gc.c (mark_current_machine_context) [__mc68000__]: Update stacknaruse
2014-10-14* gc.c (rb_obj_id): [DOC] Fix typo, clean up sentence, and wrap colszzak
2014-10-06symbol.h: move struct RSymbolnobu
2014-09-28* gc.c (rb_gcdebug_print_obj_condition): use RVALUE_REMEMBEREDktsj
2014-09-27ruby.h: deprecate plain Datanobu
2014-09-14compile.c, gc.c: suppress warningsnobu
2014-09-11* vm.c (rb_vm_register_special_exception): make new function toko1
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 eventsko1
2014-09-11* include/ruby/ruby.h: freeze nil/true/false.ko1
2014-09-10gc.c: preserve encodingnobu
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 insteadnagachika
2014-09-09s/stressfull/stressful/gkazu
2014-09-09* gc.c: rename rb_objspace_t::marked_objects to marked_slots.ko1
2014-09-09* gc.c: renameko1
2014-09-09* gc.c (gc_stat_internal): fix symbol namesko1
2014-09-09* gc.c (rb_objspace_t::heap_pages): rename field names:ko1
2014-09-09gc.c: fix typosnobu
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_gcko1
2014-09-09* gc.c: add rb_objspace_t::flags::gc_stressfull andko1
2014-09-09* gc.c: remvoe ruby_disable_gc_stress and add ruby_disable_gcko1
2014-09-09* gc.c: rename gc_stat entries and check stat transition.ko1
2014-09-09* gc.c (gc_sweep_rest): remove wrong modification of during_gc flag.ko1
2014-09-09* gc.c (rb_objspace_t::profile): reduce padding.nobu
2014-09-09* gc.c: pack boolean values into rb_objspace_t::flags with bit fieldsko1
2014-09-08* remove trailing spaces.svn