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-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
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 fields
ko1
2014-09-08
* remove trailing spaces.
svn
2014-09-08
* gc.c: add incremental GC algorithm. [Feature #10137]
ko1
2014-08-17
* gc.c (obj_memsize_of): don't calculate memsize of T_NODE
ktsj
2014-08-16
node.h: extract NODE functions from gc.c
nobu
2014-08-15
gc.c: memsize of T_NODE
nobu
2014-07-30
* gc.c: remove unused macros.
ko1
2014-07-25
introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO use
normal
2014-07-25
* gc.c: change objspace::rgengc::parent_object_is_old (boolean)
ko1
2014-07-25
* gc.c (rb_gc_writebarrier_remember_promoted): should remember only
ko1
2014-07-25
* gc.c (gc_mark_stacked_objects): fix error message.
ko1
2014-07-24
* gc.c: fix major GC flags.
ko1
2014-07-16
* gc.c (gc_mark_roots): call rb_vm_mark directly.
ko1
2014-07-10
gc.c: fix typo
nobu
[next]