Please help us shrink down our #include dependency graph

2013-08-13 Thread Ehsan Akhgari
Hi everyone, Reducing our #include dependency will help speed up the compilation for C/C++ files, and will also help us build fewer files after each change. We have a tracker bug (785103) for improvements to the #include dependencies, and we have data in bug 901132 to show you where to improve

Re: Please help us shrink down our #include dependency graph

2013-08-13 Thread Nicholas Nethercote
On Tue, Aug 13, 2013 at 3:34 PM, Ehsan Akhgari ehsan.akhg...@gmail.com wrote: Reducing our #include dependency will help speed up the compilation for C/C++ files, and will also help us build fewer files after each change. We have a tracker bug (785103) for improvements to the #include

Re: Please help us shrink down our #include dependency graph

2013-08-13 Thread Mike Hommey
On Tue, Aug 13, 2013 at 04:39:57PM -0700, Nicholas Nethercote wrote: On Tue, Aug 13, 2013 at 3:34 PM, Ehsan Akhgari ehsan.akhg...@gmail.com wrote: Reducing our #include dependency will help speed up the compilation for C/C++ files, and will also help us build fewer files after each