search for: 80ishmb

Displaying 2 results from an estimated 2 matches for "80ishmb".

2019 Jun 07
2
LLD/Link find out what triggers 80mb exe
I did try that yes. Didn't seem to make any difference (still 80ishmb) On Fri, Jun 7, 2019, at 15:29, David Major wrote: > Just to double check: are you calling lld-link with `-opt:ref`? It may or may not be enabled by default, depending on other flags. > > > On Fri, Jun 7, 2019 at 8:26 AM Carlo Kok via llvm-dev <llvm-dev at lists.llvm.org> wrote...
2019 Jun 07
2
LLD/Link find out what triggers 80mb exe
Unfortunately, lld link doesn't do -map yet (and link.exe /map is kinda useless; it shows what get linked in, but only refers to an object file, not function name when it does so, like a single reference in that object file triggers all it's dependencies) Yeah I'm fairly sure it's caused by something I'm doing wrong, I just have no idea how to find out. I thought