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
2013-12-03
* include/ruby/ruby.h (struct RClass): Add wrapper struct around
tmm1
2013-11-28
* gc.c: Expose details about last garbage collection via GC.stat.
tmm1
2013-11-27
* gc.c (gc_mark_stacked_objects): check only when check_mode > 0.
ko1
2013-11-27
* gc.c (Init_GC): Add new GC::INTERNAL_CONSTANTS for information about
tmm1
2013-11-27
* gc.c (gc_page_sweep): Fix compile warning from last commit.
tmm1
2013-11-27
* gc.c (gc_page_sweep): disable debug print.
ko1
2013-11-27
* gc.c (gc_stat): add new information heap_eden_page_length and
ko1
2013-11-27
* gc.c: Rename rb_heap_t members:
tmm1
2013-11-25
* internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()
ko1
2013-11-24
* gc.c: continue to change OLDSPACE -> OLDMALLOC.
ko1
2013-11-24
* gc.c: change terminlogy "..._num" to "..._slots" about slot opetaion.
ko1
2013-11-24
* gc.c (gc_stat): add internal information.
ko1
2013-11-24
* gc.c: change terminology OLDSPACE -> OLDMALLOC.
ko1
2013-11-23
* ChangeLog: fix a typo at r43744.
nagachika
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): Deprecate
nari
2013-11-22
* vm.c (ruby_vm_destruct): do not use ruby_xfree() after freeing
ko1
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-21
gc.c: malloc_usable_size
nobu
2013-11-21
gc.c: malloc_usable_size
nobu
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 changes
ktsj
2013-11-09
gc.c: finalizer functions
nobu
2013-11-09
* gc.c (vm_malloc_increase): sweep immediately on GC due to malloc().
ko1
2013-11-09
gc.c: private call
nobu
2013-11-09
gc.c: should_be_callable
nobu
2013-11-09
* gc.c (gc_page_sweep, rgengc_rememberset_mark): Refactoring.
tarui
2013-11-09
* gc.c (RVALUE_PROMOTE_INFANT): Refactoring. Remove duplicated nonsense
tarui
2013-11-09
* gc.c (gc_marks_test): Bugfix. Fix a struct member name for build
tarui
2013-11-08
* gc.c : Add GC_PROFILE_DETAIL_MEMORY option.
tarui
2013-11-07
gc.c: use switch for alternative BUILTIN_TYPE
nobu
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 to
tarui
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
[next]