ferros icon indicating copy to clipboard operation
ferros copied to clipboard

VSpace: Memory region kinds

Open pittma opened this issue 5 years ago • 1 comments

In the initial VSpace implementation, pages had a type-level distinction regarding whether or not they were backed by device memory, the MemoryKind. This should be added to memory regions in the new VSpace implementation.

This is a follow up to #9.

pittma avatar Jun 24 '19 21:06 pittma

Branch memory_kind_reintroduction contains the relevant work thus far.

ZackPierce avatar Jul 01 '19 20:07 ZackPierce