Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 06443ac7 authored by Thierry's avatar Thierry
Browse files

[add] concurrent write and commute

- commute: serial access on the shared ressource without predefined order between tasks
that declare "commute" access
- concurrent write: concurrent write in presence of multiple thread.
In both case, any read or write after depend of all the previous tasks declaring {concurrent write|commute}
parent 520efe68
No related branches found
No related tags found
No related merge requests found
Loading
  • thierry @thgautie ·
    Owner

    Implementation des concurrent writes et du commute. Restriction : 1 commute par tâche au plus. Si le compilo n'est pas à jour -> commute ou concurrent write == read write == sérialisation, le résultat sera juste. Si le compilo est à jour (commit clang@ed6563d9) alors cela devrait marcher... Testé sur des petits codes - à voir sur une vraie application.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment