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

Chris Lattner lattner at cs.uiuc.edu
Sun Dec 14 16:37:01 PST 2003


Changes in directory llvm-www/releases/1.1/docs:

ReleaseNotes.html updated: 1.2 -> 1.3

---
Log message:

Add PR181 to the 1.1 release notes, as it will hopefully make it in.  :)


---
Diffs of the changes:  (+6 -1)

Index: llvm-www/releases/1.1/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.1/docs/ReleaseNotes.html:1.2 llvm-www/releases/1.1/docs/ReleaseNotes.html:1.3
--- llvm-www/releases/1.1/docs/ReleaseNotes.html:1.2	Sat Dec 13 23:02:08 2003
+++ llvm-www/releases/1.1/docs/ReleaseNotes.html	Sun Dec 14 16:36:45 2003
@@ -214,6 +214,11 @@
     started execution, but now it waits until the first time they are called to
     compile them.  This dramatically speeds up short runs of large C++ programs,
     which often have large numbers of functions pointed to by vtables.</li>
+
+<li>The C front-end <a href="http://llvm.cs.uiuc.edu/PR181">had an inefficient
+    implementation of the LLVM type-system</a>, which caused the C++ front-end
+    to be very slow in some cases.</li>
+
 </ol>
 
 
@@ -690,7 +695,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: 2003/12/14 05:02:08 $
+  Last modified: $Date: 2003/12/14 22:36:45 $
 </address>
 
 </body>





More information about the llvm-commits mailing list