Bernd Mueller schrieb:

>> The compiler(s code generator) should take care of target cpu variants
>> and architectures.
> 
> I think, this would be a lot of work. Which architecture should be
> implemented first? ARMv5 or better the latest ARMv7 (CORTEX) variants.
> But what about the Thumb/Thumb-2 instruction set? Also very interesting.
> 
> From my point of view the current situation with FPC/ARM is pretty good.
> And if someone really needs architecture specific implementations, he
> could try to add these features to the compiler.

There are very little *generally* usefull instrustrutions in ARMv5 and
ARMv6, most are only usefull for very limited applications. FPC makes
use of the most important one: PLD in the move procedure and it is
detected dynamically if it's available.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to