Intel C++ 的通用结构编译器本身

发布于 2024-10-16 01:12:58 字数 370 浏览 2 评论 0原文

我想了解英特尔 C++ 编译器的工作原理。我想找一个图,它会显示X86和X86_64的Intel编译器的内部结构,并画出它的主要部分。我想要的部分是“代码生成”、“前端”、“后端”、寄存器分配、分析等。

我只能在这里找到安腾编译器的图片 download.intel.com/technology/itj/ q41999/pdf/compiler.pdf。这张图片很好,但是 x86 编译器不能有“谓词”部分,因为它没有谓词寄存器,...

我在哪里可以找到结构的图像或描述

问题:如果 Intel C++ Compiler for x86 IA-64 Intel 编译器结构

I want to learn, how Intel C++ Compiler works. I want to find a diagramm, which will show the internal structure of Intel compiler for X86 and X86_64 with major parts of it drawn. Parts I want are "Code generation", "Front-end", "Back-end", register allocation, analysises, etc.

I was able only to find a picture for Itanium compiler here download.intel.com/technology/itj/q41999/pdf/compiler.pdf. This picture is good, but x86 compiler can't have a "Predication" part as it have no predicate registers, ...

Question: Where can I find a image or description of structure if Intel C++ Compiler for x86

IA-64 Intel compiler structure

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

尽揽少女心 2024-10-23 01:12:58

您可以尝试使用谷歌搜索英特尔的网站,搜索条件如下:

site:intel.com +compiler +design
site:intel.com filetype:pdf +compiler +design

我发现:

我认为这可能会有所帮助...

由 osgx 更新:还有一些来自英特尔的俄语节选:http://www.i-lab.nsu.ru/special_courses_old/modern_optimizing_compilers/

You could try hunting around intel's website using google with the following search criteria:

site:intel.com +compiler +design
site:intel.com filetype:pdf +compiler +design

I came across:

Which I think might help...

update by osgx: also some lections from intel in russian: http://www.i-lab.nsu.ru/special_courses_old/modern_optimizing_compilers/

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