[llvm-commits] CVS: llvm-www/ProjectsWithLLVM/index.html
Alkis Evlogimenos
alkis at niobe.cs.uiuc.edu
Thu Apr 1 16:00:03 PST 2004
Changes in directory llvm-www/ProjectsWithLLVM:
index.html updated: 1.9 -> 1.10
---
Log message:
Fix some oversights
---
Diffs of the changes: (+4 -2)
Index: llvm-www/ProjectsWithLLVM/index.html
diff -u llvm-www/ProjectsWithLLVM/index.html:1.9 llvm-www/ProjectsWithLLVM/index.html:1.10
--- llvm-www/ProjectsWithLLVM/index.html:1.9 Thu Apr 1 15:48:47 2004
+++ llvm-www/ProjectsWithLLVM/index.html Thu Apr 1 15:58:53 2004
@@ -26,17 +26,19 @@
<!--=========================================================================-->
<div class="www_sectiontitle">
-CS426: Improvements to Linear Scan register allocation (Fall 2004)
+CS426: Advanced Compilers (Fall 2004)
</div>
<!--=========================================================================-->
<!-- _______________________________________________________________________ -->
<div class="doc_subsubsection">
+<a name="linearscan">Improvements to Linear Scan register allocation</a><br>
<a href="mailto:alkis at cs.uiuc.edu">Alkis Evlogimenos</a>
</div>
<p>Linear scan register allocation is a fast global register allocation first
- presented in \cite{poletto99linear} as an alternative to the more widely
+ presented in <a href=http://citeseer.ist.psu.edu/poletto99linear.html>Linear
+ Scan Register Allocation</a> as an alternative to the more widely
used graph coloring approach. In this paper, I apply the linear scan register
allocation algorithm in a system with SSA form and show how to improve the
algorithm by taking advantage of lifetime holes and memory operands, and also
More information about the llvm-commits
mailing list