Yi Lin

Results 221 comments of Yi Lin

In GitLab by @steveblackburn on Jan 22, 2020, 01:41 changed the description

In GitLab by @steveblackburn on Jan 22, 2020, 01:42 changed the description

In GitLab by @qinsoon on Jan 22, 2020, 18:57 Though spaces are VM neutral, MMTk exposes `Allocator` (https://gitlab.anu.edu.au/mmtk/mmtk/blob/master/src/plan/plan.rs#L239), and allocator is internally mapped with spaces. If we need to attach...

In GitLab by @caizixian on Jan 22, 2020, 19:08 @qinsoon just a tip that it's better to reference a line via commit hash. Otherwise, the line you are referring to...

In GitLab by @qinsoon on Feb 7, 2020, 22:06 More insights from Steve: > * One dimension of what we're discussing here is heap regions that exist independent of the...

https://github.com/mmtk/mmtk-core/pull/81 and https://github.com/mmtk/mmtk-core/pull/86 have done some work to separate gc-invariant spaces from specific plans. It is unclear to me what is left to be done for this issue. Should we...

Also we should not use give all spaces execution permission. https://github.com/mmtk/mmtk-core/issues/7

In Java MMTk, if an object is straddling lines, we set a bit for the object to know that it is a straddling object. And when we mark lines, we...

Related PR about plan constraints: https://github.com/mmtk/mmtk-core/issues/588

> I think it is a mistake. `MAX_INT` is not a meaningful value for anything > > * If it is intended to express "no limit" in the sense that...