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-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
2023-07-29
check liveness of cc->klass and cc->cme_
Koichi Sasada
2023-07-29
do not clear cme but invalidate cc
ko1
2023-07-28
`cc->cme` should not be marked.
Ruby
2023-07-26
Process.warmup: precompute strings coderange
Jean Boussier
2023-07-20
Embed struct rmatch into GC slot (#8097)
Kunshan Wang
2023-07-20
cvc table entries can move
Matt Valentine-House
2023-07-18
Lazily allocate pages at boot
Peter Zhu
2023-07-17
Implement Process.warmup
Jean Boussier
2023-07-14
Remove RGENGC_OLD_NEWOBJ_CHECK
Peter Zhu
2023-07-14
Remove unused branch in write barrier
Peter Zhu
2023-07-13
Remove RARRAY_CONST_PTR_TRANSIENT
Peter Zhu
2023-07-13
Remove unused forward declarations
Matt Valentine-House
2023-07-13
[Feature #19730] Remove transient heap
Peter Zhu
2023-07-13
Store object age in a bitmap
Matt Valentine-House
2023-06-30
Compile debugging code for stress to class always
Nobuyoshi Nakada
2023-06-30
Don't check for null pointer in calls to free
Peter Zhu
[next]