[Issue 10985] Inliner doesn't attempt to inline non-templated functions from libraries (even having the full source)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Sep 8 07:49:01 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10985
--- Comment #3 from Dmitry Olshansky <dmitry.olsh at gmail.com> 2013-09-08 07:48:59 PDT ---
(In reply to comment #1)
> I suspect this is a regression, but haven't yet made the time to try some older
> releases.
What's horrible is that the same behaviour propogates to other compiler for
instance with LDC.
I repeated the same commands and tested with valgrind what gets called in both
cases. The result is the same - if library is linked there are function calls
to these names, if passed explcitly as source - they don't show up.
It looks like a deep problem with frontend in general.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list