You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joseph Wu (JIRA)" <ji...@apache.org> on 2017/03/29 20:12:41 UTC

[jira] [Updated] (MESOS-7226) Introduce precompiled headers (on Windows)

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

Joseph Wu updated MESOS-7226:
-----------------------------
    Summary: Introduce precompiled headers (on Windows)  (was: Introduce precompiled headers)

> Introduce precompiled headers (on Windows)
> ------------------------------------------
>
>                 Key: MESOS-7226
>                 URL: https://issues.apache.org/jira/browse/MESOS-7226
>             Project: Mesos
>          Issue Type: Improvement
>          Components: cmake
>            Reporter: Joseph Wu
>            Assignee: Jeff Coffler
>              Labels: mesosphere, microsoft
>
> Precompiled headers (PCHs) exist on both Windows and Linux. For Linux, you can refer to https://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html. Straight from the GNU CC documentation: "The time the compiler takes to process these header files over and over again can account for nearly all of the time required to build the project."
> PCHs are only being proposed for the CMake system.  In theory, we can introduce this change with only a few, non-intrusive code changes.  The feature will primarily be a CMake change.
> See: https://github.com/sakra/cotire



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)