Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-10 | [ruby/mmtk] Use RUBY_TEST_TIMEOUT_SCALE for tests | Peter Zhu | |
RUBY_TEST_TIMEOUT_SCALE is set for debug builds because they are slower to run. We should respect this environment variable in MMTk tests too. https://github.com/ruby/mmtk/commit/0a66c518bf | |||
2025-01-21 | [ruby/mmtk] Bump mmtk-core | Peter Zhu | |
Fixes a bug where there is an infinite loop when MMTK_HEAP_MIN is small. https://github.com/ruby/mmtk/commit/12c7ede20b | |||
2025-01-21 | [ruby/mmtk] Add tests for MMTK_HEAP_MIN | Peter Zhu | |
https://github.com/ruby/mmtk/commit/a725b95f51 | |||
2025-01-17 | [ruby/mmtk] Add mmtk_heap_max to GC.config | Peter Zhu | |
https://github.com/ruby/mmtk/commit/6a78ffaf16 | |||
2025-01-16 | [ruby/mmtk] Add mmtk_heap_min to GC.config | Peter Zhu | |
https://github.com/ruby/mmtk/commit/5bbac70c69 | |||
2025-01-16 | [ruby/mmtk] Add NoGC back to MMTK_PLAN test | Peter Zhu | |
https://github.com/ruby/mmtk/commit/89f8b8be04 | |||
2025-01-16 | [ruby/mmtk] Add mmtk_heap_mode to GC.config | Peter Zhu | |
https://github.com/ruby/mmtk/commit/810f897603 | |||
2025-01-15 | [ruby/mmtk] Add mmtk_plan to GC.config | Peter Zhu | |
https://github.com/ruby/mmtk/commit/67da9ea5b8 | |||
2025-01-14 | [ruby/mmtk] Add mmtk_worker_count to GC.config | Peter Zhu | |
https://github.com/ruby/mmtk/commit/836a9059cb | |||
2025-01-14 | [ruby/mmtk] Exit with error message if MMTK_PLAN is invalid | Peter Zhu | |
https://github.com/ruby/mmtk/commit/79ce2008a3 | |||
2025-01-14 | [ruby/mmtk] Exit with error message if MMTK_HEAP_MODE is invalid | Peter Zhu | |
https://github.com/ruby/mmtk/commit/c8b1f4c156 | |||
2025-01-14 | [ruby/mmtk] Add tests for when MMTK_HEAP_MIN >= MMTK_HEAP_MAX | Peter Zhu | |
https://github.com/ruby/mmtk/commit/65b34b5e86 | |||
2025-01-14 | [ruby/mmtk] Also test invalid values for MMTK_HEAP_MIN and MMTK_HEAP_MAX | Peter Zhu | |
https://github.com/ruby/mmtk/commit/90f1aa8d76 | |||
2025-01-14 | [ruby/mmtk] Add framework for tests | Peter Zhu | |
https://github.com/ruby/mmtk/commit/6d94549fc7 | |||
2025-01-13 | [ruby/mmtk] Remove accidentally committed files | Peter Zhu | |
https://github.com/ruby/mmtk/commit/154a038293 | |||
2025-01-13 | [ruby/mmtk] Exit with error message if MMTK_HEAP_MIN is invalid | Peter Zhu | |
https://github.com/ruby/mmtk/commit/1d2f7b9cfc |