aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
Commit message (Expand)AuthorAgeFilesLines
* Defer setting gc_stress instead of setting dont_gcNobuyoshi Nakada2019-04-241-5/+1
* Defer setting gc_stress until inits doneNobuyoshi Nakada2019-04-241-0/+10
* Oops, bad merge 🙇‍♂️Aaron Patterson2019-04-221-1/+0
* Prevent rb_define_(class|module) classes from movingAaron Patterson2019-04-221-1/+1
* Remove redundant castkazu2019-04-211-4/+4
* Make sure the has_remembered_objects flag is correctly settenderlove2019-04-201-4/+7
* Always pin stack zombie and moved slotstenderlove2019-04-201-0/+5
* Add `GC.compact` again.tenderlove2019-04-201-33/+1258
* Only mark the superclass if there is onetenderlove2019-04-191-2/+6
* * expand tabs.svn2019-04-171-3/+3
* Reverting compaction for nowtenderlove2019-04-171-1260/+31
* * expand tabs.svn2019-04-171-2/+2
* Super should be marked regardless of whether or not ext existstenderlove2019-04-171-2/+2
* update super even if there is no exttenderlove2019-04-171-2/+2
* make verification more stricttenderlove2019-04-171-8/+20
* * expand tabs.svn2019-04-171-3/+3
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-171-31/+1248
* Adjusted stylesnobu2019-04-101-1/+1
* * expand tabs.svn2019-04-101-47/+47
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-1249/+59
* Adjusted stylesnobu2019-04-101-36/+54
* Pin weakmap referencestenderlove2019-04-091-0/+14
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-091-58/+1216
* gc.c: missing breaknobu2019-04-071-0/+1
* Fix more ASAN errorstenderlove2019-04-021-3/+9
* Extract type to sym as a new functiontenderlove2019-04-021-31/+37
* Fix ASAN errortenderlove2019-04-021-1/+1
* Poison / verify the freelisttenderlove2019-04-021-1/+33
* Fix ASAN errors when walking the heaptenderlove2019-04-011-1/+20
* [DOC] fix markups [ci skip]nobu2019-03-221-3/+3
* Early return in gc_mark_childrennobu2019-03-091-5/+7
* Revert "Assert that union sizes match"naruse2019-02-161-2/+0
* Assert that union sizes matchnobu2019-02-151-0/+2
* fix empty Hash memsize.ko12019-02-121-2/+4
* hide ar_table internals from internal.h.ko12018-12-291-2/+3
* move checking code.ko12018-12-231-1/+1
* * expand tabs.svn2018-12-181-2/+2
* rb_raw_obj_info() support T_MODULE and T_ICLASS.ko12018-12-181-7/+17
* rename li_table->ar_table (and related names).ko12018-12-141-10/+10
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-061-20/+11
* Remove HEAP_ALIGN_LOG setting in configure.ac for OpenBSD/MirOSshyouhei2018-11-291-2/+0
* * expand tabs.svn2018-11-261-1/+1
* Support targetting TracePoint [Feature #15289]ko12018-11-261-1/+2
* * expand tabs.svn2018-11-081-1/+1
* gc.c: avoid integer overflow at process exitshyouhei2018-11-081-1/+1
* suppress GCC warning about unknown sanitizersshyouhei2018-11-071-3/+1
* adopt sanitizer APIshyouhei2018-11-061-4/+28
* annotate functions to blacklist MSANshyouhei2018-11-061-2/+2
* gc.c: move ASAN check to configureshyouhei2018-11-061-10/+2
* add casts.ko12018-10-311-2/+2