|
Re: Number of liines of code in user_routines.c
In an ideal world, yes, the compiler should do about the same thing. However, we're talking about MPLAB's compiler here, and it's far from "ideal". Something tells me even GCC would have difficulty optimizing it. My best bet goes to Intel's super-optimizing compiler. It's too bad we can't have something like that for our PICs.
As for code length in user_routines.c? It's only about 400-500. That's because I split my code up into multiple files. In all, I think I've written about 2000 in the pre-season this year. I've also taken the time to write my own camera code as opposed to Kevin's (it's good, just a little drawn out, IMHO).
__________________
D5 Robotics, Team 1293: Programmer, CAD'er, Mechanical, Electrical... I've made my rounds.
Events: 2006-2009 Palmetto Regional
Website: http://d5robotics.org/
Last edited by Cjmovie : 31-12-2006 at 17:07.
|