You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2018/08/02 07:32:00 UTC

[jira] [Assigned] (IGNITE-9161) CPP: Get rid of additional copy on Get

     [ https://issues.apache.org/jira/browse/IGNITE-9161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Sapego reassigned IGNITE-9161:
-----------------------------------

    Assignee: Igor Sapego

> CPP: Get rid of additional copy on Get
> --------------------------------------
>
>                 Key: IGNITE-9161
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9161
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>    Affects Versions: 2.0
>            Reporter: Igor Sapego
>            Assignee: Igor Sapego
>            Priority: Major
>              Labels: cpp
>             Fix For: 2.7
>
>
> Currently, helper classes from {{operations.h}} header file, e.g. {{Out1Operation}} contain additional value, that can't be optimized-out by the compiler on return, even though the operation itself is a temporary object.
> As a solution, such classes should accept and operate on a reference to a temporary object, so that [copy elision|https://en.wikipedia.org/wiki/Copy_elision] can be used by a compiler.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)