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