[llvm-dev] Why the binary size in trunk are smaller significantly?

chuanqi.xcq via llvm-dev llvm-dev at lists.llvm.org
Tue Mar 30 01:47:24 PDT 2021


Hi all,

I am working on how to reduce the size of the binary produced for coroutine with `-g`.

In a private code bases, I find that the binary size produced in llvm-11 is 60M while the size produced in trunk is 51M.

I tried to find the patch who made this change in git log or in phabricator by keywords like `reduce`, 'size' or 'binary'. But I find nothing.

May I ask does anyone knows what patch makes the binary size smaller from llvm-11 to now?

thanks,
Chuanqi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210330/106c41e2/attachment.html>


More information about the llvm-dev mailing list