> On Oct. 12, 2017, 2:19 a.m., Benjamin Mahler wrote:
> > I assume you're only touching the files that use protobuf `install` 
> > handlers because there's a build speed cost?

I just changed minimal set of files required to make it compile with the 
changes in #62901. I didn't notice any impact on build speed, but I use quite 
powerful build machine. Apart from possible impact on build time, there's a 
minimal runtime penalty for having arenas (protobuf needs to compare if objects 
come from the same arena in some cases) + more binary code.


- Dmitry


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62900/#review187726
-----------------------------------------------------------


On Oct. 11, 2017, 5:34 p.m., Dmitry Zhuk wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/62900/
> -----------------------------------------------------------
> 
> (Updated Oct. 11, 2017, 5:34 p.m.)
> 
> 
> Review request for mesos and Benjamin Mahler.
> 
> 
> Bugs: MESOS-6971
>     https://issues.apache.org/jira/browse/MESOS-6971
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> This adds `option cc_enable_arenas = true;` to relevant proto files.
> 
> 
> Diffs
> -----
> 
>   include/mesos/authentication/authentication.proto 
> 3869d6b117ead633dbc6ae23aa5059d13c9ff70d 
>   include/mesos/master/master.proto 79be497984cdecf91850264734243af29c060d85 
>   include/mesos/mesos.proto 830985a3265b7c104d8fdc50749c395d98f5f3c8 
>   include/mesos/scheduler/scheduler.proto 
> 0528a7ea2df0aa4bf6d4405274943e9858998812 
>   src/messages/log.proto ca740bd011147f8f48cc5dfcacefa5fdbd95ccd0 
>   src/messages/messages.proto afca6d161c2c2049eeffe4189d86b460b345dd51 
> 
> 
> Diff: https://reviews.apache.org/r/62900/diff/1/
> 
> 
> Testing
> -------
> 
> make
> 
> 
> Thanks,
> 
> Dmitry Zhuk
> 
>

Reply via email to