[Issue 9655] Two functions with identical implementations are allowed to have the same address

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Sep 19 11:39:02 PDT 2014


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

hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh at quickfur.ath.cx

--- Comment #2 from hsteoh at quickfur.ath.cx ---
ping

I fully support this proposal. If two functions compile to identical code,
there is no reason to expect them to have different addresses. As already
mentioned, this is an important part of reducing template bloat.

So, the question is, where on the website should this be documented?

--


More information about the Digitalmars-d-bugs mailing list