anlsys / aml

Building Blocks for Explicit Memory Management on Complex Architectures
https://argo-aml.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Remove `aml_area_mmap()` options #64

Open iskra-anl opened 3 years ago

iskra-anl commented 3 years ago

In GitLab by @NicolasDenoyelle on Aug 11, 2020, 13:20

Pros:

Cons:

iskra-anl commented 3 years ago

In GitLab by @NicolasDenoyelle on Aug 11, 2020, 13:20

changed the description

iskra-anl commented 3 years ago

In GitLab by @NicolasDenoyelle on Aug 11, 2020, 13:21

changed the description

iskra-anl commented 3 years ago

In GitLab by @perarnau on Aug 11, 2020, 13:29

One big question for that is if we move these options to area creation, or multiply the number of area implementations.

iskra-anl commented 3 years ago

In GitLab by @NicolasDenoyelle on Aug 11, 2020, 14:39

It could be both in my opinion. It all depends whether it makes sense to factorize and/or optimize when we will have a real use case.