从 Solaris Sparc 移植到 Linux x86 时选择哪种编译器(Sun Studio 或 gcc)
我们决定将当前在 solaris sparc 上运行的应用程序移植到 Linux x86 系统。 Sun Studio 或 GNU gcc 哪个编译器更适合在 Linux 上使用?哪一个可以产生良好水平的优化二进制文件?
任何帮助或指示将不胜感激! 提前致谢。
We have decide to port our application that currently runs on solaris sparc to linux x86 system. Which compiler, Sun Studio or GNU gcc would be more beneficial to use on linux? Which one would produce at a good level of optimized binaries?
Any help or directions would be appreciated!
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现在,Sun Studio 归 Oracle 所有,其下一步发展还存在很多不确定性。许多人会建议 GCC,它是 Linux 上事实上的标准编译器,并且拥有更大的用户社区。
Now, Sun Studio is owned by Oracle, and there is lots of incertitude about where it's going next. Many people would advise GCC, which is the de facto standard compiler on Linux, and has a much bigger user community.