----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25798/#review53886 -----------------------------------------------------------
+1 - Dominic Hamon On Sept. 18, 2014, 3:53 p.m., Joris Van Remoortere wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/25798/ > ----------------------------------------------------------- > > (Updated Sept. 18, 2014, 3:53 p.m.) > > > Review request for mesos, Benjamin Hindman and Niklas Nielsen. > > > Repository: mesos-git > > > Description > ------- > > Follow up from 25079. > Reduces compile time overall by ~1/3rd. > Move implementation of libprocess help into cpp file. > Use strings::join to refactor macro expansion that was injecting lots of > overhead even when the expanded functions were not used. > > > Diffs > ----- > > 3rdparty/libprocess/Makefile.am edbe54b > 3rdparty/libprocess/include/process/help.hpp 4333b5b > 3rdparty/libprocess/src/help.cpp PRE-CREATION > > Diff: https://reviews.apache.org/r/25798/diff/ > > > Testing > ------- > > make check on 3rdparty > support/mesos-style.py > > > Thanks, > > Joris Van Remoortere > >