문제

Why doesn't GCC together with GNU ld support type-checked linking when the DWARF-format contains all the type-information we need? We waste a lot of time on our company trying to make Ada and C communicate safely. The problem is we have no help from the compiler nor linked to assure that these bindings are kept in sync.

도움이 되었습니까?

해결책

Why doesn't GCC together with GNU ld support type-checked linking when the DWARF-format contains all the type-information we need?

The problem is significantly more complex than you make it appear.

We waste a lot of time on our company trying to make Ada and C communicate safely.

Then code support for this into GNU ld or gold (the latter is much faster, and much easier to hack on), and contribute it upstream. Problem solved?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top