Resolving “branch out of range” Errors When Using Older MIPS Compilers
In embedded software design it is common to want to have the code footprint as small as possible. Therefore, it is fairly common when using the GNU C++ compiler to use the -O2 option which includes the -O optimization flags plus a whole slew of others. You would think that the best optimization is always [...]
