Lines Matching refs:dependencies
4 A major difficulty with control dependencies is that current compilers
7 control dependencies also pose other challenges, which leads to the
11 One such challenge is that control dependencies order only later stores.
32 (usually) guaranteed for load-store control dependencies, as in the
39 Control dependencies can pair with each other and with other types
59 It is tempting to try use control dependencies to enforce ordering on
145 to relying on control dependencies to produce this ordering, you should
182 In addition, control dependencies apply only to the then-clause and
208 The control dependencies would then extend only to the pair of cmov
211 "a" and the store to "c". In short, control dependencies provide ordering
219 (*) Control dependencies can order prior loads against later stores.
235 (*) Control dependencies require at least one run-time conditional
242 (*) Control dependencies require that the compiler avoid reordering the
246 (*) Control dependencies apply only to the then-clause and else-clause
248 any functions that these two clauses call. Control dependencies
251 (*) Control dependencies pair normally with other types of barriers.
253 (*) Control dependencies do *not* provide multicopy atomicity. If you
257 (*) Compilers do not understand control dependencies. It is therefore