You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2017/10/12 02:16:00 UTC

[jira] [Created] (MESOS-8077) Explore using 'option optimize_for = CODE_SIZE' to speed up compile time for unoptimized builds.

Benjamin Mahler created MESOS-8077:
--------------------------------------

             Summary: Explore using 'option optimize_for = CODE_SIZE' to speed up compile time for unoptimized builds.
                 Key: MESOS-8077
                 URL: https://issues.apache.org/jira/browse/MESOS-8077
             Project: Mesos
          Issue Type: Improvement
            Reporter: Benjamin Mahler


Protobuf exposes an option for optimizing for {{SPEED}} or {{CODE_SIZE}}. {{SPEED}} is the default, and we should explore using {{CODE_SIZE}} for unoptimized builds to see if this speeds up compile times.

https://developers.google.com/protocol-buffers/docs/proto#options



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)