Mercurial > lcfOS
comparison doc/compiler.rst @ 297:a6f61e9a9d5c
Added docs requirements
author | Windel Bouwman |
---|---|
date | Sun, 01 Dec 2013 17:35:54 +0100 |
parents | ea93e0a7a31e |
children | 674789d9ff37 |
comparison
equal
deleted
inserted
replaced
296:9417caea2eb3 | 297:a6f61e9a9d5c |
---|---|
91 1. Instruction selection | 91 1. Instruction selection |
92 2. register allocation | 92 2. register allocation |
93 3. Peep hole optimization? | 93 3. Peep hole optimization? |
94 4. real code generation | 94 4. real code generation |
95 | 95 |
96 .. automodule:: codegenarm | 96 .. automodule:: codegen |
97 :members: | 97 :members: |
98 | 98 |
99 Instruction selection | 99 Instruction selection |
100 ~~~~~~~~~~~~~~~~~~~~~ | 100 ~~~~~~~~~~~~~~~~~~~~~ |
101 | 101 |