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
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
2022-12-15
Refactor to only attempt to move movable objects
Peter Zhu
2022-12-15
Fix Object Movement allocation in GC
Matt Valentine-House
2022-12-15
Transition complex objects to "too complex" shape
Jemma Issroff
2022-12-15
Revert "Fix Object Movement allocation in GC"
Peter Zhu
2022-12-15
Fix Object Movement allocation in GC
Matt Valentine-House
2022-12-13
fix indentation: gc_compact_destination_pool
Matt Valentine-House
2022-12-12
[DOC] Don't document private methods in objspace
Peter Zhu
2022-12-10
Expose need_major_gc via GC.latest_gc_info (#6791)
Mirek Klimos
2022-12-09
Remove unused counter for heap_page->pinned_slots
Matt Valentine-House
2022-11-22
Increment max_iv_count on class based on number of set_iv in initialize (#6788)
Jemma Issroff
2022-11-21
Add RVALUE_OVERHEAD and move ractor_belonging_id
Peter Zhu
2022-11-18
Differentiate T_OBJECT shapes from other objects
Aaron Patterson
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-10
Remove numiv from RObject
Jemma Issroff
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-11-06
[wasm] Scan machine stack based on `ec->machine.stack_{start,end}`
Yuta Saito
2022-11-04
Increment max_iv_count on class in gc marking, not gc freeing
Jemma Issroff
2022-10-31
Implement object shapes for T_CLASS and T_MODULE (#6637)
John Hawthorn
2022-10-28
fix ASAN error in GC
Aaron Patterson
2022-10-21
Rename `iv_count` on shapes to `next_iv_index`
Jemma Issroff
2022-10-21
Remove unused class serial
Jemma Issroff
2022-10-21
Check writebarrier arguments only when RGENGC_CHECK_MODE [ci skip]
Nobuyoshi Nakada
2022-10-20
Check writebarrier arguments
Nobuyoshi Nakada
2022-10-19
Stop zeroing memory on allocation / copy
Aaron Patterson
2022-10-19
Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)
Sergey Fedorov
2022-10-15
More precisely iterate over Object instance variables
Aaron Patterson
2022-10-14
Use `roomof` macro for rounding up divisions
Nobuyoshi Nakada
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-07
Add IO#timeout attribute and use it for blocking IO operations. (#5653)
Samuel Williams
2022-10-04
[Bug #19028] Suppress GCC 12 `-Wuse-after-free` false warning
Nobuyoshi Nakada
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-28
Always use the longer version of `TRY_WITH_GC`
Nobuyoshi Nakada
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-27
* expand tabs. [ci skip]
git
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Rework vm_core to use `int first_lineno` struct member.
Samuel Williams
2022-08-09
Skip poisoned regions
Nobuyoshi Nakada
2022-07-28
Lock the VM for rb_gc_writebarrier_unprotect
Peter Zhu
2022-07-28
Make array slices views rather than copies
Peter Zhu
[next]