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
2021-02-24
Reverting PR #4221
Aaron Patterson
2021-02-24
Disable auto compaction on platforms that do not support it
Peter Zhu
2021-02-24
Use mmap for allocating heap pages
Peter Zhu
2021-02-19
show more information about imemo_ment
Koichi Sasada
2021-02-18
sync check_rvalue_consistency_force()
Koichi Sasada
2021-02-18
clear RVALUE on NEWOBJ event.
Koichi Sasada
2021-02-18
sync GC rest if needed
Koichi Sasada
2021-02-17
Removed no-longer used variable
Nobuyoshi Nakada
2021-02-16
Remove unreachable if statement in gc_page_sweep
Peter Zhu
2021-02-04
Don't register non-heap allocated objects
Aaron Patterson
2021-02-01
Use RCLASS_EXT macro instead of directly accessing ptr
Matt Valentine-House
2021-02-01
Add RCLASS_SUBCLASSES Macro
Matt Valentine-House
2021-01-31
Removed static assertion about size of `RVALUE`
Nobuyoshi Nakada
2021-01-31
Narrowed down the condition to pack RValue
Nobuyoshi Nakada
2021-01-27
[Fixes #17538] Fix assertion failure when rincgc is turned off
Peter Zhu
2021-01-26
Re-enable RGENGC_DEBUG for platforms with HAVE_VA_ARGS_MACRO
Matt Valentine-House
2021-01-26
Fix RGENGC CHECK MODE >= 4
Matt Valentine-House
2021-01-23
gc.c: stop overflow check on emscripten build
Yusuke Endoh
2021-01-22
check is_incremental_marking() again
Koichi Sasada
2021-01-21
Fix more assumptions about the read barrier
Aaron Patterson
2021-01-21
Always enabled read barrier even on GC.compact
Aaron Patterson
2021-01-13
fix ASAN errors
Aaron Patterson
2021-01-09
gc fix typo for the timer instruction for ARM64.
David CARLIER
2021-01-06
show more info about imemo_callcache
Koichi Sasada
2021-01-05
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2021-01-05
enable constant cache on ractors
Koichi Sasada
2020-12-29
Stop managing valid class serials
Takashi Kokubun
2020-12-28
Adjusted styles [ci skip]
Nobuyoshi Nakada
2020-12-26
Fixed leaked global symbols
Nobuyoshi Nakada
2020-12-25
define RGENGC_DEBUG_ENABLED() as 0
Koichi Sasada
2020-12-23
Use rb_init_identtable instead of direct use of rb_hashtype_ident
Nobuyoshi Nakada
2020-12-22
separate rb_ractor_pub from rb_ractor_t
Koichi Sasada
2020-12-18
finalizing should be checked before VM lock
Koichi Sasada
2020-12-18
Removed a moved local variable
Nobuyoshi Nakada
2020-12-18
need to sync gc_finalize_deferred
Koichi Sasada
2020-12-18
Removed old GC.stat keys deprecated since 2.2
Nobuyoshi Nakada
2020-12-18
Removed old GC tuning environment variables deprecated since 2.1
Nobuyoshi Nakada
2020-12-18
acquire VM lock on gc_verify_internal_consistency()
Koichi Sasada
2020-12-18
add explicit check
Koichi Sasada
2020-12-18
gc_verify_internal_consistency() needs barrier
Koichi Sasada
2020-12-17
sync obj_to_id_tbl
Koichi Sasada
2020-12-17
reduce barrier counts for GC events
Koichi Sasada
2020-12-17
relax synchronization on WB
Koichi Sasada
2020-12-17
add debug counters for gc start events
Koichi Sasada
2020-12-17
RGENGC_PROFILE=0
Koichi Sasada
2020-12-15
Removed unneeded cast and use the real name
Nobuyoshi Nakada
2020-12-11
revert da3bca513f437b05b3953c3712ff48621fc5e008
Koichi Sasada
2020-12-10
ObjectSpace._id2ref should not support unshareable
Koichi Sasada
2020-12-10
Unpoison freelist to chain
Nobuyoshi Nakada
2020-12-10
cache free pages per ractor
Koichi Sasada
[next]