What is the translation of " 优化的代码 " in English?

optimized code
优化 代码
heavily-optimized code

Examples of using 优化的代码 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
解释器先通过Baseline编译器,生成一些优化的代码
The interpreter optimizes into the Baseline compiler, which produces somewhat optimized code.
这些功能也有助于编译器创建优化的代码
They also help the compiler produce optimized code.
这些功能也有助于编译器创建优化的代码
Those are features that also help the compilers to create optimized code.
因为DSP应用要求高度优化的代码,大多数DSP厂商都提供一些开发工具,以帮助程序员完成其优化工作。
Because DSP applications need highly optimized code, most DSP manufacturers will provide development tools to help programmers complete their optimization tasks.
本书通过帮助你安装完整的Python环境开始,接着教你如何编写优化的代码
The book starts everything by helping you install a complete Python environment,which helps you in writing optimized code.
再加上收集到的分析数据,IonMonkey编译器可以生成高度优化的代码
Combined with profiling data gathered while running the code,the IonMonkey compiler can produce heavily-optimized code.
这将使我们能够进一步缩短整体构建时间并生成更优化的代码
This will allow us to further reduce the overall build time andproduce more optimized code.
然后,结合运行代码时收集的分析数据,IonMonkey编译器可以生成更高程度优化的代码
Combined with profiling data gathered while running the code,the IonMonkey compiler can produce heavily-optimized code.
对象属性的顺序:始终以相同的顺序实例化对象属性,以便可以共享隐藏类和随后优化的代码.
Order of object properties: always instantiate your object properties in the same order so that hidden classes,and subsequently optimized code, can be shared.
解释器将代码解释给Baseline编译器,该编译器可以生成部分优化的代码
The interpreter optimizes into the Baseline compiler, which produces somewhat optimized code.
当以-O标志调用Python解释器时,将生成优化的代码并保存在.pyo文件中。
When the Python interpreter is invoked with the-O flag, optimized code is generated and stored in. pyo files.
这样,我们将可以进一步缩短总体构建时间并生成更优化的代码
This will allow us to further reduce the overall build time andproduce more optimized code.
本书通过帮助你安装完整的Python环境开始,接着教你如何编写优化的代码
The book begins it all by helping you install a complete Python environment,which helps you in writing optimized code.
JavaScript引擎的代码解析和执行过程的目标就是在最短时间内编译出最优化的代码
The goal of a JavaScript engine's code parsing andexecution process is to generate the most optimized code in the shortest possible time.
本书通过帮助你安装完整的Python环境开始,接着教你如何编写优化的代码
The book begins it all by serving to you install awhole Python environment that helps you in writing optimized code.
解释器将代码优化成SimpleJIT--其中JIT代表Just-In-Time编译器--它可以生成部分优化的代码
The interpreter optimizes into SimpleJIT- where JIT stands for Just-In-Time compiler-which produces somewhat optimized code.
如果你一视同仁地优化所有代码,90%的优化工作都是白费劲的,因为被你优化的代码大多很少被执行。
If you optimize all the code equally, you end up with 90 percent of the optimizations wasted,because you are optimizing code that isn't run much.
如果Crankshaft确定需要优化的代码是由Full-codegen生成的未优化代码,它就会取代Full-codegen,这个过程叫做“crankshafting”。
If Crankshaft determines that the unoptimised code generated by Full-codegen is in need of optimisation, it replaces it, a process known as‘crankshafting'.
第一,需要花时间丢掉已优化的代码并且回到基线版本。
First, it takes some time to bail out of the optimized code and go back to the baseline version.
事实上,手工优化的代码反而可能会让编译器难以进行额外和更加有效的优化。
In fact, manually optimizing the code might prevent the compiler from performing additional or more efficient optimizations.
我们还可以写出更优化的代码来:.
Now we can write our code much more elegantly.
然而,利用NumPy也有可能有意无意地写出未优化的代码
However, it is also possible to unintentionally write non-optimized code with NumPy.
Crankshaft-一个更加复杂的(即时)优化编译器,生成高度优化的代码
Crankshaft- a more complex(Just-In-Time) optimizing compiler that produced highly-optimized code.
你何时优化自己的代码??
When should you performance-optimize your code?
编写过早优化其他代码的代码
Writing code that prematurely optimizes other code.
最后,别忘了优化的代码
Don't forget to optimize your code.
您不仅要优化自己的代码,还要确保工程师也能够优化他们的代码。
You not only optimize your own code but make sure engineers are able to optimize theirs.
正如人们所说的,优化正确的代码比改正优化过的代码容易多了。
It is easier to optimize correct code than to correct optimized code.
正如人们所说的,优化正确的代码比改正优化过的代码容易多了。
As they say, it's easier to optimize correct code than to correct optimized code.
简单直接的代码会帮助编译器的优化引擎识别并优化代码。
Simple and straightforward code will help the compiler's optimizer identify and speed up the results.
Results: 509, Time: 0.0198

Word-for-word translation

Top dictionary queries

Chinese - English