It doesn't even matter unless your compiler is stupid and can't handle files larger than X.
I've done some testing with this, and have noticed no real difference. In fact, smaller files compiler faster, but it needs to launch the compiler for every file. -----Original Message----- From: Pell, Blake B [mailto:[EMAIL PROTECTED] Sent: Friday, August 16, 2002 11:39 AM To: [email protected] Subject: Performance Question This is something I've been curious about but never really been able to find an answer for. Would it be better to have extremely large files (like act_wiz.c, fight.c pushing 15,000+ lines) or split the code up into smaller files (for instance pulling reclass specific code into their own .c files)? My question is, does this even matter? Rhien. -- ROM mailing list [email protected] http://www.rom.org/cgi-bin/mailman/listinfo/rom

