Talk:Compiler/Archive 3: Difference between revisions
Jump to navigation
Jump to search
imported>Nick Johnson (→M) |
imported>Peter Schmitt m (List of code generation topics moved to Talk:Compiler/Archive 3: move to archive) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
This | {{subpages}} | ||
This is a list of '''topics in [[code generation]] employed by [[compiler|compilers]]'''. | |||
__NOTOC__ | __NOTOC__ | ||
* [[address mode]] | |||
* [[application binary interface|application binary interface (ABI]] | * [[application binary interface|application binary interface (ABI]] | ||
* [[instruction reordering]] | |||
* [[instruction set architecture]] | |||
* [[instruction | |||
* [[intermediate representation]] | * [[intermediate representation]] | ||
* [[memory hierarchy]] | * [[memory hierarchy]] | ||
* [[register]] | * [[register]] | ||
* [[register allocation]] | * [[register allocation]] | ||
* [[register allocation by graph coloring]] | * [[register allocation by graph coloring]] | ||
* [[retarget]] | |||
* [[stack frame]] | * [[stack frame]] | ||
== See Also == | == See Also == | ||
* [[code generation]] | * [[code generation]] | ||
* [[intermediate representation]] and [[list of compiler intermediate representations]] | * [[intermediate representation]] and [[list of compiler intermediate representations]] | ||
* [[optimization]] and [[list of Compiler Optimizations]] | * [[optimization]] and [[list of Compiler Optimizations]] | ||
Latest revision as of 15:44, 16 February 2010
This is a list of topics in code generation employed by compilers.
- address mode
- application binary interface (ABI
- instruction reordering
- instruction set architecture
- intermediate representation
- memory hierarchy
- register
- register allocation
- register allocation by graph coloring
- retarget
- stack frame