Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify mc::Region::read()
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 3 Jun 2019 23:10:37 +0000 (01:10 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 3 Jun 2019 23:25:48 +0000 (01:25 +0200)
commit8bf8303f84623a9346997d71d828a2e843c685d3
tree4c1b005f200368898993c0bab21fc2b594a43037
parentd2435e5aed6141ff0d9e97bc341ff0225c29adca
Simplify mc::Region::read()

- Inline a function, and simplify the flow now that we only have Chunked regions
- Make it a method (it was a C function)
src/mc/compare.cpp
src/mc/sosp/Region.cpp
src/mc/sosp/Region.hpp
src/mc/sosp/Snapshot.cpp
src/mc/sosp/Snapshot.hpp
src/mc/sosp/Snapshot_test.cpp