Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Introduce a SwappedContextFactory to further reduce code duplication, working WIP
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 6 Jan 2019 10:54:40 +0000 (11:54 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 6 Jan 2019 10:54:44 +0000 (11:54 +0100)
commit3580c1f2e5172b721449d0e79c72241bd012152a
tree7039168e8d7bcfda70cb5ed2f611daa754c6c437
parente4bdd31e7ef80a47732508c06ef157692be13f94
Introduce a SwappedContextFactory to further reduce code duplication, working WIP

The code seems to work (I've run many tests locally), but it's far
from being clean yet. See this as a checkpoint commit.
src/include/xbt/parmap.hpp
src/kernel/context/ContextBoost.cpp
src/kernel/context/ContextBoost.hpp
src/kernel/context/ContextRaw.cpp
src/kernel/context/ContextRaw.hpp
src/kernel/context/ContextSwapped.cpp
src/kernel/context/ContextSwapped.hpp
src/kernel/context/ContextUnix.cpp
src/kernel/context/ContextUnix.hpp