]> git.ipfire.org Git - thirdparty/ccache.git/commit
Avoid unnecessary copy of object file on cache miss
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 7 Mar 2015 16:39:54 +0000 (17:39 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 7 Mar 2015 19:41:37 +0000 (20:41 +0100)
commit38301c0dad27523f59d874759595944558ba022d
treebac5a0583a7f11fcf02c3c9bad723d3101f0ee26
parent220cec6ceb828ef0a20ee0e1e64b0e8b46ec33ad
Avoid unnecessary copy of object file on cache miss

As noted by Chiaki Ishikawa, ccache performs an unnecessary copy of the
object file from the cache on a cache miss. This was an refactoring
oversight in 18a645451194becb832bd1ff4fee1c1e9f3d0dc5.
NEWS.txt
ccache.c