[llvm-commits] [gcc-plugin] r83453 - /gcc-plugin/trunk/TODO

Duncan Sands baldrick at free.fr
Tue Oct 6 23:56:33 PDT 2009


Author: baldrick
Date: Wed Oct  7 01:56:32 2009
New Revision: 83453

URL: http://llvm.org/viewvc/llvm-project?rev=83453&view=rev
Log:
Add a note on that GCC generates tons of debug info
when compiling with -g, and it would be good to turn
this off.

Modified:
    gcc-plugin/trunk/TODO

Modified: gcc-plugin/trunk/TODO
URL: http://llvm.org/viewvc/llvm-project/gcc-plugin/trunk/TODO?rev=83453&r1=83452&r2=83453&view=diff

==============================================================================
--- gcc-plugin/trunk/TODO (original)
+++ gcc-plugin/trunk/TODO Wed Oct  7 01:56:32 2009
@@ -36,6 +36,9 @@
 
 Consider using separate caches for types and globals.
 
+Work out how to stop GCC from outputting debug info for global variables
+when compiling with -g.  The output is all thrown away, so harmless, but it
+would be more efficient not to produce any in the first place.
 
 Correctness
 -----------





More information about the llvm-commits mailing list