开发者

Generic structure of Intel C++ Compiler itself [closed]

开发者 https://www.devze.com 2023-02-08 13:20 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago开发者_如何学编程.

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

Generic structure of Intel C++ Compiler itself [closed]


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:

  • An Overview of the Intel® IA-64 Compiler
  • The Making of a Compiler for the 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/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号