You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2020/06/27 05:18:49 UTC

[GitHub] [incubator-heron] nicknezis opened a new pull request #3549: Fixing over optimization that stops Return Value Optimization

nicknezis opened a new pull request #3549:
URL: https://github.com/apache/incubator-heron/pull/3549


   Some explanations as to why it is not wise to return using `std::move()`.
   
   https://stackoverflow.com/questions/4986673/c11-rvalues-and-move-semantics-confusion-return-statement
   https://developers.redhat.com/blog/2019/04/12/understanding-when-not-to-stdmove-in-c/
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-heron] nicknezis merged pull request #3549: Fixing over optimization that stops Return Value Optimization

Posted by GitBox <gi...@apache.org>.
nicknezis merged pull request #3549:
URL: https://github.com/apache/incubator-heron/pull/3549


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org