Re: [cc65] Re: Optimization suggestion?

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2008-07-24 15:44:50
On Thu, Jul 24, 2008 at 02:14:48PM +0200, Christian Krüger wrote:
> >Can you give me a short(!) sample of the C code that generated this assembly and the optimization settings used?
>
> Thought about it while reading:
>
> http://www.atariage.com/forums/index.php?showtopic=129096

Just use ++i instead of i++ and it is translated into "inc _i". This is in the
docs together with the reasons:

    http://www.cc65.org/doc/coding.html

There's no better way to hide some information than putting it into the
documentation:-)

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Jul 24 15:44:59 2008

This archive was generated by hypermail 2.1.8 : 2008-07-24 15:45:01 CEST