From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-09-25 10:55:05
On Wed, Sep 24, 2003 at 06:35:21AM +0200, Peter Trauner wrote: > Ok. I haven't splitted common into common and draw stuff yet. > (splitting into 1 function in 1 file is overkill in my opinion). It is the only way to minimize memory usage. An object file is linked to an executable if there is at least one reference into this object file. This means that an object file containing three functions and one variable will linked to an application if the application contains a reference to the variable - even if none of the functions is ever called. If the code is separated into several modules, a program will only get what it really needs. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-09-25 10:55:13 CEST