散文网 | 字典

inlining的意思,inlining的音标读音解释

2016-05-16 20:27

inlining翻译

内联

音标读音

英式:[ɪn'lɪnɪŋ]美式:[ɪn'lɪnɪŋ]

基本意思

直接插入

形近的词

unlining interlining relining outlining underlining

变形

例句

  1. He reinforced my bias in favor of uncompromising efficiency and inlining.
    他加强了我对不牺牲效率和内联的偏爱。
  2. The compiler does not perform loop unrolling or function inlining when you specify '-O2'.
    当你加入-o2选项时,编译器不会进行循环展开和函数内联。
  3. Presumably the server JVM is doing an excellent job of inlining direct access to its underlying array.
    (可能是因为服务器JVM对底层数组的直接访问进行了出色的内联处理)。
  4. Use inlining and compression to reduce storage consumption and increase I/ O performance.
    使用内联和压缩功能来减少存储消耗并提高I/O性能。
  5. Two new system-supplied functions enable administrators to analyze inlining of small XML documents.
    管理员可以使用系统提供的两个新函数分析小型XML文档的内联。
  6. Another way to prevent inlining is by using the command line option-XX:-Inline.
    防止内联的另一种方法是使用命令行选项-XX:-Inline。
  7. This inlining is dependent on page size and is analogous to XML inlining for XML data.
    该内联基于页面大小,类似于用于XML数据的XML内联。
  8. If& foo is used in a static variable initializer, inlining is forbidden.
    如果&foo是被用在一个静态变量的初始化时,内联是禁用的。
  9. Inlining functions in code results in unintelligible code and even bigger management horrors.
    代码中的内联函数会导致莫名其妙的代码,甚至是更大的管理灾难。
  10. The Ruby development tools have had refactoring support for quite some time now, implementing for example various rename refactorings, extracting, moving and inlining of methods.
    Ruby开发工具早就支持重构了,实现了比如重命名、扩展、移动和方法内联。
  11. This inlining capability, which was introduced in DB2 9.5, remains a useful option.
    这种内联功能是在DB29.5中引入的,现在仍然是有用的选项。
  12. Home pages that have few ( perhaps only one) page view per session may find that inlining JavaScript and CSS results in faster end-user response times.
    举行的网页。有几个(可能只有一个)页查看每个会话的主页可能会发现内联JavaScript和CSS导致更快的最终用户响应时间。
  13. The subrule also allows aggressive inlining since there are no virtual function calls.
    子规则也允许最大限度的内联,因为它没有虚函数调用。
  14. Inconveniently, virtual functions pose an impediment to inlining, and virtual function calls are more common in Java language than in C++.
    但是不方便的是,虚方法对内联造成了障碍,而虚函数调用在Java中要比在C++中普遍。
  15. Dynamic compilers, especially once method inlining takes place, have many more ways to determine that code is dead.
    动态编译器(尤其是在进行方法内联之后)通过许多方法来判断死代码。
  16. I verified that differences due to method inlining were not involved in any of the measurements reported on in this benchmark.
    我已经验证,方法内联并没有给基准测试的报告带来任何不同。
  17. Styling can be done using local style definitions ( as in Listing 3), references to external style sheets, inlining styles within the components, and using the setStyle method in ActionScript.
    样式设计通过使用本地样式定义(见清单3)、对外部样式表的引用、组件内的内联样式以及ActionScript中的setStyle方法完成。
  18. One area that has a major impact is inlining function calls.
    一个主要的影响就是内联函数(InliningFunction)调用。
  19. By inlining method calls, not only is the method call overhead eliminated, but it gives the optimizer a larger basic block to optimize, with substantial opportunity for dead-code optimizations.
    通过内联方法调用,不仅方法调用的开支被清除,而且给优化器提供了更大的优化块可以优化,会带来相当大的死代码优化机会。
  20. Large object ( LOB) inlining& Small LOBs can be stored in the formatted rows of the base table.
    大对象(LOB)内联&小的LOB可存储在基表的格式化行中。
  21. Inlining always reduces the number of instructions executed ( since at a minimum the call and return instructions are not executed), but it can ( and often does), make the resulting code bigger.
    内联总是减少指令执行的数量(这是由于最低限度的调用和返回指令没有被执行),但是它能(并经常)让结果代码变得很大。
  22. The guarded inlining guided by this information can avoid identifying the type of virtual method's receiver object statically, get the dynamic information more precisely, and then it can increase applications 'performance.
    使用该信息指导的保护内联优化可以避免静态判断虚方法的接收者对象类型的缺陷,得到更加准确的动态信息,使应用程序的性能得到提升。
  23. However, inlining too much code might make your program so large that the number of virtual-memory page faults increases.
    但是,内嵌过多的程式码可能会使程式过大,而增加虚拟记忆体的分页错误数目。
  24. If inlining is prevented with the presence of a lock and not prevented without, than we need to make sure that we don't include the extra method call in our results.
    如果由于锁的存在而抑制了内联,反之没有锁就可能出现内联,那么我们要确保在测试结果中没有包含额外的方法调用。
  25. Note, however, that inlining significantly increases the row size on your data pages. This in turn decreases the number of rows per page.
    但是要注意,内联会极大增加数据页面的行大小,从而减少每个页面的行数量。
  26. Many standard optimizations can only be performed within a "basic block," and so inlining method calls is often important to achieve good optimization.
    许多标准的优化只能在“基本块”内执行,所以内联方法调用对于达到好的优化通常很重要。
  27. Inlining is one of the most important optimizations that the compiler performs and here we talk about a couple of the pragmas that help modify this behavior.
    内联是编译器所执行的最重要的优化之一,我们将在此处讨论两个可帮助修改此行为的杂注。
  28. A project that uses function inlining yet defines the functions in a.CPP file rather than in the header file can cause LNK2001.
    内联函数的定义放在CPP里而不是放在头文件里可能会导致LNK2001。
  29. Queries that only access the relational columns of the table now need to read a much larger number of pages than without inlining.
    对于只访问表的关系列的查询,现在所需读取的页面数要远远超过未实现内联时需要读取的页面数。
  30. The result is that the compiler can make aggressive inlining decisions to achieve higher performance, then back out those decisions later if they are no longer based on valid assumptions.
    结果就是,编译器要进行主动的内联决策,才能得到更高的性能,然后当这些决策依据的假设不再有效时,就会收回这些决策。

百科解释

网络意思

内联化
内联函数
内联
代码嵌入
内联调用

inlining的相关作文