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
2023-03-10
Remove duplicate code in gc_marks_finish
Peter Zhu
2023-03-10
Revert "Allow classes and modules to become too complex"
Aaron Patterson
2023-03-10
Move WeakMap and WeakKeyMap code to weakmap.c
Peter Zhu
2023-03-09
Allow classes and modules to become too complex
HParker
2023-03-09
Fix interpreter crash caused by RUBY_INTERNAL_EVENT_NEWOBJ + Ractors
KJ Tsanaktsidis
2023-03-08
Fix crash when allocating classes with newobj hook
Peter Zhu
2023-03-08
Adjust styles [ci skip]
Nobuyoshi Nakada
2023-03-07
Add function rb_data_free
Peter Zhu
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
Crash when malloc during GC
Peter Zhu
2023-02-27
Fix spelling (#7389)
John Bampton
2023-02-24
[ci skip] Add note in gc.c about ambiguous case
Peter Zhu
2023-02-24
Fix incorrect line numbers in GC hook
Peter Zhu
2023-02-23
Fix a warning on typedef
Takashi Kokubun
2023-02-23
Implement ObjectSpace::WeakKeyMap basic allocator
Jean Boussier
2023-02-22
* remove trailing spaces. [ci skip]
git
2023-02-22
Make GC faster when RGENGC_CHECK_MODE >= 2
Peter Zhu
2023-02-21
Add marking and sweeping time to GC.stat
Peter Zhu
2023-02-21
Refactor to separate marking and sweeping phases
Peter Zhu
2023-02-17
Remove USE_RGENGC_LOGGING_WB_UNPROTECT
Matt Valentine-House
2023-02-16
Fix compilation error when USE_RINCGC=0
Nobuyoshi Nakada
2023-02-16
Move `attached_object` into `rb_classext_struct`
Jean Boussier
2023-02-15
Check !RCLASS_EXT_EMBEDDED instead of SIZE_POOL_COUNT == 1
Jean Boussier
2023-02-09
Remove unused preprocessor block
Peter Zhu
2023-02-09
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-08
Rename iseq_mark_and_update to iseq_mark_and_move
Peter Zhu
2023-02-08
Add RUBY_GC_HEAP_INIT_SIZE_%d_SLOTS to pre-init pools granularly
Jean Boussier
2023-02-07
Revert "Revert "Consider DATA objects without a mark function as protected""
Jean byroot Boussier
2023-02-07
Revert "Consider DATA objects without a mark function as protected"
Jean Boussier
2023-02-07
Consider DATA objects without a mark function as protected
Jean Boussier
2023-02-01
[Bug #19398] Memory leak in WeakMap
Peter Zhu
2023-01-31
Copying GC support for EXIVAR
Kunshan Wang
2023-01-19
Add rb_gc_mark_and_move and implement on iseq
Peter Zhu
2023-01-11
Move classpath to rb_classext_t
Peter Zhu
2023-01-09
Fix re-embedding of strings during compaction
Peter Zhu
2023-01-04
Allow malloc during gc when GC has been disabled
Peter Zhu
2023-01-03
[ci skip] Remove trailing semicolon in gc.c
Peter Zhu
2022-12-30
Fix integer underflow when using HEAP_INIT_SLOTS
Peter Zhu
2022-12-26
Skip insanely memory consuming tests
Nobuyoshi Nakada
2022-12-20
[DOC] Fix formatting for GC.compact
Peter Zhu
2022-12-20
[DOC] Escape all usages of GC
Peter Zhu
2022-12-20
[DOC] Fix call-seq for GC methods
Peter Zhu
2022-12-20
[DOC] Fix formatting for GC#latest_compact_info
Peter Zhu
2022-12-20
Fix thrashing of major GC when size pool is small
Peter Zhu
2022-12-19
Fix misfire of compaction read barrier
Peter Zhu
2022-12-19
Fix buffer overrun when re-embedding objects
Peter Zhu
2022-12-17
Hard crash when allocating in GC when RUBY_DEBUG
Peter Zhu
2022-12-17
Move check for GC to xmalloc and xcalloc
Peter Zhu
2022-12-16
Don't allow allocating memory during GC
Peter Zhu
[next]