aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* ruby.h: deprecate plain Datanobu2014-09-271-0/+2
* compile.c, gc.c: suppress warningsnobu2014-09-141-2/+2
* * vm.c (rb_vm_register_special_exception): make new function toko12014-09-111-4/+1
* * gc.c (rb_gc_mark_values): added.ko12014-09-111-0/+11
* * gc.c (gc_mark_ptr): rename to gc_mark_set.ko12014-09-111-9/+15
* * include/ruby/ruby.h, gc.c: add new internal eventsko12014-09-111-0/+2
* * include/ruby/ruby.h: freeze nil/true/false.ko12014-09-111-1/+1
* gc.c: preserve encodingnobu2014-09-101-2/+2
* * gc.c (gc_stat): update rdoc.ko12014-09-101-20/+26
* * gc.c (gc_stat_internal): rename:ko12014-09-101-10/+10
* * gc.c (gc_stat_internal): rename `heap_used' to `heap_allocated_pages'.ko12014-09-101-3/+3
* * gc.c (gc_stat_internal): rename:ko12014-09-101-35/+35
* * gc.c (gc_stat_internal): support:ko12014-09-101-0/+10
* * gc.c (objspace_total_slot): rename objspace_available_slots.ko12014-09-101-14/+16
* * gc.c: refactoring for RGENGC_PROFILE > 0.ko12014-09-091-74/+51
* * gc.c (init_mark_stack): MEMZERO() receive type as 2nd argument insteadnagachika2014-09-091-1/+1
* s/stressfull/stressful/gkazu2014-09-091-8/+8
* * gc.c: rename rb_objspace_t::marked_objects to marked_slots.ko12014-09-091-12/+18
* * gc.c: renameko12014-09-091-19/+19
* * gc.c (gc_stat_internal): fix symbol namesko12014-09-091-7/+7
* * gc.c (rb_objspace_t::heap_pages): rename field names:ko12014-09-091-62/+60
* gc.c: fix typosnobu2014-09-091-3/+3
* * gc.c: continue layout changing.ko12014-09-091-12/+14
* * gc.c: fix layout of rb_objsapce_t to improve cache locality.ko12014-09-091-5/+6
* * gc.c: move rb_objspace_t::flags::gc_stressfull after during_gcko12014-09-091-11/+13
* * gc.c: add rb_objspace_t::flags::gc_stressfull andko12014-09-091-19/+29
* * gc.c: remvoe ruby_disable_gc_stress and add ruby_disable_gcko12014-09-091-15/+17
* * gc.c: rename gc_stat entries and check stat transition.ko12014-09-091-9/+23
* * gc.c (gc_sweep_rest): remove wrong modification of during_gc flag.ko12014-09-091-1/+0
* * gc.c (rb_objspace_t::profile): reduce padding.nobu2014-09-091-1/+1
* * gc.c: pack boolean values into rb_objspace_t::flags with bit fieldsko12014-09-091-38/+40
* * remove trailing spaces.svn2014-09-081-1/+1
* * gc.c: add incremental GC algorithm. [Feature #10137]ko12014-09-081-1050/+1924
* * gc.c (obj_memsize_of): don't calculate memsize of T_NODEktsj2014-08-171-4/+4
* node.h: extract NODE functions from gc.cnobu2014-08-161-170/+5
* gc.c: memsize of T_NODEnobu2014-08-151-5/+11
* * gc.c: remove unused macros.ko12014-07-301-2/+0
* introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal2014-07-251-4/+2
* * gc.c: change objspace::rgengc::parent_object_is_old (boolean)ko12014-07-251-10/+8
* * gc.c (rb_gc_writebarrier_remember_promoted): should remember onlyko12014-07-251-0/+9
* * gc.c (gc_mark_stacked_objects): fix error message.ko12014-07-251-1/+1
* * gc.c: fix major GC flags.ko12014-07-241-16/+17
* * gc.c (gc_mark_roots): call rb_vm_mark directly.ko12014-07-161-1/+2
* gc.c: fix typonobu2014-07-101-8/+8
* * symbol.c: remove rb_gc_mark_symbols().ko12014-07-091-9/+0
* * gc.c: revert miss-commit.ko12014-07-071-1/+1
* * parse.y: need to use updated (re-created) symbols.ko12014-07-071-1/+1
* * gc.c: rename is_dying_object() to is_garbage_object().ko12014-07-061-4/+5
* * gc.c (is_dying_object): fix missed condition.ko12014-07-061-4/+4
* * gc.c: rename is_dead_object() to is_dying_object().ko12014-07-061-7/+26