[Bug other/33087] Add dependency information to object files and make use of it

2007-08-17 Thread raselmsh at hotmail dot com
--- Comment #4 from raselmsh at hotmail dot com 2007-08-17 12:04 --- I took a look at ccache again, and it is definitely not what I was thinking of. ccache is more aimed at accelerating multiple full compile rounds of the same package, whereas I was thinking of improving dependency

[Bug other/33087] Add dependency information to object files and make use of it

2007-08-16 Thread raselmsh at hotmail dot com
--- Comment #1 from raselmsh at hotmail dot com 2007-08-16 10:55 --- Not related to the bug, but is there a way of hiding e-mail addresses in this bugzilla? I have switched from my real address to a more or less disposable one to get around this, but it would be nicer to be able to use

[Bug other/33087] Add dependency information to object files and make use of it

2007-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-08-16 11:02 --- You can use ccache to get this same behavior. You can also use -MD to get automatic dependency checking. ideally including the checksums of the source files used to build it That will not work for some stuff

[Bug other/33087] Add dependency information to object files and make use of it

2007-08-16 Thread raselmsh at hotmail dot com
--- Comment #3 from raselmsh at hotmail dot com 2007-08-16 11:14 --- How reliable is ccache? I have tried it (or was it a different C Cache?), but uninstalled after I found that it caused some compile runs to fail, presumably after misselecting the object file from the cache. To