On Thu, Nov 14, 2013 at 2:49 PM, Ehsan Akhgari <ehsan.akhg...@gmail.com> wrote: > I've started to work on a project in my spare time to switch us to use > unified builds for C/C++ compilation. The way that unified builds work is > by using the UNIFIED_SOURCES instead of the SOURCES variable in moz.build > files. With that, the build system creates files such as: > > // Unified_cpp_path_0.cpp > #include "Source1.cpp" > #include "Source2.cpp" > // ...
Doesn't this negate the advantage of static global variables. I.e. when changing how you use a static global, rather than just auditing the .cpp file where that static global lives, you now how to audit all .cpp files that are "unified together". / Jonas _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform