Name: Anonymous 2010-07-11 11:58
byte, int, double, float? Considering modern consumer PC.
struct.
word. Smaller types involve extra & instructions to keep within type limits. Larger types need more cycles to load the relevant value.
signed and unsigned variables of all sizes. As it turns out, short and long long take a lot more time to assign values than int or char. Granted, I used Visual Studio 2008 and an x86 platform, but it makes sense because the datatypes I mentioned tend to be optimized.
uint13_t obviously