Gregg Mattinson gm138242@scot.canada.sun.com writes:
In regards to the second point (@function vs. 2), something has been bugging me for a while... Why do the .spec.c files have so much assembly code in them? To me, it looks like most of it could be replaced with an array and some creative use of global variables.
I doubt it. Many things need to have a very specific layout that cannot be done in plain C. If things are done in assembly there's usually a good reason for that.