This is very low level code, which in many methods does two checks: if it is debug mode and hardware byte order. This should be eliminated. We must have 4 implementations for two bytes order (little endian and big endian) and two modes: debug and normal.
This is very low level code, which in many methods does two checks: if it is debug mode and hardware byte order. This should be eliminated. We must have 4 implementations for two bytes order (little endian and big endian) and two modes: debug and normal.