-
We would need two tutorial documents:
* [x] for implementing new GC plans (similar to [the original MMTk tutorial in JikesRVM](https://www.jikesrvm.org/files/mmtk-tutorial.pdf)). @rouanebannister is …
-
In GitLab by @pzakopaylo01 on Mar 19, 2018, 14:57
-
I've been encountering what I think is an MMTk bug. Specifically, at small values of `MMTK_SANITY_FACTOR` on this branch [1], the bug is consistently reproducible. The bug is an assertion failure when…
-
https://github.com/mmtk/mmtk-core/blob/bb9fd6c/src/policy/space.rs#L237
When a space acquires pages, it only `poll`s if `allow_poll` is true. `allow_poll` can only be true if the plan is initialize…
-
The new metadata interface is abstract and general. However, its generality leads to a measurable performance regression, which can be seen in the code snippets and graph below.
The code snippet…
-
#### Description
Dear MMTK maintainers,
I am attempting to create a Dockerfile that builds an image for MMTK.
So far, I have managed to install all dependencies mentioned in the MMTK `README.md`.…
-
We saw this fail in `luserach` running on CI (rust nightly 1.39), but a rerun was fine. This seems to be a random fail.
```bash
./dist/RFastAdaptiveSemiSpace_x86_64-linux/rvm -Xms75M -Xmx75M -jar b…
-
In GitLab by @caizixian on Jul 5, 2019, 19:10
Reported by @wenyuzhao
A queue should be initialized as locally done https://gitlab.anu.edu.au/mmtk/mmtk/blob/9224c23f73b4713fd972395d7a7d0e1f4f3a1987/…
-
-
We had a discussion on this today. This is related to this issue: https://github.com/mmtk/mmtk-core/issues/52
Our current interface about this (in the `ObjectModel` trait) is confusing:
* The `ava…