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-13
* gc.c (garbage_collect_body): use rb_bug() and explicit error message
ko1
2013-12-13
* gc.c: rename *shady* func/macros.
ko1
2013-12-12
gc.c: no deletion in wmap_mark
nobu
2013-12-12
gc.c: fix typo (RVALUE_OLDEGN_BITMAP -> RVALUE_OLDGEN_BITMAP)
tmm1
2013-12-12
gc.c: live keys only
nobu
2013-12-10
gc.c: simple array for wmap
nobu
2013-12-10
gc.c: use st_update
nobu
2013-12-10
gc.c: ruby_sized_xrealloc2
nobu
2013-12-10
gc.c: speed up RGENGC_CHECK_MODE by removing unncessary check
tmm1
2013-12-10
* gc.c (allrefs_add): push obj only if allrefs table doesn't have
ko1
2013-12-10
* gc.c (RGENGC_CHECK_MODE): separate checkers to different modes.
ko1
2013-12-10
* remove trailing spaces.
nobu
2013-12-10
* gc.c (gc_marks_check): disable GC during checking and
ko1
2013-12-10
gc.c: build complete object graph for RGENGC_CHECK_MODE
tmm1
2013-12-10
gc.c: check arguments first
nobu
2013-12-10
gc.c: fix WeakMap#inspect
nobu
2013-12-10
gc.c: fix typo in function name
tmm1
2013-12-10
objspace_dump.c: include object's gc flags in dump
tmm1
2013-12-09
gc.c: ObjectSpace::WeakMap#size
nobu
2013-12-08
gc.c: promote long-lived NODE_CREF objects to oldgen
tmm1
2013-12-07
* gc.c (gc_mark_children): use nd_clss and nd_next for code clarity
charliesome
2013-12-06
* gc.c: change oldmalloc meaning.
ko1
2013-12-06
* gc.c (atomic_sub_nounderflow): not 0 but val itself.
ko1
2013-12-06
* gc.c (rb_objspace_alloc, Init_heap): initialize
ko1
2013-12-06
* gc.c (garbage_collect_body): bug fix.
ko1
2013-12-06
* gc.c (atomic_sub_nounderflow): added to simplify atomic sub with
ko1
2013-12-06
vm_insnhelper.c: rb_get_kwargs
nobu
2013-12-06
gc.c: indent
nobu
2013-12-06
* gc.c (gc_start_internal): do not use rb_gc_start() and rb_gc().
ko1
2013-12-06
* gc.c (gc_start_internal, rb_gc): do not need
ko1
2013-12-06
gc.c: add note about experimental nature of new GC.start flags
tmm1
2013-12-06
gc.c: add minor marking and lazy sweeping options to GC.start
tmm1
2013-12-05
* remove trailing spaces.
nobu
2013-12-05
gc.c: [DOC] minor typo
tmm1
2013-12-05
* gc.c (gc_info_decode): fix to avoid syntax error on VS2012.
ko1
2013-12-05
gc.c: add GC.latest_gc_info()
tmm1
2013-12-05
* gc.c: change function names vm_ prefix to objspace_ prefix.
ko1
2013-12-05
gc.c: expose GC.stat() to C-api via rb_gc_stat()
tmm1
2013-12-05
* gc.c (vm_malloc_size): added.
ko1
2013-12-05
gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEP
tmm1
2013-12-05
gc.c: flush all deferred finalizers
nobu
2013-12-05
gc.c: rb_gc_set_params
nobu
2013-12-05
gc.c: Load GC tuning settings earlier during boot.
tmm1
2013-12-03
gc.c: use malloc_size
nobu
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
[next]