• After interpreting a code path a certain number of times, it is compiled into machine code.

    解释代码路径一定次数之后,会把重新编译机器码。

    youdao

  • Or, to put it another way, use the same code path for errors as you use in normal operation.

    或者一种说法正常操作运行代码错误时运行是一样的。

    youdao

  • A critical code path is one that takes a long time to process or is very frequently executed.

    关键代码路径处理时间频繁执行的代码路径。

    youdao

  • Minimize the number of remote calls to reduce the overhead imposed by remote calls in your code path.

    尽可能减少远程调用数量减少由于代码路径中的远程调用带来的系统开销

    youdao

  • This rule is reported when a private field in your code exists but is not used by any code path.

    代码存在私有字段但是任何代码路径使用它时,将报告规则

    youdao

  • As in the NEW_ORDER transaction, all steps have been collected into one SQL table function to save code path.

    就像NEW_ORDER事务中一样,所有步骤收集一个sql函数中,节省代码路径

    youdao

  • The unit test does not produce a final result until the code path through the method has been completed.

    直到整个方法代码路径全部完成,单元测试才会产生最终结果

    youdao

  • First, the time taken by the JIT to analyze and compile the code path is included in the runtime of the test.

    首先,测试运行时间当中包含JIT用于分析编译代码路径所花时间

    youdao

  • Make sure there's no code path where the same object is released more than once. Check error code paths.

    不要重复释放同一对象检查异常处理代码的情况。

    youdao

  • With the stub method, the application has to be aware it is in "stub mode" so it can exercise the different code path.

    使用stub方法时,应用程序需要知道正处在“stub模式”下,这样可以执行不同代码路径。

    youdao

  • But assuming the types are okay, the code path is chosen first by a polymorphic dispatch, and second by procedural switch.

    但是假定类型没问题,那么代码路径首先多态分派选中其次过程切换选中。

    youdao

  • Also, the style helps document the equal role of the two objects involved in determining the appropriate code path to take.

    还有对于确定采取适当代码路径时所涉及两个对象样式有助于记录它们同等作用

    youdao

  • In recap, most OOP programming is single dispatch; that is, just one designated object determines which code path is taken.

    现在我们回忆一下,大部分OOP编程单一分派就是说只有一个指定对象用来确定要代码路径

    youdao

  • Do code path analysis to see if there is a synchronized block in the code that is blocking requests to execute concurrently.

    进行代码路径分析查看阻塞请求并发执行代码是否存在同步阻塞

    youdao

  • Again, this can be attributed to some additional overhead in reflective invocation, a longer code path, and the tracing activity.

    还是归因于反射调用中的额外开销长的代码路径跟踪活动。

    youdao

  • A particular code path is accessed frequently on each request but the data only needs to be fetched, applied, modified, or updated once.

    对于每个请求经常访问某个特定的代码路径但是数据却只需提取应用修改更新一次。

    youdao

  • This section provides a breakdown of the code path each thread in a currently existing process traversed to put it in its current state.

    一部分提供代码路径一个breakdown当前存在进程中的每个线程该路径,进入当前状态。

    youdao

  • The purpose of these optimizations is to avoid invocation of the regular SQL runtime interpreter wherever possible to shorten the code path.

    这些优化目的为了可以在任何缩短代码路径的地方,避免调用常规SQL运行时解释器。

    youdao

  • Run the application using another code path to capture the remaining SQL; then rebind and re-run the application using static SQL execution.

    使用另一条代码路径运行应用程序,捕捉剩下sql然后,使用静态SQL执行重新绑定重新运行应用程序。

    youdao

  • In the Performance Call Graph view (Figure 3), the line's thickness indicates the amount of time the application spends along that code path.

    性能调用视图(3)中,线粗细指出应用程序沿着代码路径花费时间

    youdao

  • AIX does not store information about which code path allocated a particular chunk of memory by default, so this information is not easy to get.

    AIX存储关于哪些代码路径默认分配特定内存信息这些信息容易获得。

    youdao

  • When tearing apart ASP.NET Forums 1.0 and rebuilding what became Community Server, we found that the code path for adding a new post was pretty slow.

    剖析 ASP.NETForums 1.0重新构建组成社区服务器的内容时,我们发现发布帖子代码路径非常

    youdao

  • If you're a Linux kernel developer, you probably find yourself coding highly architecture-dependent functions or optimizing a code path pretty often.

    如果Linux内核开发人员,您发现自己经常要对与体系结构高度相关的功能进行编码优化代码路径

    youdao

  • However, if reads greatly outnumber modifications, you can combine intrinsic locking and volatile variables to reduce the cost on the common code path.

    然而如果操作远远超过写操作,可以结合使用内部volatile变量减少公共代码路径开销

    youdao

  • With NVIDIA not supporting DX10.1, doing anything DX10.1 becomes less attractive to a developer because they need to write a DX10 code path anyway.

    NVIDIA支持dx10.1任何dx10.1变得那么有吸引力开发因为他们需要dx10代码路径无论如何

    youdao

  • It looks for cases where a code path will or could cause a null pointer exception, and it also looks for cases in which there is a redundant comparison to null.

    查找代码路径将会或者可能造成null指针异常情况,它查找对null的冗余比较的情况。

    youdao

  • After the previous test, Process a and Process Z diverge, each taking a separate code path, as if both came to a fork in the road and each took a distinct branch.

    上次测试之后,进程a和进程z会出现差异每个进程会采用单独代码路径就像路上出现岔道都会走上不同的分枝。

    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

  • 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

  • Things should be as easy as possible for the common case but transparently "upgradeable" to a faster code path if the end user is willing to learn about the performance dials and knobs.

    事情应该尽可能容易共同情形但是明显可升级的一个快速代码路径如果终端用户了解执行表盘旋钮

    youdao

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

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

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