Ada:优化编译指示

发布于 2024-09-10 07:30:53 字数 334 浏览 6 评论 0原文

为了使 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白况 2024-09-17 07:30:53

抱歉,我不使用 Ada 的 IDE,但我很高兴看到 GNAT 版本之间的可用选项有所不同: 4.3.5, 4.4.44.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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文