[Issue 6528] Private module functions optimizations

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 12 12:51:29 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=6528

Iain Buclaw <ibuclaw at gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ibuclaw at gdcproject.org
         Resolution|---                         |WONTFIX

--- Comment #5 from Iain Buclaw <ibuclaw at gdcproject.org> ---
This is best handled at link or LTO time, as because of templates (called from
outside the module compilation), we have no idea whether a private function
really is used or not.

--


More information about the Digitalmars-d-bugs mailing list