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-07-15
[Bug #18014] Add assertion to verify freelist
Peter Zhu
2021-07-15
[Bug #18014] Fix memory leak in GC when using Ractors
Peter Zhu
2021-07-15
[Bug #18014] Fix rb_gc_force_recycle unmark before sweep
Peter Zhu
2021-07-10
Get rid of conflict in ccan/list
Nobuyoshi Nakada
2021-07-07
gc.c: use each_stack_location for emscripten
Yusuke Endoh
2021-06-30
Use stride passed into os_obj_of_i
Peter Zhu
2021-06-29
Fix crash on RGENGC_CHECK_MODE=4
Peter Zhu
2021-06-22
Fix asan error when walking heap for T_PAYLOAD objects
eileencodes
2021-06-18
Add a cache for class variables
eileencodes
2021-06-17
Refactor heap_set_increment
Peter Zhu
2021-06-17
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-13
Added parentheses to silence sizeof-array-div warnings
Nobuyoshi Nakada
2021-06-13
Removed duplicate include
Nobuyoshi Nakada
2021-06-10
Finish GC before calling gc_set_initial_pages
Peter Zhu
2021-06-09
Refactor gc_marks_start_heap to only configure heap
Peter Zhu
2021-06-08
Add multi-heap support to gc_marks_wb_unprotected_objects
Peter Zhu
2021-06-03
Support an arbitrary number of header bits (< BITS_BITLENGTH)
Aaron Patterson
2021-06-02
use a bool instead of int
Aaron Patterson
2021-06-02
Allocate exact space for objspace_each_objects
Peter Zhu
2021-06-01
Use the current object as the compaction index
Aaron Patterson
2021-05-26
Fill out switch statement in push_mark_stack
Aaron Patterson
2021-05-25
Disable compaction on platforms that can't support it
Aaron Patterson
2021-05-18
Revert any references that are on the machine stack after compacting
Aaron Patterson
2021-05-16
PAGE_SIZE is never used on msys/mingw
Nobuyoshi Nakada
2021-05-14
Refix PAGE_SIZE
Nobuyoshi Nakada
2021-05-14
Make USE_MMAP_ALIGNED_ALLOC static const
Nobuyoshi Nakada
2021-05-13
skip rb_bug for inconsistent zombies count
Koichi Sasada
2021-05-11
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
Add a cache for class variables
eileencodes
2021-05-07
Protoized old pre-ANSI K&R style declarations and definitions
Nobuyoshi Nakada
2021-05-06
Conditionally used functions
Nobuyoshi Nakada
2021-05-06
Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slots
Matt Valentine-House
2021-05-06
Reuse sysconf result
Nobuyoshi Nakada
2021-05-06
Revised PAGE_MAX_SIZE case
Nobuyoshi Nakada
2021-05-05
Fall back to sysconf to determine page size during runtime
Peter Zhu
2021-05-05
Fix PAGE_SIZE macro detection in autoconf
Peter Zhu
2021-05-06
PAGE_SIZE is used only when mmap is available
Nobuyoshi Nakada
2021-05-05
Fix compilation on M1 Mac
Nobuyoshi Nakada
2021-05-04
Fix -Wundef warnings for patterns `#if HAVE`
Benoit Daloze
2021-05-04
Fix trivial -Wundef warnings
Benoit Daloze
2021-05-03
Eagerly allocate instance variable tables along with object
Aaron Patterson
2021-04-27
Partially revert 2c7d3b3a722c4636ab1e9d289cbca47ddd168d3e
Yusuke Endoh
2021-04-26
node.c (rb_ast_new): imemo_ast is WB-unprotected
Yusuke Endoh
2021-04-26
Fix some typos by spell checker
Ryuta Kamizono
2021-04-20
check ep during compaction because it can be null
Aaron Patterson
2021-04-15
Remove useless attribute set in init_mark_stack
Peter Zhu
2021-04-13
Add RSymbol struct back into RVALUE
Peter Zhu
2021-04-01
Suppress a warning
Nobuyoshi Nakada
2021-03-31
skip marking for uninitialized imemo_env.
Koichi Sasada
2021-03-24
Change heap walking to be safe for object allocation
Peter Zhu
[next]