Ada:优化编译指示
为了使 Ada 代码运行得更快,我在代码中包含了编译指示优化时间(在声明部分)。在使用 GNAT Ada libre Core 编译器在 AdaGIDE 中进行编译时,我收到一条警告消息:
pragma Optimize(Time);
|
>>> warning: insufficient -O value
在 AdaGIDE 编辑器的全局设置中,我在优化部分启用了扩展(O2 级别)。
但在 GPS 中编译时,相同的代码不会发出任何警告。这里使用 AdaGIDE 的人以前有过类似的经历吗?
多谢...
in the quest to make an Ada code run faster, I'm including the pragma optimize time in the code (in the declarative part). On compiling in AdaGIDE using the GNAT Ada libre Core compiler, I get a warning message:
pragma Optimize(Time);
|
>>> warning: insufficient -O value
In the Global settings in the AdaGIDE editor, I have Extensive (O2 level) enabled in the Optimization section.
The same code doesn't give any warning though on compilation in GPS. Any one here using AdaGIDE who had a similar experience before?
Thanks a lot...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,我不使用 Ada 的 IDE,但我很高兴看到 GNAT 版本之间的可用选项有所不同: 4.3.5, 4.4.4 和 4.5.0。您可以检查哪些值适用于您安装的编译器版本,哪些值适用于 IDE 所需的值。
Sorry, I don't use an IDE for Ada, but I was intrigued to see that the available option vary among GNAT versions: 4.3.5, 4.4.4, and 4.5.0. You might check which values apply to your installed version of the compiler versus what the IDE expects.