[Issue 7353] NRVO not properly working with inferred return type

2012-02-17 Thread d-bugmail
/02ecef1cea5dea4f78bafb7533c896d0d9b07816 Merge pull request #722 from 9rnsr/fix7353 Issue 7353 - NRVO not properly working with inferred return type -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 7353] NRVO not properly working with inferred return type

2012-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7353 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7353] NRVO not properly working with inferred return type

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7353 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords|wrong-code |pull

[Issue 7353] NRVO not properly working with inferred return type

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7353 --- Comment #3 from Trass3r mrmoc...@gmx.de 2012-02-15 17:48:44 CET --- You're right. The third one is an inlining problem. But there's a different thing I'm now confused about. Why is postblit called after all? It's assignment to t, not

[Issue 7353] NRVO not properly working with inferred return type

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7353 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2012-02-15 09:16:26 PST --- (In reply to comment #3) You're right. The third one is an inlining problem. But there's a different thing I'm now confused about. Why is postblit called after

[Issue 7353] NRVO not properly working with inferred return type

2012-02-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7353 --- Comment #5 from Trass3r mrmoc...@gmx.de 2012-02-15 20:39:08 CET --- Ok, so in essence the postblit is the one called by 'S s = this;' in save1. But what about save3? -- Configure issuemail:

[Issue 7353] NRVO not properly working with inferred return type

2012-02-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7353 Lionello Lunesu lio+bugzi...@lunesu.com changed: What|Removed |Added CC|

[Issue 7353] NRVO not properly working with inferred return type

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7353 Trass3r mrmoc...@gmx.de changed: What|Removed |Added Keywords||wrong-code --- Comment #1