search for: 7b70268c

Displaying 2 results from an estimated 2 matches for "7b70268c".

2016 Aug 29
2
invariant.load metadata semantics
...d `c` to `false`, after > which the GC can re-use the space for `a` when allocating `b`. But > that falls into "as-if" type optimization. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160829/7b70268c/attachment.html>
2016 Aug 29
2
invariant.load metadata semantics
Sanjoy, can you clarify this bit about JVM array lengths? Presumably the same pointer can point to two arrays of different lengths during a program's execution. Does this mean that you're relying on invariant.load having function scope? That is, correctness depends on the pointer not being reused for an array of a different length between the first invariant load of that array length in