summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2016-04-04* gc.c: change deafult value ofko1
2016-04-04* gc.c (get_envparam_double): take an upper_bound.ko1
2016-03-31gc.c: use PRIdSIZEnobu
2016-03-31* gc.c: need to set initial value of GC_HEAP_FREE_SLOTS_GOAL_RATIO.ko1
2016-03-31* gc.c: change additional allocation policy.ko1
2016-03-31* gc.c (gc_marks_finish): fix syntax error.ko1
2016-03-31* gc.c: simplify allocate/free detecting logic at the end of marking.ko1
2016-03-31* gc.c: add GC parameters to configure the following values:ko1
2016-03-31* remove trailing spaces.svn
2016-03-31* gc.c (gc_verify_heap_page): check the number of zombies.ko1
2016-03-31* gc.c (gc_page_sweep): return free slots count.ko1
2016-03-18gc.c: fix r54115nobu
2016-03-18gc.c: fix commit miss r54145nobu
2016-03-17gc.c: tick for POWER archnobu
2016-03-15gc.c: mark_stack_locationsnobu
2016-03-15gc.c: rb_objspace_ofnobu
2016-03-15gc.c: expand a local macronobu
2016-03-04* gc.c: use 2 bits with unsigned int for rb_objspace::flags::modeko1
2016-03-04* gc.c: rename "enum gc_stat" to "enum gc_mode"ko1
2016-02-02* re.c: Introduce RREGEXP_PTR.naruse
2016-01-25Macro typonobu
2016-01-22RUBY_ASSERTnobu
2016-01-08* gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is usedko1
2016-01-08* gc.c: PAGE_BITMAP_PLANES (the number of bitmap) is 4, not 3.ko1
2016-01-08* gc.c: rename constant names HEAP_* to PAGE_*.ko1
2016-01-08* gc.c: remove heap_page::body. Instead of this field,ko1
2016-01-08* gc.c: rename rb_heap_t::page_length to rb_heap_t::total_pages.ko1
2016-01-08* gc.c: remove heap_page::heap. This field is only used to recognizeko1
2015-12-29use id_table for constant tablesnormal
2015-12-22gc.c: do not expose internal singleton classnobu
2015-12-21revert r53228 because this patch breaks rubyspecko1
2015-12-21* gc.c (internal_object_p): should not expose singleton classesko1
2015-12-15* gc.c: Delete excess semicolon after RUBY_ALIAS_FUNCTION().ngoto
2015-12-14* compile.c: fix typos.hsbt
2015-12-09* gc.c (gc_mark_stacked_objects): fix typo.ko1
2015-12-09* *.c (*_memsize): do not check ptr.ko1
2015-12-08gc.c: NULL check at memsizenobu
2015-12-08make local symbols staticnobu
2015-11-22* gc.c (rb_raw_obj_info): fix compile errors when USE_RGENGCodaira
2015-11-19* gc.c (gc_start): force to invoke GC by GC.startko1
2015-11-19* gc.c: trivial performance improvements.ko1
2015-11-18gc.c: use BUILTIN_TYPEnobu
2015-11-18* gc.c (rb_raw_obj_info): fix trivial issues.ko1
2015-10-31internal.h: RUBY_DTRACE_HOOKnobu
2015-10-31use rb_source_loc and rb_source_locationnobu
2015-10-30* gc.c (newobj_slowpath): do not need to use flags hack (commit miss).ko1
2015-10-30* gc.c (heap_get_freeobj_from_next_freepage): not so UNLIKELY.ko1
2015-10-30* gc.c (newobj_slowpath): reduce 1 parameter to use only registersko1
2015-10-29* gc.c (gc_mark_ptr): specify NOINLINE so that gc_mark() can returnko1
2015-10-29gc.c: separate event hook call from newobj_initnobu