search for: afd7640a

Displaying 2 results from an estimated 2 matches for "afd7640a".

2016 Jul 16
2
RFC: Strong GC References in LLVM
...f LLVM as modeling speculative code barriers as memory > dependence. In LLVM, it makes no sense to have a readonly may-throw call. > > Andy > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160716/afd7640a/attachment.html>
2016 Jul 16
3
RFC: Strong GC References in LLVM
> > > LLVM's design decision is one where everything has to explicitly care > about implicit early exits to get correct answers (and not to harp too > much, but "not everything does", years later). If they don't, they will > get wrong answers. > > So, ironically, while looking at this, i noticed it turns out LLVM's PRE in GVN is another place that