Talk:Compiler/Archive 3: Difference between revisions
Jump to navigation
Jump to search
imported>Nick Johnson (→A) |
imported>Pat Palmer (removing highly distracting alphabet headers) |
||
Line 3: | Line 3: | ||
__NOTOC__ | __NOTOC__ | ||
* [[address mode]] | * [[address mode]] | ||
* [[application binary interface|application binary interface (ABI]] | * [[application binary interface|application binary interface (ABI]] | ||
* [[instruction scheduling]] | * [[instruction scheduling]] | ||
* [[instruction set architecture]] | * [[instruction set architecture]] | ||
* [[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]] | * [[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]] |
Revision as of 03:46, 9 May 2007
This page aims to list articles about topics in code generation employed by compilers. This list is not necessarily complete or up to date.
- address mode
- application binary interface (ABI
- instruction scheduling
- instruction set architecture
- intermediate representation
- memory hierarchy
- register
- register allocation
- register allocation by graph coloring
- retarget
- stack frame