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
*
ruby.h: fix possible memory leak
nobu
2015-05-10
1
-0
/
+16
*
gc.c: never call dmark for NULL
nobu
2015-05-10
1
-6
/
+8
*
gc.c: event hook thread argument
nobu
2015-04-26
1
-3
/
+2
*
* gc.c (gc_mark_roots): fox to work PRINT_ROOT_TICKS.
ko1
2015-04-23
1
-6
/
+7
*
* doc/contributors.rdoc: fix a typo. Patch by @davydovanton
hsbt
2015-04-15
1
-1
/
+1
*
* gc.c: [DOC] Improve documentation for ObjectSpace.count_objects
zzak
2015-04-14
1
-2
/
+8
*
* gc.c: Document require name for ObjectSpace methods.
hsbt
2015-04-12
1
-0
/
+2
*
* gc.c (objspace_allrefs_destruct_i): fix a typo.
hsbt
2015-03-29
1
-2
/
+2
*
internal.h: rb_imemo_new_debug
nobu
2015-03-27
1
-2
/
+3
*
* gc.c (gc_writebarrier_generational): fix messages for rb_bug().
ko1
2015-03-24
1
-6
/
+6
*
* gc.c (obj_info): obj_info() can receive internal objects.
ko1
2015-03-20
1
-15
/
+12
*
revert r50031 because it includes unexpected patch
ko1
2015-03-20
1
-12
/
+15
*
* gc.c (obj_info): obj_info() can receive internal objects.
ko1
2015-03-20
1
-15
/
+12
*
* gc.c (obj_info): show class name and T_DATA type_name.
ko1
2015-03-20
1
-5
/
+25
*
* gc.c (rb_copy_wb_protected_attribute): `dest' can be WB unprotected.
ko1
2015-03-19
1
-6
/
+1
*
* gc.c (rb_copy_wb_protected_attribute): demote `dest' object.
ko1
2015-03-19
1
-1
/
+6
*
* gc.c, internal.h: export rb_gc_verify_internal_consistency().
ko1
2015-03-19
1
-4
/
+8
*
* gc.c (obj_info): show allocation site if GC_DEBUG is not 0.
ko1
2015-03-19
1
-0
/
+4
*
* gc.c (newobj_of): fix RGENGC_OLD_NEWOBJ_CHECK logics.
ko1
2015-03-19
1
-5
/
+3
*
* gc.c (rb_copy_wb_protected_attribute): need demote for old objects.
ko1
2015-03-19
1
-2
/
+9
*
* internal.h (IMEMO_DEBUG): added.
ko1
2015-03-18
1
-0
/
+26
*
* gc.c (RGENGC_OLD_NEWOBJ_CHECK): add check mechanism.
ko1
2015-03-18
1
-0
/
+33
*
* gc.c (check_rvalue_consistency): refactoring.
ko1
2015-03-18
1
-15
/
+35
*
* gc.c: rename terminologies.
ko1
2015-03-18
1
-56
/
+60
*
* gc.c (gc_writebarrier_generational): add an alternative write
ko1
2015-03-18
1
-3
/
+21
*
* gc.c (RVALUE_PROMOTE_RAW): rename to RVALUE_OLD_LONG_LIVED_SET()
ko1
2015-03-18
1
-3
/
+3
*
* gc.c (check_rvalue_consistency): do not need to check is_sweeping().
ko1
2015-03-18
1
-1
/
+1
*
* include/ruby/ruby.h: use rb_gc_writebrrier() simply.
ko1
2015-03-17
1
-37
/
+48
*
* gc.c: RGENGC_CHECK_MODE should be 0.
ko1
2015-03-11
1
-1
/
+1
*
* internal.h: use T_IMEMO to represent `struct MEMO' value.
ko1
2015-03-11
1
-1
/
+7
*
* node.h: remove NODE_IFUNC, NEW_IFUNC.
ko1
2015-03-11
1
-0
/
+4
*
* vm_insnhelper.h: use T_IMEMO to create THROW_DATA.
ko1
2015-03-11
1
-0
/
+4
*
* vm_insnhelper.c: use T_IMEMO to create SVAR.
ko1
2015-03-11
1
-1
/
+8
*
* include/ruby/ruby.h: introduce new type T_IMEMO.
ko1
2015-03-11
1
-1
/
+27
*
* gc.c: fix memory leak by prepend method.
ko1
2015-03-11
1
-8
/
+20
*
* fix namespace issue on singleton class expressions. [Bug #10943]
ko1
2015-03-06
1
-1
/
+4
*
* gc.c (obj_info): show node name too.
ko1
2015-03-05
1
-0
/
+4
*
* internal.h: remove struct method_table_wrapper.
ko1
2015-03-05
1
-29
/
+13
*
gc.c: hide internal objects
nobu
2015-03-01
1
-0
/
+3
*
* gc.c (rb_objspace_call_finalizer): control GC execution during
ko1
2015-02-22
1
-12
/
+9
*
gc.c: disable lazy sweeping check
nobu
2015-02-08
1
-0
/
+2
*
gc.c: disable gc_rest after finalization
nobu
2015-02-08
1
-0
/
+2
*
gc.c: ensure GC state is consistent during VM shutdown
tmm1
2015-02-02
1
-0
/
+9
*
* gc.c (wmap_final_func): fix memory size shortage when realloc wmap.
ngoto
2014-12-25
1
-1
/
+1
*
* gc.c: remove unused rb_objspace_t::rgengc::old_objects_at_gc_start.
ko1
2014-12-24
1
-3
/
+0
*
GC documentation update
normal
2014-12-15
1
-4
/
+4
*
* ext/objspace/objspace.c: ObjectSpace.memsize_of(obj) returns
ko1
2014-12-15
1
-1
/
+1
*
gc.c (define_final0): avoid duplicate blocks
normal
2014-12-13
1
-0
/
+14
*
* gc.c (gc_latest_gc_info): return :state field to show current
ko1
2014-12-12
1
-8
/
+24
*
* class.c (class_alloc): Strat from age == 2.
ko1
2014-12-11
1
-4
/
+17
[next]