« Return to Thread: Is Hitech C deliberately slugging code in the free version..?

Re: Is Hitech C deliberately slugging code in the free version..?

by Rikard Bosnjakovic-2 :: Rate this Message:

Reply to Author | View in Thread

On Thu, Jul 2, 2009 at 20:06, Mike Harrison<mike@...> wrote:

>  "Running this compiler in PRO mode, with Omniscient Code Generation enabled,
> produces code which is typically 52% smaller than in Lite mode."
>
> So does 'Omniscient Code Generation' just mean doing things properly?

Basically it means "Pay us loads of money and we will give you less
code". Here's what I got with your code, using a licensed Hi-Tech
C-compiler:

10:                    irtmrl += bittime2;
   3F5    302A     MOVLW 0x2a
   3F6    07A1     ADDWF 0x21, F
12:                    irtmrl++;
   3F8    0AA1     INCF 0x21, F



--
- Rikard - http://bos.hack.org/cv/
--
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

 « Return to Thread: Is Hitech C deliberately slugging code in the free version..?