On Sonntag 06 Februar 2011, you wrote: > When using different names for function that do the same thing, I > see the problem, that the resulting linkage will become bloated. > The start-up codes e.g. use _bzero(). When now using smc_memset(), > we have in result an executable which contains the standard memset() > as well as the smc_memset(). I regard this as waste of memory. agreed also one thing that seems to be lost in the discussion: ROMable code is _not_ the rule for cc65 targets, its the exception. most programmers are not surprised that their code is not romable - they'd be more surprised about it doing unnecessary things to make it romable when it really doesnt have to be. -- http://www.hitmen-console.org http://magicdisk.untergrund.net http://www.pokefinder.org http://ftp.pokefinder.org Die Majorität der Dummen ist unüberwindbar und für alle Zeiten gesichert. Der Schrecken ihrer Tyrannei ist indessen gemildert durch Mangel an Konsequenz. <Albert Einstein> ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Sun Feb 6 16:31:53 2011
This archive was generated by hypermail 2.1.8 : 2011-02-06 16:31:56 CET