Do you know how strong VLIW architectures support exists in GCC compiler infrastructure? I know that there are some VLIW architectures supported by GCC. Looking at them, it seems that the pipeline optimizations are left to another optimization layer. Are there good (not GCC internals doc) materials on this?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

There indeed are VLIW targets supported by GCC: on the current trunk, this includes at least FRV, MeP and picoChip. The support include optimization. As they are not "mainstream" targets (i.e. primary or secondary targets), there might be some suboptimal code generation for them in some cases.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.