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-10-16
Remove unneeded checks
Yusuke Endoh
2023-10-14
Manage `rb_strterm_t` without imemo
Nobuyoshi Nakada
2023-10-01
Use reference counting to avoid memory leak in kwargs
HParker
2023-09-25
Dump backtraces to an arbitrary stream
Nobuyoshi Nakada
2023-09-24
Add rb_hash_free for the GC to use
Peter Zhu
2023-09-22
[Bug #19896]
Adam Hess
2023-09-18
Only sort the heap on platforms with compaction
Matt Valentine-House
2023-09-18
Allow pages to be sorted by pinned slot count
Matt Valentine-House
2023-09-18
Move heap sorting into the main GC loop
Matt Valentine-House
2023-09-18
Enable different heap sort methods during compaction
Matt Valentine-House
2023-09-16
Another try to fix build in emscripten
Peter Zhu
2023-09-16
Fix malloc_trim on emscripten
Peter Zhu
2023-09-16
Fix malloc_trim() on wasm32
Jean Boussier
2023-09-15
Free all heap pages at shutdown
Adam Hess
2023-09-15
Process.warmup: invoke `malloc_trim` if available
Jean Boussier
2023-09-12
Fix typo in gc.c
Peter Zhu
2023-09-07
GC: Only force alloc slowpath for NEWOBJ hook
John Hawthorn
2023-09-06
Fix crash in WeakMap during compaction
Peter Zhu
2023-09-06
Support freeing the lowest memory address page
Peter Zhu
2023-09-05
Introduce rb_gc_remove_weak
Peter Zhu
2023-09-05
Rename shady to uncollectible_wb_unprotected
Peter Zhu
2023-09-05
Pool more slots for large size pools
Peter Zhu
2023-09-05
Add check for T_NONE in rb_gc_mark_weak
Peter Zhu
2023-09-01
Incrementally mark even if we have free pages
Peter Zhu
2023-09-01
Skip weak references to old objects in minor GC
Peter Zhu
2023-08-31
Remove gc_mark_values
Matt Valentine-House
2023-08-31
Prevent rb_gc_mark_values from pinning objects
Matt Valentine-House
2023-08-31
Correctly calculate initial pages
Peter Zhu
2023-08-30
Change heap init environment variable names
Peter Zhu
2023-08-28
Fix growth in minor GC when we have initial slots
Peter Zhu
2023-08-28
Expose RVALUE_OLD_AGE in GC::INTERNAL_CONSTANTS
Peter Zhu
2023-08-27
Free all empty heap pages in Process.warmup
Peter Zhu
2023-08-25
[Feature #19785] Deprecate RUBY_GC_HEAP_INIT_SLOTS
Peter Zhu
2023-08-25
Expose stats about weak references
Peter Zhu
2023-08-25
Implement weak references in the GC
Peter Zhu
2023-08-23
Fix typo in anonymous class string
eileencodes
2023-08-17
Move total_freed_objects to size pool
Peter Zhu
2023-08-17
Move total_allocated_objects to size pool
Peter Zhu
2023-08-16
Move the PC regardless of the leaf flag (#8232)
Takashi Kokubun
2023-08-15
Add stat force_incremental_marking_finish_count
Peter Zhu
2023-08-15
[DOC] Improve some GC docs
Peter Zhu
2023-08-08
Remove wrapper functions of RVALUE_REMEMBERED
Peter Zhu
2023-08-06
Move `GC_CAN_COMPILE_COMPACTION` definition before used
Nobuyoshi Nakada
2023-08-04
Don't check stack for moved after compaction
Peter Zhu
2023-08-03
Remove unneeded function prototype
Peter Zhu
2023-07-31
Fix default value of global_init_slots
Peter Zhu
2023-07-31
Store initial slots per size pool
Peter Zhu
2023-07-31
use inline cache for refinements
Koichi Sasada
2023-07-31
mark `cc->cme_` if it is for `super`
Koichi Sasada
2023-07-30
check `cc->*` liveness strictly
Koichi Sasada
[next]