Intel C++ 的通用结构编译器本身
我想了解英特尔 C++ 编译器的工作原理。我想找一个图,它会显示X86和X86_64的Intel编译器的内部结构,并画出它的主要部分。我想要的部分是“代码生成”、“前端”、“后端”、寄存器分配、分析等。
我只能在这里找到安腾编译器的图片 download.intel.com/technology/itj/ q41999/pdf/compiler.pdf。这张图片很好,但是 x86 编译器不能有“谓词”部分,因为它没有谓词寄存器,...
我在哪里可以找到结构的图像或描述
问题:如果 Intel C++ Compiler for x86
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用谷歌搜索英特尔的网站,搜索条件如下:
我发现:
编译器
英特尔® 安腾™ 处理器
我认为这可能会有所帮助...
由 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:
I came across:
Compiler
Intel® ItaniumTM Processor
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/