• Although JIT compilation provides some advantages for speeding up execution, it does so at the cost of larger amounts of memory.

    虽然JIT编译加快执行提供了一些优势但是这是以巨大内存代价进行的。

    youdao

  • However, the JIT compiler must also carefully balance the time it takes to compile a program because that time adds to the program's execution time.

    然而JIT编译必须注意抵消编译程序消耗时间因为这些时间将延长程序执行时间。

    youdao

  • The JIT approach seemed promising, but it had some drawbacks.

    JIT技术看起来很有前途但是一些不足

    youdao

  • Therefore, given the importance of JIT, the very first step in every problem determination should be disabling JIT, except for the cases when it is clearly not a JIT-related problem.

    因此给定JIT重要性后,问题判断过程中的第一步骤应该禁用 JIT除非显然不是一个JIT 相关的问题。

    youdao

  • Apple was using the JIT engine in real products, and so we took that as a sign that it could work for us as well.

    Apple产品使用JIT引擎我们认为一个积极的信号表示LLVM也能够我们的项目中很好工作

    youdao

  • While using LLVM helped us get off the ground very, very quickly, it quickly became a liability, and we ended up having to fix lots of bugs in the JIT support.

    使用LLVM帮助我们很快地起步,但是却很快成为我们负担,我们不得不修复大量JIT进行支持的bug结束我们的工作。

    youdao

  • Psyco — to keep it very shortis a just-in-time (JIT) compiler of Python code into (x86) machine code.

    Psyco可以保持代码非常简短(x86)机器代码中的一个JITPython代码编译器

    youdao

  • If the processor type cannot be determined (possibly because it is not supported), the JIT produces a set of instructions for whatever the default processor is set to in that particular JVM version.

    如果不能确定处理器类型(可能是因为支持),那么JIT那个特定JVM版本设置默认处理器生成指令

    youdao

  • Even in cases when there are indications that JIT is at fault, it is better to verify that by disabling JIT and rerun of an application with JIT disabled.

    即使迹象表明JIT就是问题的原因的情况下,最好通过禁用JIT进行一下验证重新运行一下禁用了JIT程序

    youdao

  • The CLR JIT can only track a fixed number of variables for register allocation; once it has to track more than this, it begins to spill the contents of registers into memory.

    CLRJIT只能跟踪固定数目寄存器分配变量一旦需要跟踪数目超出这个数目,开始寄存器内容内存中

    youdao

  • Because runtime compilation USES profiling data to guide its optimization, the JIT may well optimize the test code differently than it would real code.

    因为运行时编译使用概要数据指导优化所以JIT测试代码优化可能不同实际代码的优化。

    youdao

  • So in this case of Modules, the end-user saved on startup time, but will end up paying for it when they move from one Module to the next since each new Module will need to be loaded in a JIT manner.

    因此使用模块情况下,最终用户节省启动时间但是模块切换一个模块时却需要花更多时间,因为每个模块需要JIT形式加载

    youdao

  • If the problem does not happen at all on single-processor system even with JIT enabled, then it is likely to be a problem not related to JIT, but to time-dependent logic error in application.

    如果这个问题即使启用JIT单处理器系统也不会出现那么这个问题可能JIT无关而是与应用程序中的时间相关逻辑有关。

    youdao

  • You also need to compile your code for each architecture you wish to run on (rather than rely on it having a JIT).

    同时需要各种结构编译代码(依赖JIT)。

    youdao

  • IT may include JVM Settings such as disabling bytecode verification and reducing JIT compilation costs.

    还可能包括JVM设置比如禁用字节码验证减少JIT编译成本

    youdao

  • We also believed that LLVM was a more robust JIT than it turned out to be.

    我们坚信LLVM一个更加健壮JIT,起码现在看起来应该健壮很多。

    youdao

  • The JIT compiler is selective about which code it compiles so that the time it takes to do the compilation is likely to be made up by the improvements to the code's performance.

    JIT编译器将选择编译代码这样花费编译时间可能通过代码性能的改进得到补偿

    youdao

  • It also holds activation frames for JIT compiled code (with a twist).

    掌握所有JIT编译后代码活动

    youdao

  • Although platform neutrality is maintained with JIT compilation, it comes at a price.

    尽管通过JIT编译保持平台无关性,但是付出了一定代价。

    youdao

  • That's not a surprising result, because one of the great advantages of the JIT compiler is exploiting dynamic characteristics of the application that's running to make it run more efficiently.

    这个结果并不奇怪因为JIT编译器一个最大优势利用应用程序的动态特征来使高效地运行

    youdao

  • The AOT-compiled code is the equivalent to the native code the JIT compiler would generate if it used a fixed optimisation level.

    如果JIT使用一种固定优化级别那么AOT编译代码等同于JIT编译生成本地代码。

    youdao

  • IT first shows JIT compilations.

    首先展示了JIT编译

    youdao

  • When it finds an opportunity it will direct a JIT compiler to recompile the section of the code in question.

    找到机会后,要求JIT编译器重新编译问题中的代码

    youdao

  • On devices without a JIT, it is true that invoking methods via a variable with an exact type rather than an interface is slightly more efficient.

    没有JIT设备上,通过具体类型变量调用方法通过接口高效

    youdao

  • The mixed-model assembly line is one of the applications of JIT production, because it can meet diversified demand of customers without the need for large product inventories.

    装配线准时制生产方式具体应用之一在不引起产品库存变化的条件下满足用户多样化需求

    youdao

  • The goal was an ambitious one; to port the LLVM runtime framework as the CPython interpreter, and merge it in with an option to turn on the checks for JIT compilation.

    目标曾经多么野心勃勃引入LLVM运行时架构作为CPython解释器然后作为一个选项能够JIT编译的时候打开

    youdao

  • After you set this option, the JIT compiler prints two messages for each method as it compiles the method. For example.

    设置这个选项之后,JIT编译器会在对方法进行编译每个方法打印条消息

    youdao

  • When I introduced the JIT, I had to write code to allow the garbage collector to stop all threads in the system so it could safely GC.

    引入JIT的时候,为了确保GC操作的安全不得不编写代码垃圾回收器停止(VM)系统内的所有线程

    youdao

  • Worse, the way the JIT optimizes the do-nothing code in SyncTest.increment() may be very different from how it optimizes a real-world program.

    糟糕的是,JIT 对于 SyncTest.increment()不做事的代码优化与对实际中的程序的优化在方式很大不同

    youdao

  • No warmup was performed, and it made no account for the time taken by JIT execution.

    没有进行热身(warmup),没有考虑JIT执行所花时间

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定