optimisations

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

医学



双语例句

  1. 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编译器动态生成的代码不同,因而不可能在经过一段时间后,得益于常用方法的进一步优化。
  2. Unlike JIT compilation, AOT compilation does not employ optimisations based on the dynamic analysis of an executing Java method.
    与JIT编译不同,AOT编译并不根据对Java方法的动态分析执行优化。
  3. Performance and scalability optimisations.
    性能和可伸缩性优化。
  4. Performance optimisations ( e.g., it doesn't always make sense to normalize your messages).
    性能优化(比如,规格化你的消息不是永远都有意义的);
  5. We are continually monitoring the realms affected by this, and use the data we gather to implement further optimisations.
    我们会持续关注服务器的状况,并收集数据进行进一步优化。
  6. 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.
    在比较这两个优化的效率之前,最好能尽可能的优化掉比如堆栈到寄存器,寄存器到堆栈的数据移动。
  7. 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运行时,但是去年却没有取得重大进展。
  8. This is the first time we will see processor dependent optimisations.
    我们将第一次看到依赖处理器的优化。
  9. 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操作。
  10. 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并不能够在程序执行前静态地完成这项工作,相反,一些其他的优化技术简化代码直到产生内联方法。
  11. Optimisations and extensions have been made in order to match the characteristics of the wireless environment.
    WML为针对无线通信环境和无线终端设备的特点作了优化。
  12. In this regard a communication platform for a digital factory is developed to make diagnoses of machines, and changes of programs or process optimisations possible in less time by using an integrated control system, visualization and surveillance.
    为此开发了使用集成控制系统、虚拟现实和监测技术的数字工厂通信平台,能在最短时间内对机床进行诊断,改变程序或使工艺优化。
  13. Optimisations of A WAM-Based Prolog Compiler
    基于WAM的Prolog编译优化