aboutsummaryrefslogtreecommitdiffhomepage
path: root/notes/sequence_points.txt
blob: c094a7bcc730ab518fedb009e576a3e10b44aeae (plain)
1
2
3
4
5
6
7
8
9
10

Sequence points / Sub-expression evaluation ordering
====================================================

Solutions:
1. sequence points, e.g. = might be a sequence point
2. read phase / write phase
    a) read happens first, then writes
    b) read and writes may not overlap (no ordering)
3.