aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc_compact.rb
Commit message (Expand)AuthorAgeFilesLines
* Disable auto compaction on platforms that can't support itAaron Patterson2020-11-251-43/+69
* Revert "Disable auto compaction on platforms that can't support it"Aaron Patterson2020-11-241-69/+43
* Disable auto compaction on platforms that can't support itAaron Patterson2020-11-241-43/+69
* test/ruby/test_gc_compact.rb: suppress "assigned but unused variable"Yusuke Endoh2020-11-031-1/+0
* Add `GC.auto_compact= true/false` and `GC.auto_compact`Aaron Patterson2020-11-021-0/+65
* Moved `GC.verify_compaction_references` to gc.rbNobuyoshi Nakada2020-01-271-0/+2
* Add a counter for compactionAaron Patterson2019-11-071-0/+6
* Use a monotonically increasing number for object_idJohn Hawthorn2019-11-071-90/+0
* Revert "Use a monotonically increasing number for object_id"Aaron Patterson2019-11-061-0/+90
* Use a monotonically increasing number for object_idJohn Hawthorn2019-11-061-90/+0
* Add compaction support to `rb_ast_t`Aaron Patterson2019-09-261-0/+14
* Skip instead of returnNobuyoshi Nakada2019-06-301-1/+2
* Suppress unused variable warningsNobuyoshi Nakada2019-06-301-0/+2
* Test GC.compact with MJIT againTakashi Kokubun2019-05-231-3/+1
* Do not kick finalizers on rb_gc().Koichi Sasada2019-05-231-2/+0
* re-skip tests of GC.compact.Koichi Sasada2019-05-211-0/+2
* enable test for GC.compact to reproduce an issue on CIKoichi Sasada2019-05-211-2/+0
* skip tests for GC.compact to pass CI.Koichi Sasada2019-05-171-0/+2
* Add object packing strategies for compactionAaron Patterson2019-05-141-3/+4
* Fix complex hash keys to work with compactionAaron Patterson2019-04-231-0/+7
* skip test until we can guarantee movement of certain objectstenderlove2019-04-201-0/+2
* skip test if mjit is enabledtenderlove2019-04-201-0/+2
* Workaround Wercker check which is not working nowk0kubun2019-04-201-1/+1
* Skip test_find_collided_object on problematic CIs for nowk0kubun2019-04-201-0/+4
* add more assertions around moved objecttenderlove2019-04-201-1/+8
* check the index rather than includetenderlove2019-04-201-1/+1
* Try harder to make objects movetenderlove2019-04-201-23/+35
* Add `GC.compact` again.tenderlove2019-04-201-0/+97
* Reverting compaction for nowtenderlove2019-04-171-97/+0
* call verification method in addition to compactiontenderlove2019-04-171-2/+2
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-171-0/+97
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-103/+0
* Don't fail the build if we can't get objects to movetenderlove2019-04-091-2/+6
* Try to make compaction more likelytenderlove2019-04-091-1/+5
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-091-0/+95