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
2022-07-15
Implement Objects on VWA
Peter Zhu
2022-07-12
[Feature #18901] Support size pool movement for Arrays
Matt Valentine-House
2022-07-11
Add expand_heap option to GC.verify_compaction_references
Matt Valentine-House
2022-07-10
Extract `atomic_inc_wraparound` function
Nobuyoshi Nakada
2022-07-10
Add `asan_unpoisoning_object` to execute the block with unpoisoning
Nobuyoshi Nakada
2022-07-10
Split `rb_raw_obj_info`
Nobuyoshi Nakada
2022-07-10
Cycle `obj_info_buffers_index` atomically
Nobuyoshi Nakada
2022-07-10
`APPEND_S` for no conversion formats
Nobuyoshi Nakada
2022-07-10
Rewrite `APPENDF` using variadic arguments
Nobuyoshi Nakada
2022-07-10
Use `size_t` for `rb_raw_obj_info`
Nobuyoshi Nakada
2022-07-10
Use `asan_unpoison_object_temporary`
Nobuyoshi Nakada
2022-07-10
Get rid of static buffer in `obj_info`
Nobuyoshi Nakada
2022-07-07
Gather heap page size conditions combination
Nobuyoshi Nakada
2022-07-07
Improve error message for segv in read_barrier_handler
Peter Zhu
2022-07-07
Fix crash in compaction due to unlocked page
Peter Zhu
2022-07-07
Fix typo in gc_compact_move
Peter Zhu
2022-07-06
Adjust indents [ci skip]
Nobuyoshi Nakada
2022-06-18
Extract `protect_page_body` to fix mismatched braces
Nobuyoshi Nakada
2022-06-18
Disable Mach exception handlers when read barriers in place
KJ Tsanaktsidis
2022-06-17
Suppress code unused unless GC_CAN_COMPILE_COMPACTION
Nobuyoshi Nakada
2022-06-16
Include runtime checks for compaction support
Peter Zhu
2022-06-16
Rename GC_COMPACTION_SUPPORTED
Peter Zhu
2022-06-15
Remove MJIT worker thread (#6006)
Takashi Kokubun
2022-06-13
Move String RVALUES between pools
Matt Valentine-House
2022-06-08
Fix major GC thrashing
Peter Zhu
2022-06-08
Fix compilation error when USE_RVARGC=0
Peter Zhu
2022-06-08
Add key force_major_gc_count to GC.stat_heap
Peter Zhu
2022-06-07
Remove while loop over heap_prepare
Peter Zhu
2022-06-02
Typedef built-in function types
Nobuyoshi Nakada
2022-06-02
Move `GC.verify_compaction_references` [Bug #18779]
Nobuyoshi Nakada
2022-06-02
Adjust indent and nesting [ci skip]
Nobuyoshi Nakada
2022-05-24
Define unsupported GC compaction methods as rb_f_notimplement
Mike Dalessio
2022-05-24
Move compaction-related methods into gc.c
Mike Dalessio
2022-05-13
Fix compiler warning when USE_RVARGC=0
Matt Valentine-House
2022-05-10
Write have instead of have have [ci skip
KaĆque Kandy Koga
2022-05-09
Don't allocate new page on finish sweeping
Peter Zhu
2022-05-09
Fix heap_extend_pages when total_slots is 0
Peter Zhu
2022-05-09
Grow size pools with no or few slots
Peter Zhu
2022-05-09
Call gc_sweep_finish_size_pool on size pools with no pages
Peter Zhu
2022-05-09
Fix gc_page_sweep when last bitmap plane is not used
Peter Zhu
2022-05-05
Mark RCLASS_INCLUDER
Alan Wu
2022-05-04
Unpoison freelist when iterating over it in gc_sweep_page
Jemma Issroff
2022-05-04
Remove unneeded cast
Peter Zhu
2022-05-03
Update reference for RCLASS_INCLUDER during compaction
Alan Wu
2022-04-13
Parenthize macro arguments
Nobuyoshi Nakada
2022-04-12
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2022-04-09
[DOC]Some link prefix replace
S-H-GAMELINKS
2022-04-07
Update `heap_pages_deferred_final` atomically
Nobuyoshi Nakada
2022-04-04
ruby_gc_set_params: update malloc_limit when env is set
Eric Wong
2022-04-04
Disable mmap on WASM
Peter Zhu
[next]