文件名称:ccache-2.3.tar
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [Linux] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 82kb
- 下载次数:
- 0次
- 提 供 者:
- 王**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
ccache 是一个快速的编译器缓存。当您编译一个程序的时候,它会缓存中间的结果。这样,不论什么时候您重新编译同一个程序,编译所需要得时间将被大大缩短。对于普通的编译来说,这可以提高编译速度5到10倍。
这个想法,来自 Erik Thiele 用bash写的 compilercache 。只不过,ccache用C再实现了一遍。但比前者性能高许多,也有更多的特性。
(注:Linux下运行)-ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the-E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations.
The idea came from Erik Thiele wrote the original compilercache program as a bourne shell scr ipt. ccache is a re-implementation of Erik s idea in C with more features and better performance
这个想法,来自 Erik Thiele 用bash写的 compilercache 。只不过,ccache用C再实现了一遍。但比前者性能高许多,也有更多的特性。
(注:Linux下运行)-ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the-E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations.
The idea came from Erik Thiele wrote the original compilercache program as a bourne shell scr ipt. ccache is a re-implementation of Erik s idea in C with more features and better performance
(系统自动生成,下载前可以参看下载内容)
下载文件列表
87361005ccache-2.3.tar