此外,Nvidia还为其加入了名为动态代码优化(Dynamic Code Optimization)的128MB专用缓存,用于提升常用操作的性能。Nvidia表示,该优化适用于所有标准的ARM应用,无需开发者对自己的软件作出任何改动。
基于22个网页-相关网页
在最高优化级别上,根据从正在执行的代码自动生成的动态分析数据执行重新编译。
At the highest optimization level, the recompilation is performed based on dynamic profiling data automatically generated from the executing code.
预先编译的代码有着静态的本质——与JIT编译器动态生成的代码不同,因而不可能在经过一段时间后,得益于常用方法的进一步优化。
Because of its static nature, precompiled code — unlike code generated dynamically by a JIT compiler — can't benefit from further optimisations of frequently used methods over time.
在传统编译器中,指令选择往往采用动态规划的方法,其目的是优化目标代码性能(减小程序运行时间)。
Instruction selection of traditional compilers often adopts the dynamic programming technology to optimize the object code performance (reducing code running time).
应用推荐