Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Side by Side Diff: docs/README.rst

Issue 1562543002: move .rst to docs (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: changes suggested by stichnot Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/LOWERING.rst ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Subzero - Fast code generator for PNaCl bitcode 1 Subzero - Fast code generator for PNaCl bitcode
2 =============================================== 2 ===============================================
3 3
4 Design 4 Design
5 ------ 5 ------
6 6
7 See the accompanying DESIGN.rst file for a more detailed technical overview of 7 See the accompanying DESIGN.rst file for a more detailed technical overview of
8 Subzero. 8 Subzero.
9 9
10 Building 10 Building
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 183
184 * Global, linear-scan register allocation. 184 * Global, linear-scan register allocation.
185 185
186 * Advanced phi lowering after target lowering and global register allocation, 186 * Advanced phi lowering after target lowering and global register allocation,
187 via edge splitting, topological sorting of the parallel moves, and final local 187 via edge splitting, topological sorting of the parallel moves, and final local
188 register allocation. 188 register allocation.
189 189
190 * Stack slot coalescing to reduce frame size. 190 * Stack slot coalescing to reduce frame size.
191 191
192 * Branch optimization to reduce the number of branches to the following block. 192 * Branch optimization to reduce the number of branches to the following block.
OLDNEW
« no previous file with comments | « docs/LOWERING.rst ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698