[Issue 11287] NRVO should remove dtor call completely

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

[Issue 11287] NRVO should remove dtor call completely

2013-11-05 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11287 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added CC|

[Issue 11287] NRVO should remove dtor call completely

2013-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11287 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 11287] NRVO should remove dtor call completely

2013-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11287 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2013-10-17 06:48:36 PDT --- (In reply to comment #1) Question: Doesn't this mean that the compiler *must* implement NRVO? I thought NRVO was an optimization *opportunity*? If //

[Issue 11287] NRVO should remove dtor call completely

2013-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11287 Max Samukha samu...@voliacable.com changed: What|Removed |Added CC|

[Issue 11287] NRVO should remove dtor call completely

2013-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11287 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2013-10-17 09:08:07 PDT --- (In reply to comment #3) (In reply to comment #2) Unfortunately current D language spec does not mention about NRVO, so It's still one of the optimizations.