You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Blake Bender (Jira)" <ji...@apache.org> on 2020/07/07 17:52:00 UTC

[jira] [Reopened] (GEODE-7612) Move statistics and logging implementation into .cpp files

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

Blake Bender reopened GEODE-7612:
---------------------------------
      Assignee: Blake Bender  (was: Ernest Burghardt)

> Move statistics and logging implementation into .cpp files
> ----------------------------------------------------------
>
>                 Key: GEODE-7612
>                 URL: https://issues.apache.org/jira/browse/GEODE-7612
>             Project: Geode
>          Issue Type: Improvement
>          Components: native client
>            Reporter: Blake Bender
>            Assignee: Blake Bender
>            Priority: Major
>             Fix For: 1.12.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> As a developer, I would like to minimize the time spent recompiling code that I haven't modified.  One important way to improve this situation in the native client is to move some of the bazillions of inline methods declared in headers into .cpp files.  A change to one of these methods then triggers a recompile of just that file, rather than the large number of native client files that inevitably include the header.
> This item covers the above transformation for the internal classes involved in logging and statistics.  While there, we should clean up a couple of other things that are unnecessary, such as the use of our own `NonCopyable` and `NonAssignable`, both of which can now easily be accomplished with a standard C++ 11 mechanism.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)