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
...
*
Gather heap page size conditions combination
Nobuyoshi Nakada
2022-07-07
1
-31
/
+38
*
Improve error message for segv in read_barrier_handler
Peter Zhu
2022-07-07
1
-3
/
+12
*
Fix crash in compaction due to unlocked page
Peter Zhu
2022-07-07
1
-0
/
+5
*
Fix typo in gc_compact_move
Peter Zhu
2022-07-07
1
-1
/
+5
*
Adjust indents [ci skip]
Nobuyoshi Nakada
2022-07-06
1
-15
/
+16
*
Extract `protect_page_body` to fix mismatched braces
Nobuyoshi Nakada
2022-06-18
1
-13
/
+15
*
Disable Mach exception handlers when read barriers in place
KJ Tsanaktsidis
2022-06-18
1
-1
/
+49
*
Suppress code unused unless GC_CAN_COMPILE_COMPACTION
Nobuyoshi Nakada
2022-06-17
1
-0
/
+22
*
Include runtime checks for compaction support
Peter Zhu
2022-06-16
1
-48
/
+26
*
Rename GC_COMPACTION_SUPPORTED
Peter Zhu
2022-06-16
1
-14
/
+14
*
Remove MJIT worker thread (#6006)
Takashi Kokubun
2022-06-15
1
-3
/
+0
*
Move String RVALUES between pools
Matt Valentine-House
2022-06-13
1
-27
/
+75
*
Fix major GC thrashing
Peter Zhu
2022-06-08
1
-3
/
+5
*
Fix compilation error when USE_RVARGC=0
Peter Zhu
2022-06-08
1
-3
/
+1
*
Add key force_major_gc_count to GC.stat_heap
Peter Zhu
2022-06-08
1
-0
/
+3
*
Remove while loop over heap_prepare
Peter Zhu
2022-06-07
1
-8
/
+52
*
Typedef built-in function types
Nobuyoshi Nakada
2022-06-02
1
-1
/
+1
*
Move `GC.verify_compaction_references` [Bug #18779]
Nobuyoshi Nakada
2022-06-02
1
-38
/
+8
*
Adjust indent and nesting [ci skip]
Nobuyoshi Nakada
2022-06-02
1
-3
/
+1
*
Define unsupported GC compaction methods as rb_f_notimplement
Mike Dalessio
2022-05-24
1
-4
/
+26
*
Move compaction-related methods into gc.c
Mike Dalessio
2022-05-24
1
-10
/
+91
*
Fix compiler warning when USE_RVARGC=0
Matt Valentine-House
2022-05-13
1
-1
/
+1
*
Write have instead of have have [ci skip
KaĆque Kandy Koga
2022-05-10
1
-1
/
+1
*
Don't allocate new page on finish sweeping
Peter Zhu
2022-05-09
1
-2
/
+0
*
Fix heap_extend_pages when total_slots is 0
Peter Zhu
2022-05-09
1
-3
/
+7
*
Grow size pools with no or few slots
Peter Zhu
2022-05-09
1
-0
/
+5
*
Call gc_sweep_finish_size_pool on size pools with no pages
Peter Zhu
2022-05-09
1
-0
/
+13
*
Fix gc_page_sweep when last bitmap plane is not used
Peter Zhu
2022-05-09
1
-3
/
+8
*
Mark RCLASS_INCLUDER
Alan Wu
2022-05-05
1
-0
/
+4
*
Unpoison freelist when iterating over it in gc_sweep_page
Jemma Issroff
2022-05-04
1
-0
/
+2
*
Remove unneeded cast
Peter Zhu
2022-05-04
1
-1
/
+1
*
Update reference for RCLASS_INCLUDER during compaction
Alan Wu
2022-05-03
1
-0
/
+1
*
Parenthize macro arguments
Nobuyoshi Nakada
2022-04-13
1
-2
/
+2
*
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2022-04-12
1
-1
/
+1
*
[DOC]Some link prefix replace
S-H-GAMELINKS
2022-04-09
1
-2
/
+2
*
Update `heap_pages_deferred_final` atomically
Nobuyoshi Nakada
2022-04-07
1
-9
/
+14
*
ruby_gc_set_params: update malloc_limit when env is set
Eric Wong
2022-04-04
1
-2
/
+4
*
Disable mmap on WASM
Peter Zhu
2022-04-04
1
-2
/
+7
*
Make heap page sizes 64KiB by default
Peter Zhu
2022-04-04
1
-7
/
+2
*
extract magic number from gc_sweep_step
Matt Valentine-House
2022-04-01
1
-1
/
+3
*
Use mmap for heap page allocation only
Peter Zhu
2022-04-01
1
-77
/
+104
*
[Feature #18619] remove FL_FROM_FREELIST
Matt Valentine-House
2022-04-01
1
-13
/
+1
*
[Feature #18619] Remove redundant compaction path
Matt Valentine-House
2022-04-01
1
-204
/
+2
*
[Feature #18619] Reverse the order of compaction movement
Matt Valentine-House
2022-04-01
1
-60
/
+233
*
Remove hard-coded swept slots threshold
Matt Valentine-House
2022-03-31
1
-1
/
+4
*
Decouple incremental marking step from page sizes
Peter Zhu
2022-03-30
1
-96
/
+136
*
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-30
1
-29
/
+29
*
Remove unneeded function declarations in gc.c
Peter Zhu
2022-03-28
1
-4
/
+0
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-3
/
+3
*
Dedup superclass array in leaf sibling classes
John Hawthorn
2022-03-03
1
-4
/
+10
[prev]
[next]