dependent compilation的意思|示意

美 / diˈpendənt ˌkɔmpəˈleɪʃən / 英 / dɪˈpɛndənt ˌkɑmpəˈleʃən /

相关编译


dependent compilation的用法详解

英语单词dependent compilation指的是一种编译技术,这种技术可以让用户针对特定工程进行预编译、局部编译以及全局编译,根据工程代码的变化情况决定是否重新编译,从而提高开发效率。

dependent compilation技术可以检测出传统编译技术无法检测出的一些源码变化,如修改函数参数、函数变量、语句体等,当源码发生变化时,它可以精确的编译这些变化的部分,而不是对整个源文件重新进行编译。

dependent compilation技术可以解决传统编译技术无法解决的大量编译问题,可以大大简化编译过程,提高编译效率。它可以在编译时自动识别模块之间的依赖关系,根据不同的模块编码之间的差异,精确的进行相应的编译,大大减少了重复的工作量,提高了开发效率,更加有效的管理代码。

借助dependent compilation技术,可以实现快速便捷的编译和调试,提高开发效率,节省大量的时间。

dependent compilation相关短语

1、 Platform Dependent Compilation 平台依赖编译

2、 Platform m Dependent Compilation 平台依赖编译翻译我是头觅食的野猪

dependent compilation相关例句

You can also use platform defines to control platform dependent code compilation.

你也可以使用平台定义来控制与平台相关的代码编译。

The scope of a conditional compilation constant is dependent on the way it is set.

条件式编译常数的范围取决于它的设定方式。

For instance, if I type rake deploy, rake would call the dependent tasks I've set up, such as compilation, running tests, and so on.

例如,如果输入rake deploy, rake将调用之前设置的依赖任务,例如编译,运行测试等等。

Add compiler dependent compilation flags to compiler flags.

向编译器添加编译器平台相关的编译参数.

互联网