Yi Lin

Results 323 comments of Yi Lin

In GitLab by @caizixian on Mar 23, 2018, 11:20 https://gitlab.anu.edu.au/mmtk/mmtk/blob/master/src/util/alloc/bumpallocator.rs#L84

We need more information on this.

This sounds good. And we have multiple issues tracking this or related issues: * https://github.com/mmtk/mmtk-core/issues/57 * https://github.com/mmtk/mmtk-core/issues/58 * https://github.com/mmtk/mmtk-core/issues/100 Here are some of my thoughts: * We probably need to...

Here is a list of mock libraries in Rust: https://asomers.github.io/mock_shootout/ With some attempts, here are some of my opinions: * We need these features from a mocking library (based on...

We have gradually added some tests to `DummyVM` to MMTk core: https://github.com/mmtk/mmtk-core/tree/master/vmbindings/dummyvm/src/tests We would at some point refactor `DummyVM` into a proper `MockVM`. Specifically, we need to be able to...

In GitLab by @qinsoon on Jan 26, 2020, 11:45 mentioned in merge request !22

In GitLab by @qinsoon on Jan 26, 2020, 19:10 mentioned in merge request !23

We have gradually removed the pattern. I am not aware of any unnecessary two-step initialisation in our code base. I feel we can close this issue now. If you find...

> The following types use inheritance. > > * Plan: concrete plans extend `CommonPlan` extends `BasePlan` > * Space: concrete spaces extend `CommonSpace` > * ProcessEdgesWork: Any concrete ProcessEdgesWork always...

> If we refactor `Immix` into, for example, `ImmixSpaces` which has a `CommonSpaces` which has a `BaseSpaces` `Immix` would have `ImmixSpace` and `CommonSpaces`. This would be more obvious that it...