Displaying 2 results from an estimated 2 matches for "342b5e2c".
2014 Dec 04
2
[LLVMdev] Brain dump on type merging
...If someone else is able
to hack on this though, it would be awesome. I think it'll actually help
LTO quite a lot by reducing the footprint of the IR.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141204/342b5e2c/attachment.html>
2014 Dec 04
4
[LLVMdev] Brain dump on type merging
+llvmdev, so this gets more eyes.
These points make sense to me too. In LTO, at least, sharing constants
and metadata in the context seems mostly to work against us.
I'm less aware of the tradeoffs re: the opaque pointer type, but your
brain dump is compelling. I'd be interested in whether anyone thinks
the loss of type safety there is important.
> On 2014 Dec 3, at 21:00, Chandler