[Issue 14943] dmd should inline more aggressively

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14943 Iain Buclaw changed: What|Removed |Added Priority|P1 |P4 --

[Issue 14943] dmd should inline more aggressively

2016-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14943 greenify changed: What|Removed |Added CC||greeen...@gmail.com --

[Issue 14943] dmd should inline more aggressively

2016-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14943 Jack Stouffer changed: What|Removed |Added CC|

[Issue 14943] dmd should inline more aggressively

2015-08-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14943 Ivan Kazmenko ga...@mail.ru changed: What|Removed |Added CC||ga...@mail.ru --

[Issue 14943] dmd should inline more aggressively

2015-08-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14943 --- Comment #1 from hst...@quickfur.ath.cx --- Further notes: - gdc not only inlines the call trees of .empty, .front, .popFront, it also applied other loop optimizations like strength reduction to refactor the a = a*7 into a += b; b += 7. Not sure

[Issue 14943] dmd should inline more aggressively

2015-08-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14943 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||performance --