• Over time Hotspot and the JIT will convert the interpreted code into native code using profiling information.

    随着时间的流逝,HotspotJIT根据收集的信息解释型代码转化为本机代码。

    youdao

  • But performing a task with interpreted code and performing it with compiled code can take significantly different amounts of time.

    但是使用解释后代码执行任务使用编译后的代码执行任务在时间上有巨大的差异。

    youdao

  • Let's say you're going to time 200,000 iterations through a loop, and the compiled code is 10 times faster than the interpreted code.

    假设正在通过循环计时200,000次迭代编译代码解释代码10

    youdao

  • A second disadvantage is that AOT-compiled code, though faster than interpreted code, can be substantially slower than JIT-compiled code.

    第二缺点尽管AOT编译代码解释过的代码执行速度快,但是却比JIT编译的代码慢得多

    youdao

  • The advances in hardware allow interpreted code to run faster today than compiled code on some systems available when I started work on Bash.

    Bash而论,硬件进步使今天解释型代码运行速度快当初开始工作可用一些系统编译型代码。

    youdao

  • AOT code is native code and generally executes faster than interpreted code (although it is not likely to run as fast as JIT-generated code).

    AOT代码原生代码,执行速度通常解释的代码快(但是太可能JIT生成的代码那么快)。

    youdao

  • Depending on the compilation time and how much faster the compiled code is than the interpreted code, small changes in the number of iterations can result in big differences in measured "performance."

    根据编译时间编译代码解释代码程度,即使迭代数量只做很小变化也可能造成测量的“性能”有极大差异

    youdao

  • Interpreted languages always have an advantage over compiled languages because they can execute code at times that compiled languages can't.

    解释语言始终编译语言具有更大的优势因为它们可以执行编译语言无法执行的代码

    youdao

  • Even if the file is protected on the server, because the code is interpreted locally it would be foolish to assume that it cannot be gotten.

    即使文件服务器受保护的,但因为代码在本地解释的,所以以为无法得到这个文件愚蠢的。

    youdao

  • Or, in the case of interpreted languages, the debugger may interpret code directly.

    或者使用解释语言情况下调试器可以直接解释代码

    youdao

  • Code that is interpreted still needs to be handled by the existing trace or hook based debuggers.

    解释代码仍旧需要现有基于跟踪或者回调的调试处理

    youdao

  • The instructions for this complexity are contained within the cell's genetic code, but how this information is accessed, read and interpreted is influenced by development and differentiation.

    这个复杂机器的说明书细胞遗传密码中,然而如何接入理解解释这些信息受到发育分化的影响。

    youdao

  • All data, including dynamic SQL statements, user input data, user output data, and character fields in the SQLCA, is interpreted based on this code page.

    所有数据包括动态sql语句用户输入数据、用户输出数据以及SQLCA中的字符字段,都基于代码进行解释的。

    youdao

  • However, the way that URLs are interpreted and mapped in the native code differs between platforms.

    然而解释url方法本机代码映射对于不同的平台来说不同的。

    youdao

  • AOT-compiled code, on the other hand, starts much higher than interpreted performance but is unlikely to be as high as can be achieved via the JIT compiler.

    一方面,AOT编译代码启动时性能解释的性能很多但是无法达到JIT编译器所达到的最高性能。

    youdao

  • The compiler runs at less predictable times, the JVM switches from interpreted to compiled code at will, and the same code path may be compiled and recompiled more than once during a run.

    编译运行次数很难预测JVM按照自己的想法解释代码切换编译代码而且运行期间相同的代码路径可能编译、重新编译不止一次

    youdao

  • Instead, the code is either interpreted or dynamically compiled by the JIT.

    相反这些代码将会由JIT解释动态编译

    youdao

  • A dynamic compiler mitigates this cost by eventually compiling all the interpreted methods that are frequently called by JIT compiled code, but without a dynamic compiler, this cost can't be hidden.

    动态编译通过最终编译所有JIT编译代码频繁调用那些解释过的方法减少这项开销但是如果不使用动态编译器,则这项开销就不可避免。

    youdao

  • Rt applications can also derive an important benefit from AOT-compiled code: more-deterministic performance that exceeds interpreted performance.

    RT应用程序AOT编译代码中获得重要收益:更具确定性的性能超过解释的性能。

    youdao

  • The JVM interpreted the bytecodes rather than compiling them to machine code and executing the machine code directly.

    JVM解释字节码,不是把字节码编译机器码直接执行机器码。

    youdao

  • As an interpreted scripting language, it is very friendly to iterative development — there's no recompiling after a single change, and you can see the impact of your code changes in real time.

    作为一种解释性脚本语言非常适用重复开发——需要在做出个别更改重新编译并且能够实时看到更改代码后的效果

    youdao

  • To do that, I can take advantage of the fact that PHP is an interpreted language by storing PHP code in a queue in the database, then executing it later.

    为此可以利用事实PHP一种解释型语言。可以将PHP代码存储数据库中的队列以后执行

    youdao

  • Canonicalization is the method in which raw data is interpreted to have Spaces displayed as Spaces and not as ASCII code.

    规范化解释原始资料使空格显示空格显示为ascii方法

    youdao

  • PHP code isn't compiled; rather, it's interpreted at run time.

    PHP代码经过编译而是运行加以解释

    youdao

  • It's more advanced, however, providing many optimizations that allow interpreted byte code to run nearly as fast (sometimes faster) than precompiled code.

    但是先进提供许多优化措施使得已解释字节代码几乎预编译的代码运行得一样(有时更快)。

    youdao

  • Each full-text query term needs to be interpreted correctly by your query code.

    查询代码需要正确解释每个全文查询

    youdao

  • If JIT is disabled JVM starts quickly but in most cases runs slowly as all byte-code is being interpreted.

    如果JIT禁用了,那么JVM启动会很快但是大部分情况中运行程序的速度都会与解释字节码的速度一样

    youdao

  • Pure interpreted, where all code gets parsed on the device and executed with our AST-walking interpreter logic.

    解释所有代码设备完成了解析并且通过我们的AST -walking解释逻辑执行

    youdao

  • As you saw in the December installment, the HotSpot JVM first executes a code path in interpreted mode, and only compiles it to machine code after a certain amount of execution.

    12月份文章中可以看到HotSpotJVM首先解释方式执行代码路径,然后在经过一定量的执行后,将其编译机器代码。

    youdao

  • It can't be compiled, executed, or interpreted, thus being "reduced to the level of mere documentation" and adding "no more value to a project than an elaborate code comment".

    U ML不能编译执行解释那它就“只剩文档编制作用”,而且项目来说,除了作为详尽的代码注释外别他用”。

    youdao

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

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

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