petro_Mejia
Banned
- Joined
- Feb 11, 2012
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 0
I ported one of my PIC-14 projects to few C Compilers & here are the results--
All the compilers were configured for maximum optimization level.
Though CC5X has some limitations like single dim array, simplified math expressions etc, it seems that when all other things are equal, CC5X is clearly a winner.
PICC(3.249) - ROM: 2492 Words, RAM: 91-114, Stack 7+1
WIZ-C(14) - ROM: 2444 Words, RAM: 123, Stack 6+1
HT-PIC(9.50 PL2)- ROM: 1959 Words, RAM: 113, Stack 5+2
CC5X(3.2N RED) - ROM: 1593 Words, RAM: 94, Stack 4+2
All the compilers were configured for maximum optimization level.
Though CC5X has some limitations like single dim array, simplified math expressions etc, it seems that when all other things are equal, CC5X is clearly a winner.
Last edited by a moderator: