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-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
2022-04-04
Make heap page sizes 64KiB by default
Peter Zhu
2022-04-01
extract magic number from gc_sweep_step
Matt Valentine-House
2022-04-01
Use mmap for heap page allocation only
Peter Zhu
2022-04-01
[Feature #18619] remove FL_FROM_FREELIST
Matt Valentine-House
2022-04-01
[Feature #18619] Remove redundant compaction path
Matt Valentine-House
2022-04-01
[Feature #18619] Reverse the order of compaction movement
Matt Valentine-House
2022-03-31
Remove hard-coded swept slots threshold
Matt Valentine-House
2022-03-30
Decouple incremental marking step from page sizes
Peter Zhu
2022-03-30
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-28
Remove unneeded function declarations in gc.c
Peter Zhu
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
2022-03-03
Dedup superclass array in leaf sibling classes
John Hawthorn
2022-02-23
Constant time class to class ancestor lookup
John Hawthorn
2022-02-16
Change darray size to size_t and add functions that use GC malloc
Peter Zhu
2022-02-16
`wmap#each` should check liveness of keys
Koichi Sasada
2022-02-14
fix GC event synchronization
Koichi Sasada
2022-02-10
Free cached mark stack chunks when freeing objspace
Peter Zhu
2022-02-03
Move total_freed_pages to size pool
Peter Zhu
2022-02-03
Move total_allocated_pages to size pool
Peter Zhu
2022-02-03
Fix case when gc_marks_continue does not yield slots
Peter Zhu
2022-02-02
Decouple GC slot sizes from RVALUE
Peter Zhu
2022-01-31
Fix heap page iteration in gc_verify_heap_page
Peter Zhu
2022-01-29
[Bug#18556] Fallback `MAP_ ANONYMOUS`
Nobuyoshi Nakada
2022-01-26
Fix typo in assertion in gc.c
Peter Zhu
2022-01-26
Unpoison the cached object in the exact size
Nobuyoshi Nakada
2022-01-25
Call rb_id_table_foreach_values instead
Peter Zhu
2022-01-25
Rename rb_id_table_foreach_with_replace
Peter Zhu
2022-01-25
Remove redundant if statement in try_move
Peter Zhu
2022-01-24
Keep right operand within width when right shifting
Peter Zhu
2022-01-24
[wasm] Disallow compaction
Peter Zhu
2022-01-19
Fix format size qualifier on IL32P64
Nobuyoshi Nakada
2022-01-19
[wasm] gc.c: scan wasm locals and c stack to mark living objects
Yuta Saito
2022-01-19
[wasm] gc.c: disable read signal barrier for wasi
Yuta Saito
[next]