summaryrefslogtreecommitdiff
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) c6f84e918943a0bf8db6fee556fc53180d257510: [Backport #19398]NARUSE, Yui2023-02-061-0/+1
* merge revision(s) 3be2acfafd3b3c6168e2266c7c6561d143d7ae5c: [Backport #19327]NARUSE, Yui2023-01-191-7/+9
* merge revision(s) 90a80eb076429978e720e11fb17a3cbb96de3454: [Backport #19284]NARUSE, Yui2023-01-171-12/+13
* [DOC] Fix formatting for GC.compactPeter Zhu2022-12-201-1/+1
* [DOC] Escape all usages of GCPeter Zhu2022-12-201-7/+7
* [DOC] Fix call-seq for GC methodsPeter Zhu2022-12-201-1/+1
* [DOC] Fix formatting for GC#latest_compact_infoPeter Zhu2022-12-201-1/+1
* Fix thrashing of major GC when size pool is smallPeter Zhu2022-12-201-6/+12
* Fix misfire of compaction read barrierPeter Zhu2022-12-191-1/+1
* Fix buffer overrun when re-embedding objectsPeter Zhu2022-12-191-4/+2
* Hard crash when allocating in GC when RUBY_DEBUGPeter Zhu2022-12-171-3/+3
* Move check for GC to xmalloc and xcallocPeter Zhu2022-12-171-7/+14
* Don't allow allocating memory during GCPeter Zhu2022-12-161-12/+48
* Refactor to only attempt to move movable objectsPeter Zhu2022-12-151-30/+33
* Fix Object Movement allocation in GCMatt Valentine-House2022-12-151-5/+36
* Transition complex objects to "too complex" shapeJemma Issroff2022-12-151-14/+38
* Revert "Fix Object Movement allocation in GC"Peter Zhu2022-12-151-36/+5
* Fix Object Movement allocation in GCMatt Valentine-House2022-12-151-5/+36
* fix indentation: gc_compact_destination_poolMatt Valentine-House2022-12-131-11/+11
* [DOC] Don't document private methods in objspacePeter Zhu2022-12-121-0/+1
* Expose need_major_gc via GC.latest_gc_info (#6791)Mirek Klimos2022-12-101-2/+17
* Remove unused counter for heap_page->pinned_slotsMatt Valentine-House2022-12-091-1/+0
* Increment max_iv_count on class based on number of set_iv in initialize (#6788)Jemma Issroff2022-11-221-1/+1
* Add RVALUE_OVERHEAD and move ractor_belonging_idPeter Zhu2022-11-211-14/+39
* Differentiate T_OBJECT shapes from other objectsAaron Patterson2022-11-181-1/+7
* Using UNDEF_P macroS-H-GAMELINKS2022-11-161-6/+6
* Remove numiv from RObjectJemma Issroff2022-11-101-17/+5
* Transition shape when object's capacity changesJemma Issroff2022-11-101-13/+54
* [wasm] Scan machine stack based on `ec->machine.stack_{start,end}`Yuta Saito2022-11-061-2/+4
* Increment max_iv_count on class in gc marking, not gc freeingJemma Issroff2022-11-041-10/+11
* Implement object shapes for T_CLASS and T_MODULE (#6637)John Hawthorn2022-10-311-13/+10
* fix ASAN error in GCAaron Patterson2022-10-281-0/+2
* Rename `iv_count` on shapes to `next_iv_index`Jemma Issroff2022-10-211-1/+1
* Remove unused class serialJemma Issroff2022-10-211-3/+0
* Check writebarrier arguments only when RGENGC_CHECK_MODE [ci skip]Nobuyoshi Nakada2022-10-211-2/+4
* Check writebarrier argumentsNobuyoshi Nakada2022-10-201-2/+2
* Stop zeroing memory on allocation / copyAaron Patterson2022-10-191-25/+8
* Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)Sergey Fedorov2022-10-191-0/+21
* More precisely iterate over Object instance variablesAaron Patterson2022-10-151-2/+2
* Use `roomof` macro for rounding up divisionsNobuyoshi Nakada2022-10-141-1/+1
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-111-38/+12
* Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams2022-10-071-0/+1
* [Bug #19028] Suppress GCC 12 `-Wuse-after-free` false warningNobuyoshi Nakada2022-10-041-1/+1
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-301-12/+38
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-38/+12
* Always use the longer version of `TRY_WITH_GC`Nobuyoshi Nakada2022-09-281-18/+12
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-261-143/+72
* * expand tabs. [ci skip]git2022-09-271-2/+2
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-74/+145
* Rework vm_core to use `int first_lineno` struct member.Samuel Williams2022-09-261-3/+2