Releases: mmtk/mmtk-jikesrvm
Releases · mmtk/mmtk-jikesrvm
MMTk JikesRVM Binding 0.19.0
0.19.0 (2023-08-18)
What's Changed
- Set VM space start and size through options by @qinsoon in #139
- Install the missing deps in CI tests by @qinsoon in #140
- Update to MMTk core PR #817 by @qinsoon in #141
- Update to mmtk-core PR #838 by @qinsoon in #142
- Rename ambiguous
scan_thread_root{,s}
functions by @k-sareen in #143 - Set
REFS
to 0 when starting the scan boot image by @k-sareen in #144 - Add set -e in ci-test.sh. Update MMTk by @qinsoon in #146
- Update to MMTk core PR #875 by @qinsoon in #147
MMTk JikesRVM Binding 0.18.0
- Update to mmtk-core 0.18.0.
MMTk JikesRVM Binding 0.17.0
- Upgrade Rust toolchain to 1.66.1 and MSRV to 1.61.0.
- Use
AtomicUsize
for the mutator counter. - Update to mmtk-core 0.17.0.
MMTk JikesRVM Binding 0.16.0
- Support MMTk's native mark sweep plan.
- Use MMTk's large code and non moving semantics.
- Update to mmtk-core 0.16.0.
MMTk JikesRVM Binding 0.15.0
- Update to mmtk-core 0.15.0.
MMTk JikesRVM Binding 0.14.0
- Set proper names for MMTk worker threads.
- Inlucde
Cargo.lock
in the repository. - Update to mmtk-core 0.14.0.
MMTk JikesRVM Binding 0.13.0
- Updates to mmtk-core 0.13.0.
MMTk JikesRVM Binding 0.12.0
- Adds weak reference support (It is disabled by default. Set MMTk option
no_reference_types
tofalse
to enable it). - Updates to mmtk-core 0.12.0.
MMTk JikesRVM Binding 0.11.0
- The JikesRVM submodule is removed from the repo. We now record the VM version
in[package.metadata.jikesrvm]
in the Cargo manifestCargo.toml
. - Sets
ObjectModel::OBJECT_REF_OFFSET_BEYOND_CELL
so MMTk can guarantee metadata is set properly
for object references. - Updates to mmtk-core 0.11.0.
MMTk JikesRVM Binding 0.10.0
- Updates to mmtk-core 0.10.0.