[Issue 10985] Inliner doesn't attempt to inline non-templated functions from libraries (even having the full source)

2013-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10985 --- Comment #3 from Dmitry Olshansky dmitry.o...@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

[Issue 10985] Inliner doesn't attempt to inline non-templated functions from libraries (even having the full source)

2013-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10985 --- Comment #4 from Brad Roberts bra...@puremagic.com 2013-09-08 10:28:43 PDT --- Neither GDC nor LDC rely on the frontend inliner. To make sure the code is or isn't inlined properly, you really need to check the resulting generated code.

[Issue 10985] Inliner doesn't attempt to inline non-templated functions from libraries (even having the full source)

2013-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10985 Brad Roberts bra...@puremagic.com changed: What|Removed |Added CC|

[Issue 10985] Inliner doesn't attempt to inline non-templated functions from libraries (even having the full source)

2013-09-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10985 --- Comment #2 from Dmitry Olshansky dmitry.o...@gmail.com 2013-09-07 17:48:45 PDT --- (In reply to comment #1) I suspect this is a regression, but haven't yet made the time to try some older releases. Any volunteers? I tested on about