Re: [cc65] const/volatile

Date view Thread view Subject view

From: Christian Krüger (christian.krueger_at_pace.de)
Date: 2003-02-02 12:28:02


Hi,
 
>I like object oriented style too and for very simple getters/setters I 
>use macros. This way you even spare that 'rts' and don't need any fancy 
>compiler extensions.

yes, but they aren't type save. That's why I (and maybe Uz too)
like to have an 'inline' feature. Anyhow, for a decent optimizer
this should be one of the basic jobs: examine if including the code
is shorter than calling it. But I wouldn't bet that this is done by
the cc65 optimizer... (or am I wrong?) (...another neat enhancement?)

Regards
chrisker
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-02-02 12:29:18 CET