Re: When to use Thumb ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



givemecode <samdomville@xxxxxxxxx> writes:

> I just don't understand what Thumb is and exactly when it should be used. 

I'm not sure this is a gcc question.  There is plenty of information
about Thumb available on the web.  Try wikipedia, for example.

Thumb is an alternate instruction set supported by ARM processors, which
on average runs slower and takes less space than the regular ARM
instruction set.  So, for example, Thumb instead of ARM might be
appropriate for use on devices which are memory constrained, especially
where performance is not important.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux