|
| 1 | +0.20.0 (2023-09-29) |
| 2 | +=== |
| 3 | + |
| 4 | +## What's Changed |
| 5 | + |
| 6 | +### Plan |
| 7 | +* Refactor derive macros and add HasSpaces trait by @wks in https://github.com/mmtk/mmtk-core/pull/934 |
| 8 | +* Make MarkCompact LOS support 2nd transitive closure by @wenyuzhao in https://github.com/mmtk/mmtk-core/pull/944 |
| 9 | +* Disabling PrepareMutator from PlanConstraints by @wks in https://github.com/mmtk/mmtk-core/pull/964 |
| 10 | + |
| 11 | +### Policy |
| 12 | +* Add ExternalPageResource and allow discontiguous VM space by @qinsoon in https://github.com/mmtk/mmtk-core/pull/864 |
| 13 | +* Discontiguous mark compact space support by @wenyuzhao in https://github.com/mmtk/mmtk-core/pull/939 |
| 14 | +* Discontiguous PageProtect GC support by @wenyuzhao in https://github.com/mmtk/mmtk-core/pull/946 |
| 15 | +* Fix vo-bit reset for discontiguous space by @wenyuzhao in https://github.com/mmtk/mmtk-core/pull/948 |
| 16 | + |
| 17 | +### API |
| 18 | +* Boot-time configurable heap constants by @wenyuzhao in https://github.com/mmtk/mmtk-core/pull/899 |
| 19 | +* This PR enables transitively pinning (TP) objects from particular roots for Immix/StickyImmix by @udesou in https://github.com/mmtk/mmtk-core/pull/897 |
| 20 | +* Let VM control when or if to read env var options by @wks in https://github.com/mmtk/mmtk-core/pull/955 |
| 21 | + |
| 22 | +### Misc |
| 23 | +* Update doc comment of Scanning::process_weak_refs by @wks in https://github.com/mmtk/mmtk-core/pull/919 |
| 24 | +* Binding test for Ruby by @wks in https://github.com/mmtk/mmtk-core/pull/916 |
| 25 | +* Fix api-check CI by @wks in https://github.com/mmtk/mmtk-core/pull/923 |
| 26 | +* Fix default value for RUBY_BINDING_REPO by @qinsoon in https://github.com/mmtk/mmtk-core/pull/926 |
| 27 | +* Add a ready-to-merge check by @qinsoon in https://github.com/mmtk/mmtk-core/pull/910 |
| 28 | +* Run ready to merge check for PRs by @qinsoon in https://github.com/mmtk/mmtk-core/pull/928 |
| 29 | +* Remove cast ref to mut everywhere by @playXE in https://github.com/mmtk/mmtk-core/pull/893 |
| 30 | +* Benchmark Rust code by @qinsoon in https://github.com/mmtk/mmtk-core/pull/933 |
| 31 | +* Fix broken links in the tutorial by @caizixian in https://github.com/mmtk/mmtk-core/pull/936 |
| 32 | +* Update doc to add a section for LTO by @qinsoon in https://github.com/mmtk/mmtk-core/pull/937 |
| 33 | +* Add CARGO_INCREMENTAL=0 to work around clippy 1.72 bug by @qinsoon in https://github.com/mmtk/mmtk-core/pull/938 |
| 34 | +* Fix issues for cargo fmt in 1.72 by @qinsoon in https://github.com/mmtk/mmtk-core/pull/940 |
| 35 | +* Use atomic operations for SFT map and remove unsafe code by @qinsoon in https://github.com/mmtk/mmtk-core/pull/931 |
| 36 | +* Fix outdated Rust version in README by @qinsoon in https://github.com/mmtk/mmtk-core/pull/942 |
| 37 | +* Fix length of Map64::descriptor_map by @wks in https://github.com/mmtk/mmtk-core/pull/956 |
| 38 | + |
| 39 | +**Full Changelog**: https://github.com/mmtk/mmtk-core/compare/v0.19.0...v0.20.0 |
| 40 | + |
1 | 41 | 0.19.0 (2023-08-18)
|
2 | 42 | ===
|
3 | 43 |
|
|
76 | 116 | * @ClSlaid made their first contribution in https://github.com/mmtk/mmtk-core/pull/843
|
77 | 117 | * @playXE made their first contribution in https://github.com/mmtk/mmtk-core/pull/880
|
78 | 118 |
|
| 119 | + |
79 | 120 | **Full Changelog**: https://github.com/mmtk/mmtk-core/compare/v0.18.0...v0.19.0
|
80 | 121 |
|
81 | 122 | 0.18.0 (2023-04-03)
|
|
0 commit comments