aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* show more information about imemo_mentKoichi Sasada2021-02-191-15/+18
* sync check_rvalue_consistency_force()Koichi Sasada2021-02-181-73/+76
* clear RVALUE on NEWOBJ event.Koichi Sasada2021-02-181-12/+15
* sync GC rest if neededKoichi Sasada2021-02-181-0/+3
* Removed no-longer used variableNobuyoshi Nakada2021-02-171-2/+0
* Remove unreachable if statement in gc_page_sweepPeter Zhu2021-02-161-7/+0
* Don't register non-heap allocated objectsAaron Patterson2021-02-041-0/+3
* Use RCLASS_EXT macro instead of directly accessing ptrMatt Valentine-House2021-02-011-5/+5
* Add RCLASS_SUBCLASSES MacroMatt Valentine-House2021-02-011-4/+4
* Removed static assertion about size of `RVALUE`Nobuyoshi Nakada2021-01-311-2/+0
* Narrowed down the condition to pack RValueNobuyoshi Nakada2021-01-311-3/+5
* [Fixes #17538] Fix assertion failure when rincgc is turned offPeter Zhu2021-01-271-2/+3
* Re-enable RGENGC_DEBUG for platforms with HAVE_VA_ARGS_MACROMatt Valentine-House2021-01-261-0/+2
* Fix RGENGC CHECK MODE >= 4Matt Valentine-House2021-01-261-2/+7
* gc.c: stop overflow check on emscripten buildYusuke Endoh2021-01-231-6/+1
* check is_incremental_marking() againKoichi Sasada2021-01-221-1/+10
* Fix more assumptions about the read barrierAaron Patterson2021-01-211-10/+0
* Always enabled read barrier even on GC.compactAaron Patterson2021-01-211-17/+3
* fix ASAN errorsAaron Patterson2021-01-131-4/+17
* gc fix typo for the timer instruction for ARM64.David CARLIER2021-01-091-1/+1
* show more info about imemo_callcacheKoichi Sasada2021-01-061-5/+8
* [DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer2021-01-051-1/+1
* enable constant cache on ractorsKoichi Sasada2021-01-051-3/+16
* Stop managing valid class serialsTakashi Kokubun2020-12-291-1/+0
* Adjusted styles [ci skip]Nobuyoshi Nakada2020-12-281-20/+40
* Fixed leaked global symbolsNobuyoshi Nakada2020-12-261-5/+9
* define RGENGC_DEBUG_ENABLED() as 0Koichi Sasada2020-12-251-1/+1
* Use rb_init_identtable instead of direct use of rb_hashtype_identNobuyoshi Nakada2020-12-231-3/+2
* separate rb_ractor_pub from rb_ractor_tKoichi Sasada2020-12-221-1/+1
* finalizing should be checked before VM lockKoichi Sasada2020-12-181-2/+3
* Removed a moved local variableNobuyoshi Nakada2020-12-181-2/+0
* need to sync gc_finalize_deferredKoichi Sasada2020-12-181-3/+9
* Removed old GC.stat keys deprecated since 2.2Nobuyoshi Nakada2020-12-181-133/+0
* Removed old GC tuning environment variables deprecated since 2.1Nobuyoshi Nakada2020-12-181-7/+0
* acquire VM lock on gc_verify_internal_consistency()Koichi Sasada2020-12-181-7/+10
* add explicit checkKoichi Sasada2020-12-181-2/+2
* gc_verify_internal_consistency() needs barrierKoichi Sasada2020-12-181-1/+3
* sync obj_to_id_tblKoichi Sasada2020-12-171-3/+4
* reduce barrier counts for GC eventsKoichi Sasada2020-12-171-1/+9
* relax synchronization on WBKoichi Sasada2020-12-171-29/+10
* add debug counters for gc start eventsKoichi Sasada2020-12-171-22/+59
* RGENGC_PROFILE=0Koichi Sasada2020-12-171-1/+1
* Removed unneeded cast and use the real nameNobuyoshi Nakada2020-12-151-1/+1
* revert da3bca513f437b05b3953c3712ff48621fc5e008Koichi Sasada2020-12-111-59/+13
* ObjectSpace._id2ref should not support unshareableKoichi Sasada2020-12-101-1/+9
* Unpoison freelist to chainNobuyoshi Nakada2020-12-101-0/+1
* cache free pages per ractorKoichi Sasada2020-12-101-12/+57
* set min/maximum free slots relative to ractor cntKoichi Sasada2020-12-101-3/+9
* lazy sweep tries to collect 2048 slotsKoichi Sasada2020-12-101-3/+8
* need the lock for debug checking.Koichi Sasada2020-12-091-12/+17