Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您知道 GCC 编译器基础架构中存在多么强大的 VLIW 架构支持吗?我知道 GCC 支持一些 VLIW 架构。看着它们,似乎管道优化留给了另一个优化层。有没有好的(不是 GCC 内部文档)材料?
GCC 确实支持 VLIW 目标:在当前主干上,这至少包括FRV、MeP和picoChip。支持包括优化。由于它们不是“主流”目标(即主要或次要目标),因此在某些情况下可能会为它们生成一些次优的代码。