词语吧>英语词典>optimisations翻译和用法

optimisations

(optimisation 的复数) [医]最佳化, 最优法; 最优化
optimisation的复数

医学

双语例句

  • Before making any timing to evaluate the effect of the two optimisations it is a good idea to optimise away some, or all if possible, of the stack to register and register to stack moves.
    在比较这两个优化的效率之前,最好能尽可能的优化掉比如堆栈到寄存器,寄存器到堆栈的数据移动。
  • We are continually monitoring the realms affected by this, and use the data we gather to implement further optimisations.
    我们会持续关注服务器的状况,并收集数据进行进一步优化。
  • This is the first time we will see processor dependent optimisations.
    我们将第一次看到依赖处理器的优化。
  • The single biggest benefit is the in-lining of method calls; but this can't be done statically ahead of time. Instead, other optimisations simplify the code until the method in-lining can occur.
    这个功能的最大好处就是方法调用的内联化;但是,我们也要明白JVM并不能够在程序执行前静态地完成这项工作,相反,一些其他的优化技术简化代码直到产生内联方法。
  • Optimisations of A WAM-Based Prolog Compiler
    基于WAM的Prolog编译优化
  • Performance and scalability optimisations.
    性能和可伸缩性优化。
  • Many of the optimisations in JVM JITs use knowledge about how the program is running and perform subsequent JIT operations after data has been gathered to know if it is sufficient or not.
    在JVMJIT中使用的很多优化技术都需要了解程序是如何运行的,这样才能更好地在数据收集之后执行后续JIT操作。
  • Optimisations and extensions have been made in order to match the characteristics of the wireless environment.
    WML为针对无线通信环境和无线终端设备的特点作了优化。
  • 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.
    预先编译的代码有着静态的本质&与JIT编译器动态生成的代码不同,因而不可能在经过一段时间后,得益于常用方法的进一步优化。
  • Unladen Swallow was an attempt to bring LLVM optimisations to the CPython runtime, but hasn't seen significant activity for the last year.
    unladenswallow尝试将LLVM优化引入到CPython运行时,但是去年却没有取得重大进展。