summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2013-11-23* gc.c: fix gloval variable name.ko1
2013-11-22* gc.c: Rename heap_pages_swept_num to heap_pages_swept_slots to clarify mean...tmm1
2013-11-22* gc.c (RUBY_ALIAS_FUNCTION_VOID): fix compile error.nobu
2013-11-22* gc.c (heap_set_increment): accept minumum additional page number.ko1
2013-11-22* include/ruby/intern.h (rb_gc_set_params): Deprecatenari
2013-11-22* vm.c (ruby_vm_destruct): do not use ruby_xfree() after freeingko1
2013-11-22* gc.c: fix build failure on FreeBSD introduced by r43763.naruse
2013-11-21* gc.c: RGENGC_CHECK_MODE should be 0.ko1
2013-11-21* gc.c: needs malloc.h if malloc_usable_size() is available.nobu
2013-11-21gc.c: malloc_usable_sizenobu
2013-11-21gc.c: malloc_usable_sizenobu
2013-11-21* gc.c: rename initial_xxx variables to gc_params.xxx.ko1
2013-11-21* remove trailing spaces.nobu
2013-11-21* gc.c: enable "RGENGC_ESTIMATE_OLDSPACE" option as default.ko1
2013-11-21* gc.c (gc_marks_check): do not dump all refs.ko1
2013-11-21* remove trailing spaces.nobu
2013-11-21* gc.c: change RGENGC_CHECK_MODE (>= 2) logic.ko1
2013-11-19* gc.c (heap_is_swept_object): use heap_page::before_sweep flag.ko1
2013-11-19* gc.c (rb_objspace_reachable_objects_from_root): do major marking.ko1
2013-11-19* gc.c (rb_gc_resurrect): added.ko1
2013-11-10* gc.c (rb_gcdebug_print_obj_condition): catch up recent changesktsj
2013-11-09gc.c: finalizer functionsnobu
2013-11-09* gc.c (vm_malloc_increase): sweep immediately on GC due to malloc().ko1
2013-11-09gc.c: private callnobu
2013-11-09gc.c: should_be_callablenobu
2013-11-09 * gc.c (gc_page_sweep, rgengc_rememberset_mark): Refactoring.tarui
2013-11-09 * gc.c (RVALUE_PROMOTE_INFANT): Refactoring. Remove duplicated nonsensetarui
2013-11-09 * gc.c (gc_marks_test): Bugfix. Fix a struct member name for buildtarui
2013-11-08 * gc.c : Add GC_PROFILE_DETAIL_MEMORY option.tarui
2013-11-07gc.c: use switch for alternative BUILTIN_TYPEnobu
2013-11-07* gc.c (vm_malloc_increase): check GVL before gc_rest_sweep().ko1
2013-11-07* gc.c: modify malloc_limit strategy.ko1
2013-11-06 * gc.c (gc_before_sweep): Change algorithm of malloc_limit totarui
2013-11-06* gc.c: define RGENGC_ESTIMATE_OLDSPACE == 0 if USE_RGENGC is 0.ko1
2013-11-05* gc.c (Init_GC): add GC::OPTS to show options.ko1
2013-11-05 * gc.c (is_live_object): A hidden object may be a live object.tarui
2013-11-05* remove trailing spaces.nobu
2013-11-05* gc.c: add support to estimate increase of oldspace memory usage.ko1
2013-11-04* gc.c (GC_MALLOC_LIMIT_MAX): fix default value 512MB -> 384MB.ko1
2013-11-04* gc.c: add 3gen GC patch, but disabled as default.ko1
2013-11-04* include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.ko1
2013-11-03gc.c: use booleannobu
2013-11-03gc.c: suppress warningnobu
2013-11-01gc.c: mark live objects onlynobu
2013-11-01 * gc.c (struct heap_page, gc_page_sweep, gc_sweep): Refactoring fortarui
2013-11-01 * gc.c (make_deferred): Refactoring. Collect codes which should betarui
2013-11-01 * gc.c (typedef struct rb_objspace): Refactoring. Move some memberstarui
2013-11-01gc.c: zombie is not alivenobu
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-10-29* include/ruby/ruby.h: introduce new flags for T_TYPEDDATA.ko1