index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* gc.c (ruby_gc_set_params): don't show obsolete warnings for
ko1
2013-12-21
1
-5
/
+7
*
* gc.c (heap_get_freeobj): improve hot path performance.
ko1
2013-12-19
1
-11
/
+16
*
* gc.c (newobj_of): don't need to RBASIC_SET_CLASS() which includes WB
ko1
2013-12-19
1
-1
/
+1
*
gc.c: remove redundant freelist assignment
tmm1
2013-12-18
1
-1
/
+1
*
* gc.c (garbage_collect_body): lazy_sweep setting should work
ko1
2013-12-18
1
-7
/
+5
*
* gc.c (gc_profile_dump_major_reason): fix this function because major_reason
ko1
2013-12-18
1
-17
/
+32
*
* gc.c (gc_profile_record_get): should return an empty array
ko1
2013-12-18
1
-1
/
+1
*
* gc.c (gc_profile_clear, gc_profile_enable): remove rest_sweep().
ko1
2013-12-18
1
-17
/
+12
*
gc.c: prototype
nobu
2013-12-17
1
-1
/
+1
*
* gc.c (rb_objspace_markable_object_p): should check special_const_p
ko1
2013-12-16
1
-1
/
+1
*
* gc.c (gc_verify_internal_consistency): should not use
ko1
2013-12-16
1
-1
/
+6
*
* gc.c (rb_objspace_markable_object_p): fix last commit (build error).
ko1
2013-12-16
1
-1
/
+2
*
* gc.c (rb_objspace_markable_object_p): it should be live objects.
ko1
2013-12-16
1
-1
/
+1
*
* gc.c (rb_objspace_each_objects): should not clear dont_lazy_sweep
ko1
2013-12-16
1
-1
/
+8
*
* gc.c: use gc_verify_internal_consistency() instead of
ko1
2013-12-16
1
-31
/
+2
*
* gc.c: introduce GC.verify_internal_consistency method to verify GC
ko1
2013-12-16
1
-0
/
+73
*
gc.c: fix build with RGENGC_ESTIMATE_OLDMALLOC=0
tmm1
2013-12-16
1
-1
/
+10
*
* gc.c (wmap_final_func): Bugfix. Should update *value to new pointer.
tarui
2013-12-13
1
-0
/
+1
*
gc.c: GC.latest_gc_info reports most interesting major_by flag
tmm1
2013-12-13
1
-1
/
+1
*
* gc.c (garbage_collect_body): use rb_bug() and explicit error message
ko1
2013-12-13
1
-1
/
+4
*
* gc.c: rename *shady* func/macros.
ko1
2013-12-13
1
-24
/
+22
*
gc.c: no deletion in wmap_mark
nobu
2013-12-12
1
-0
/
+6
*
gc.c: fix typo (RVALUE_OLDEGN_BITMAP -> RVALUE_OLDGEN_BITMAP)
tmm1
2013-12-12
1
-4
/
+4
*
gc.c: live keys only
nobu
2013-12-12
1
-5
/
+12
*
gc.c: simple array for wmap
nobu
2013-12-10
1
-19
/
+37
*
gc.c: use st_update
nobu
2013-12-10
1
-10
/
+16
*
gc.c: ruby_sized_xrealloc2
nobu
2013-12-10
1
-2
/
+11
*
gc.c: speed up RGENGC_CHECK_MODE by removing unncessary check
tmm1
2013-12-10
1
-10
/
+4
*
* gc.c (allrefs_add): push obj only if allrefs table doesn't have
ko1
2013-12-10
1
-3
/
+8
*
* gc.c (RGENGC_CHECK_MODE): separate checkers to different modes.
ko1
2013-12-10
1
-6
/
+13
*
* remove trailing spaces.
nobu
2013-12-10
1
-1
/
+1
*
* gc.c (gc_marks_check): disable GC during checking and
ko1
2013-12-10
1
-4
/
+13
*
gc.c: build complete object graph for RGENGC_CHECK_MODE
tmm1
2013-12-10
1
-4
/
+13
*
gc.c: check arguments first
nobu
2013-12-10
1
-8
/
+15
*
gc.c: fix WeakMap#inspect
nobu
2013-12-10
1
-2
/
+2
*
gc.c: fix typo in function name
tmm1
2013-12-10
1
-2
/
+2
*
objspace_dump.c: include object's gc flags in dump
tmm1
2013-12-10
1
-0
/
+47
*
gc.c: ObjectSpace::WeakMap#size
nobu
2013-12-09
1
-0
/
+16
*
gc.c: promote long-lived NODE_CREF objects to oldgen
tmm1
2013-12-08
1
-1
/
+2
*
* gc.c (gc_mark_children): use nd_clss and nd_next for code clarity
charliesome
2013-12-07
1
-2
/
+2
*
* gc.c: change oldmalloc meaning.
ko1
2013-12-06
1
-16
/
+12
*
* gc.c (atomic_sub_nounderflow): not 0 but val itself.
ko1
2013-12-06
1
-1
/
+1
*
* gc.c (rb_objspace_alloc, Init_heap): initialize
ko1
2013-12-06
1
-3
/
+4
*
* gc.c (garbage_collect_body): bug fix.
ko1
2013-12-06
1
-1
/
+1
*
* gc.c (atomic_sub_nounderflow): added to simplify atomic sub with
ko1
2013-12-06
1
-26
/
+22
*
vm_insnhelper.c: rb_get_kwargs
nobu
2013-12-06
1
-9
/
+7
*
gc.c: indent
nobu
2013-12-06
1
-2
/
+2
*
* gc.c (gc_start_internal): do not use rb_gc_start() and rb_gc().
ko1
2013-12-06
1
-14
/
+13
*
* gc.c (gc_start_internal, rb_gc): do not need
ko1
2013-12-06
1
-3
/
+1
*
gc.c: add note about experimental nature of new GC.start flags
tmm1
2013-12-06
1
-0
/
+4
[next]