public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug pch/15351] New: Add option for caching headers
@ 2004-05-09 19:52 v13 at it dot teithe dot gr
  2004-05-09 20:38 ` [Bug pch/15351] " pinskia at gcc dot gnu dot org
  2004-05-11 17:48 ` v13 at it dot teithe dot gr
  0 siblings, 2 replies; 3+ messages in thread
From: v13 at it dot teithe dot gr @ 2004-05-09 19:52 UTC (permalink / raw)
  To: gcc-bugs

I believe that if you could add an option to gcc that would create a cache of  
precompiled headers for all the headers of each compiled program in a user  
specified dir would be much more efficient than trying to compile all headers  
with the same options and defines every now and then.  
  
i.e:  
gcc -c a.c -o a -Xhdr-cache/  
  
could auto-compile all headers included be a.c (just those listed in include  
statements in a.c) and also look for precompiled headers in hdr-cache/ dir.  
  
This could help big projects like kde to 'ship' with pch support just by  
having a gcc version check in ./configure script and adding an option like  
-X{$top_srcdir}/hdr_cache to CFLAGS/CXXFLAGS.  
  
Currently it is almost impossible to precompile headers of /usr/include since  
every program out there uses its own defines and can only be done if every  
developer out there does a precompiling before compiling his project.  
  
Thanks in advance  
  
<<V13>>

-- 
           Summary: Add option for caching headers
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: pch
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: v13 at it dot teithe dot gr
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15351


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug pch/15351] Add option for caching headers
  2004-05-09 19:52 [Bug pch/15351] New: Add option for caching headers v13 at it dot teithe dot gr
@ 2004-05-09 20:38 ` pinskia at gcc dot gnu dot org
  2004-05-11 17:48 ` v13 at it dot teithe dot gr
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-09 20:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-09 20:38 -------
Confirmed, this is a very nice feature if PCH was designed differnently.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-09 20:38:46
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15351


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug pch/15351] Add option for caching headers
  2004-05-09 19:52 [Bug pch/15351] New: Add option for caching headers v13 at it dot teithe dot gr
  2004-05-09 20:38 ` [Bug pch/15351] " pinskia at gcc dot gnu dot org
@ 2004-05-11 17:48 ` v13 at it dot teithe dot gr
  1 sibling, 0 replies; 3+ messages in thread
From: v13 at it dot teithe dot gr @ 2004-05-11 17:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v13 at it dot teithe dot gr  2004-05-10 19:23 -------
This may by possible by using a wrapper script or program against gcc/g++ that 
first scans the file for includes, precompiles them and runs gcc/g++ as 
needed... 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15351


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-05-10 19:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-09 19:52 [Bug pch/15351] New: Add option for caching headers v13 at it dot teithe dot gr
2004-05-09 20:38 ` [Bug pch/15351] " pinskia at gcc dot gnu dot org
2004-05-11 17:48 ` v13 at it dot teithe dot gr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).