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-01-28
vm_core.h: rb_thread_struct::machine
nobu
2014-01-19
* gc.c: fix typo by @windwiny [fix GH-506]
hsbt
2014-01-10
gc.c: fix doc typo
tmm1
2014-01-09
* gc.c: Oups, symbols are immediates too
marcandre
2014-01-09
* gc.c: Supplement object_id's rdoc for immediate and frozen string litterals
marcandre
2014-01-09
* gc.c: Fix and remove outdated rdoc for object_id
marcandre
2013-12-21
* gc.c (ruby_gc_set_params): don't show obsolete warnings for
ko1
2013-12-19
* gc.c (heap_get_freeobj): improve hot path performance.
ko1
2013-12-19
* gc.c (newobj_of): don't need to RBASIC_SET_CLASS() which includes WB
ko1
2013-12-18
gc.c: remove redundant freelist assignment
tmm1
2013-12-18
* gc.c (garbage_collect_body): lazy_sweep setting should work
ko1
2013-12-18
* gc.c (gc_profile_dump_major_reason): fix this function because major_reason
ko1
2013-12-18
* gc.c (gc_profile_record_get): should return an empty array
ko1
2013-12-18
* gc.c (gc_profile_clear, gc_profile_enable): remove rest_sweep().
ko1
2013-12-17
gc.c: prototype
nobu
2013-12-16
* gc.c (rb_objspace_markable_object_p): should check special_const_p
ko1
2013-12-16
* gc.c (gc_verify_internal_consistency): should not use
ko1
2013-12-16
* gc.c (rb_objspace_markable_object_p): fix last commit (build error).
ko1
2013-12-16
* gc.c (rb_objspace_markable_object_p): it should be live objects.
ko1
2013-12-16
* gc.c (rb_objspace_each_objects): should not clear dont_lazy_sweep
ko1
2013-12-16
* gc.c: use gc_verify_internal_consistency() instead of
ko1
2013-12-16
* gc.c: introduce GC.verify_internal_consistency method to verify GC
ko1
2013-12-16
gc.c: fix build with RGENGC_ESTIMATE_OLDMALLOC=0
tmm1
2013-12-13
* gc.c (wmap_final_func): Bugfix. Should update *value to new pointer.
tarui
2013-12-13
gc.c: GC.latest_gc_info reports most interesting major_by flag
tmm1
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
[next]