GCC compiler infrastructure for VLIW architectures
Asked Answered
A

1

6

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?

Anderlecht answered 16/2, 2010 at 17:53 Comment(0)
S
6

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.

Sensorimotor answered 11/3, 2010 at 9:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.