Constant folding/Related Articles: Difference between revisions
Jump to navigation
Jump to search
imported>Daniel Mietchen m (Robot: encapsulating subpages template in noinclude tag) |
imported>Housekeeping Bot m (Automated edit: Adding CZ:Workgroups to Category:Bot-created Related Articles subpages) |
||
Line 21: | Line 21: | ||
{{r|Register allocation by graph coloring}} | {{r|Register allocation by graph coloring}} | ||
{{Bot-created_related_article_subpage}} | |||
<!-- Remove the section above after copying links to the other sections. --> | <!-- Remove the section above after copying links to the other sections. --> |
Revision as of 14:39, 11 January 2010
- See also changes related to Constant folding, or pages that link to Constant folding or to this page or whose text contains "Constant folding".
Parent topics
Subtopics
Bot-suggested topics
Auto-populated based on Special:WhatLinksHere/Constant folding. Needs checking by a human.
- Compiler [r]: A program that translates a human-readable instructions into machine instructions. [e]
- Computer science [r]: The study of how computers work, and the algorithms, data structures and design principles used in their operation and programming. [e]
- Copy propagation [r]: An enabling optimization used in computer compilers that organizes data to improve subsequent optimizations. [e]
- Dead code elimination [r]: A compiler optimization which removes instructions which can be shown not to affect the operation of the program. [e]
- List of compiler optimizations [r]: Add brief definition or description
- Register allocation by graph coloring [r]: Add brief definition or description