[llvm-commits] CVS: llvm-www/www-index.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Jul 16 21:23:42 PDT 2004
Changes in directory llvm-www:
www-index.html updated: 1.107 -> 1.108
---
Log message:
Attempt to address the most prominant misunderstanding of LLVM
---
Diffs of the changes: (+6 -0)
Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.107 llvm-www/www-index.html:1.108
--- llvm-www/www-index.html:1.107 Thu Jul 15 18:15:04 2004
+++ llvm-www/www-index.html Fri Jul 16 23:23:31 2004
@@ -40,6 +40,12 @@
href="CurrentWork.html">Current Projects</a>" for information about other
components under development.</p></li>
+<li><p>LLVM does <i>not</i> imply things that you would expect from a
+high-level virtual machine. It does not require garbage collection or
+run-time code generation (In fact, LLVM makes a great static compiler!).
+Note that optional LLVM components can be used to <i>build</i> high-level
+virtual machines and other systems that need these services.</p></li>
+
</ol>
<p>LLVM is a robust system, particularly well suited for developing new
More information about the llvm-commits
mailing list