RE: [GD-General] Compile times
Brought to you by:
vexxed72
From: Root, K. <kr...@fu...> - 2002-12-10 10:26:07
|
My 2 cents =) I was just doing full rebuild of one of our server application with it services on my development PC - here are some details. .cpp - 1357 files (17.3MB) .c - 303 files (6.8MB) .h - 2039 files (11.9MB) Full rebuild time - ~17 minutes. That code consist of 113 sub-projects (components in server and helper services). We heavy use STL in code along with our huge template library which wrap some STL templates, Windows API functions and so on. My development PC is 2xP3 1000, 512 RAM, 2x40GB IDE (in RAID). Konstantin Root Software Engineer fusionOne Estonia www.fusionone.com / www.mightyphone.com > -----Original Message----- > From: Dan Thompson [mailto:da...@cs...] > Sent: Tuesday, December 10, 2002 6:02 AM > To: gam...@li... > Subject: Re: [GD-General] Compile times > > > Just to add my 2 cents...I just built linux on our > isntruction servers at UW, which arent the best machines, > doing a make clean then make all. I know it ins't building > the full 110 megs(68 megs of .c files) for our particular > implementation due to architecture and driver stuff, but I > think 4:41(5 > minutes...) is a nice build time for an operating system. For > me it kinda puts things in perspective, anyway, depsite the > optimizations and such. > > -Dan > > ----- Original Message ----- > From: "Brian Hook" <bri...@py...> > To: <gam...@li...> > Sent: Monday, December 09, 2002 6:32 PM > Subject: RE: [GD-General] Compile times > > > > > Tony Hawk's Pro Skater 4 has 10.6 MB of code (engine > included), and > > > takes 7.5 minutes for a full code rebuild on a 2Ghz/1GB > PC using GCC > > > 2.93 (Targeting the PS2) > > > > That's downright speed-of-light compared to most people's comments, > > and to me is a pretty clear indicator that the problem isn't > > necessarily just the size of the code base. > > > > Brian > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Gamedevlists-general mailing list > > Gam...@li... > > https://lists.sourceforge.net/lists/listinfo/gamedevlists-general > > Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=557 > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Gamedevlists-general mailing list > Gam...@li... > https://lists.sourceforge.net/lists/listinfo/gamedevlists-general > Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=557 > |