[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Sat Aug 7 20:33:20 PDT 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.227 -> 1.228
---
Log message:

This isn't a bug, it's a missing feature



---
Diffs of the changes:  (+2 -4)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.227 llvm/docs/ReleaseNotes.html:1.228
--- llvm/docs/ReleaseNotes.html:1.227	Thu Aug  5 16:53:13 2004
+++ llvm/docs/ReleaseNotes.html	Sat Aug  7 22:33:07 2004
@@ -430,9 +430,7 @@
 such, execution of a threaded program could cause these data structures to be
 corrupted.</li>
 
-<li>It is not possible to <tt>dlopen</tt> an LLVM bytecode file in the JIT.</li>
-
-<li>Linking in static archive files (.a files) is very slow (there is no symbol
+<li>Linking in static archive files (.a files) is slow (there is no symbol
 table in the archive).</li>
 
 <li>The gccld program <a href="http://llvm.cs.uiuc.edu/PR139">does not link
@@ -768,7 +766,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/08/05 21:53:13 $
+  Last modified: $Date: 2004/08/08 03:33:07 $
 </address>
 
 </body>






More information about the llvm-commits mailing list