aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Skip poisoned regionsNobuyoshi Nakada2022-08-091-1/+2
* Lock the VM for rb_gc_writebarrier_unprotectPeter Zhu2022-07-281-13/+17
* Make array slices views rather than copiesPeter Zhu2022-07-281-0/+14
* Refactor gc_ref_update_arrayPeter Zhu2022-07-281-20/+18
* Suppress use-after-free warning by gcc-12Nobuyoshi Nakada2022-07-281-0/+1
* Adjust styles [ci skip]Nobuyoshi Nakada2022-07-271-2/+4
* * expand tabs. [ci skip]git2022-07-271-4/+4
* Refactored poisoning and unpoisoning freelist to simpler APIJemma Issroff2022-07-261-22/+40
* Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu2022-07-261-2/+2
* Fix format specifierNobuyoshi Nakada2022-07-251-1/+1
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-1681/+1681
* [Bug #18929] Fix heap creation thrashing in GCPeter Zhu2022-07-211-0/+13
* Refactor macros of array.cPeter Zhu2022-07-211-19/+9
* Ensure _id2ref finds symbols with the correct typeDaniel Colson2022-07-201-1/+1
* [Bug #18928] Fix crash in WeakMapPeter Zhu2022-07-201-10/+11
* Fix free objects count conditionNobuyoshi Nakada2022-07-201-2/+3
* Implement Objects on VWAPeter Zhu2022-07-151-26/+94
* [Feature #18901] Support size pool movement for ArraysMatt Valentine-House2022-07-121-7/+18
* Add expand_heap option to GC.verify_compaction_referencesMatt Valentine-House2022-07-111-4/+17
* Extract `atomic_inc_wraparound` functionNobuyoshi Nakada2022-07-101-10/+12
* Add `asan_unpoisoning_object` to execute the block with unpoisoningNobuyoshi Nakada2022-07-101-8/+19
* Split `rb_raw_obj_info`Nobuyoshi Nakada2022-07-101-12/+35
* Cycle `obj_info_buffers_index` atomicallyNobuyoshi Nakada2022-07-101-7/+14
* `APPEND_S` for no conversion formatsNobuyoshi Nakada2022-07-101-6/+17
* Rewrite `APPENDF` using variadic argumentsNobuyoshi Nakada2022-07-101-42/+42
* Use `size_t` for `rb_raw_obj_info`Nobuyoshi Nakada2022-07-101-3/+3
* Use `asan_unpoison_object_temporary`Nobuyoshi Nakada2022-07-101-24/+12
* Get rid of static buffer in `obj_info`Nobuyoshi Nakada2022-07-101-3/+5
* Gather heap page size conditions combinationNobuyoshi Nakada2022-07-071-31/+38
* Improve error message for segv in read_barrier_handlerPeter Zhu2022-07-071-3/+12
* Fix crash in compaction due to unlocked pagePeter Zhu2022-07-071-0/+5
* Fix typo in gc_compact_movePeter Zhu2022-07-071-1/+5
* Adjust indents [ci skip]Nobuyoshi Nakada2022-07-061-15/+16
* Extract `protect_page_body` to fix mismatched bracesNobuyoshi Nakada2022-06-181-13/+15
* Disable Mach exception handlers when read barriers in placeKJ Tsanaktsidis2022-06-181-1/+49
* Suppress code unused unless GC_CAN_COMPILE_COMPACTIONNobuyoshi Nakada2022-06-171-0/+22
* Include runtime checks for compaction supportPeter Zhu2022-06-161-48/+26
* Rename GC_COMPACTION_SUPPORTEDPeter Zhu2022-06-161-14/+14
* Remove MJIT worker thread (#6006)Takashi Kokubun2022-06-151-3/+0
* Move String RVALUES between poolsMatt Valentine-House2022-06-131-27/+75
* Fix major GC thrashingPeter Zhu2022-06-081-3/+5
* Fix compilation error when USE_RVARGC=0Peter Zhu2022-06-081-3/+1
* Add key force_major_gc_count to GC.stat_heapPeter Zhu2022-06-081-0/+3
* Remove while loop over heap_preparePeter Zhu2022-06-071-8/+52
* Typedef built-in function typesNobuyoshi Nakada2022-06-021-1/+1
* Move `GC.verify_compaction_references` [Bug #18779]Nobuyoshi Nakada2022-06-021-38/+8
* Adjust indent and nesting [ci skip]Nobuyoshi Nakada2022-06-021-3/+1
* Define unsupported GC compaction methods as rb_f_notimplementMike Dalessio2022-05-241-4/+26
* Move compaction-related methods into gc.cMike Dalessio2022-05-241-10/+91
* Fix compiler warning when USE_RVARGC=0Matt Valentine-House2022-05-131-1/+1