summaryrefslogtreecommitdiff
path: root/gc.c
AgeCommit message (Expand)Author
2022-12-17Hard crash when allocating in GC when RUBY_DEBUGPeter Zhu
2022-12-17Move check for GC to xmalloc and xcallocPeter Zhu
2022-12-16Don't allow allocating memory during GCPeter Zhu
2022-12-15Refactor to only attempt to move movable objectsPeter Zhu
2022-12-15Fix Object Movement allocation in GCMatt Valentine-House
2022-12-15Transition complex objects to "too complex" shapeJemma Issroff
2022-12-15Revert "Fix Object Movement allocation in GC"Peter Zhu
2022-12-15Fix Object Movement allocation in GCMatt Valentine-House
2022-12-13fix indentation: gc_compact_destination_poolMatt Valentine-House
2022-12-12[DOC] Don't document private methods in objspacePeter Zhu
2022-12-10Expose need_major_gc via GC.latest_gc_info (#6791)Mirek Klimos
2022-12-09Remove unused counter for heap_page->pinned_slotsMatt Valentine-House
2022-11-22Increment max_iv_count on class based on number of set_iv in initialize (#6788)Jemma Issroff
2022-11-21Add RVALUE_OVERHEAD and move ractor_belonging_idPeter Zhu
2022-11-18Differentiate T_OBJECT shapes from other objectsAaron Patterson
2022-11-16Using UNDEF_P macroS-H-GAMELINKS
2022-11-10Remove numiv from RObjectJemma Issroff
2022-11-10Transition shape when object's capacity changesJemma Issroff
2022-11-06[wasm] Scan machine stack based on `ec->machine.stack_{start,end}`Yuta Saito
2022-11-04Increment max_iv_count on class in gc marking, not gc freeingJemma Issroff
2022-10-31Implement object shapes for T_CLASS and T_MODULE (#6637)John Hawthorn
2022-10-28fix ASAN error in GCAaron Patterson
2022-10-21Rename `iv_count` on shapes to `next_iv_index`Jemma Issroff
2022-10-21Remove unused class serialJemma Issroff
2022-10-21Check writebarrier arguments only when RGENGC_CHECK_MODE [ci skip]Nobuyoshi Nakada
2022-10-20Check writebarrier argumentsNobuyoshi Nakada
2022-10-19Stop zeroing memory on allocation / copyAaron Patterson
2022-10-19Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975)Sergey Fedorov
2022-10-15More precisely iterate over Object instance variablesAaron Patterson
2022-10-14Use `roomof` macro for rounding up divisionsNobuyoshi Nakada
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-10-07Add 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 warningNobuyoshi Nakada
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-28Always use the longer version of `TRY_WITH_GC`Nobuyoshi Nakada
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-27* expand tabs. [ci skip]git
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Rework vm_core to use `int first_lineno` struct member.Samuel Williams
2022-08-09Skip poisoned regionsNobuyoshi Nakada
2022-07-28Lock the VM for rb_gc_writebarrier_unprotectPeter Zhu
2022-07-28Make array slices views rather than copiesPeter Zhu
2022-07-28Refactor gc_ref_update_arrayPeter Zhu
2022-07-28Suppress use-after-free warning by gcc-12Nobuyoshi Nakada
2022-07-27Adjust styles [ci skip]Nobuyoshi Nakada
2022-07-27* expand tabs. [ci skip]git
2022-07-26Refactored poisoning and unpoisoning freelist to simpler APIJemma Issroff
2022-07-26Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu
2022-07-25Fix format specifierNobuyoshi Nakada