----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64743/#review194216 -----------------------------------------------------------
PASS: Mesos patch 64743 was successfully built and tested. Reviews applied: `['64743']` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/64743 - Mesos Reviewbot Windows On Dec. 20, 2017, 3:50 a.m., James Peach wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/64743/ > ----------------------------------------------------------- > > (Updated Dec. 20, 2017, 3:50 a.m.) > > > Review request for mesos, Andrew Schwartzmeyer and Benjamin Bannier. > > > Bugs: MESOS-8348 > https://issues.apache.org/jira/browse/MESOS-8348 > > > Repository: mesos > > > Description > ------- > > If we tell the compiler to place each function in a separate > section, this allows the linker to garbage collect unused > sections. This significantly decreases the size of the final > build artifacts and provides some modest improvements in build > times. > > This feature is currently only implemented in Linux toolchains, > so we automatically enable it only on Linux. > > > Diffs > ----- > > cmake/CompilationConfigure.cmake dc9dc161dce1c714748bcec2fc15c4fbfbccaec2 > configure.ac 5ffc33a6b9495db64f1ec164ed96f3faea620348 > > > Diff: https://reviews.apache.org/r/64743/diff/1/ > > > Testing > ------- > > make check > > > Thanks, > > James Peach > >
