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-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
2023-06-06
Fix heap growth in GC.verify_compaction_references
Peter Zhu
2023-06-05
Revert "Revert "Fix cvar caching when class is cloned""
eileencodes
2023-06-01
Revert "Fix cvar caching when class is cloned"
Aaron Patterson
2023-06-01
Fix cvar caching when class is cloned
eileencodes
2023-05-25
Don't immediately promote children of old objects
Peter Zhu
2023-05-24
Add REMEMBERED_WB_UNPROTECTED_OBJECTS_LIMIT_RATIO
Peter Zhu
2023-05-24
gc.c: get rid of unused objspace parameters (#7853)
Jean Boussier
2023-05-20
`rb_bug` prints a newline after the message
Nobuyoshi Nakada
2023-05-17
Move ar_hint to ar_table_struct
Peter Zhu
2023-05-17
Implement Hash ST tables on VWA
Peter Zhu
2023-05-17
Implement Hash AR tables on VWA
Peter Zhu
2023-05-04
Ensure the VM is alive before accessing objspace in C API (Feature #19627)
Ian Ker-Seymer
2023-04-16
Make classes embedded on 32 bit
Peter Zhu
2023-04-15
[DOC] Update sample callback of `rb_objspace_each_objects`
Nobuyoshi Nakada
2023-04-11
Change max_iv_count to type attr_index_t
Peter Zhu
2023-04-11
Enable 5 size pools on 32 bit systems
Peter Zhu
2023-04-07
* expand tabs. [ci skip]
git
2023-04-07
[Bug #19584] [DOC] Tweek description of `rb_gc_register_address`
Nobuyoshi Nakada
2023-04-06
Fix crash in rb_gc_register_address
Peter Zhu
2023-04-06
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-04-06
Remove newobj_of_cr
Matt Valentine-House
2023-04-05
Ensure ruby_xfree won't segfault if called after vm_destruct
Mike Dalessio
2023-04-04
[Feature #19579] Remove !USE_RVARGC code (#7655)
Peter Zhu
2023-04-04
Revert "Fix transient heap mode"
Aaron Patterson
2023-04-04
Fix transient heap mode
Aaron Patterson
[next]