[PATCH] Make dead-striping to handle reverse edges.

Rui Ueyama ruiu at google.com
Mon Jun 2 18:41:21 PDT 2014


On Mon, Jun 2, 2014 at 5:48 AM, Shankar Easwaran <
shankar.kalpathi.easwaran at gmail.com> wrote:

> Did you measure the memory increase for linking large applications like
> clang for example ?
>

I did not notice any memory increase by this change. This adds a pair of
pointers for layout-befores, and that should be a lot smaller than the atom
content itself, so I think that's the reason.


> Check with Nick as well.
>
> Your code LGTM otherwise.
>
> http://reviews.llvm.org/D3986
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140602/28eeeab8/attachment.html>


More information about the llvm-commits mailing list