Code optimizations

Wednesday, November 8, 2006 - 11:23

It’s been a while since last my last post.. I’ve been working on doing some code rewrites. I turned out that doing frame handling through the use of macros was a bad idea. It is hard to debug and hard to determine what a given macro expands to (when you have macros in macros in macros … ). Because of this, I decided to rewrite my frame handling code, making it easy to comprehend. This have reduced my code size by 5Kb so far, and I’m not even done yet. No need to say that I’m pretty satisfied with the outcome :-)