• Inlining functions in code results in unintelligible code and even bigger management horrors.

    代码中的内联函数导致莫名其妙的代码,甚至是更大管理灾难

    youdao

  • 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.

    内联总是减少指令执行数量(由于最低限度的调用返回指令没有被执行),但是(经常)结果代码变得很大

    youdao

  • Dynamic compilers, especially once method inlining takes place, have many more ways to determine that code is dead.

    动态编译器(尤其是在进行方法内联之后)通过许多方法判断代码

    youdao

  • Inlining a very small accessor function will usually decrease code size while inlining a very large function can dramatically increase code size.

    内联非常成员访问函数减少代码内联一个非常的函数代码戏剧性增长

    youdao

  • The decision to inline is based on an estimate as to whether inlining will result in smaller code size.

    决定内联基于估计是否内联导致更小代码尺寸

    youdao

  • Cons: Overuse of inlining can actually make programs slower. Depending on a function's size, inlining it can cause the code size to increase or decrease.

    限制过度使用内联函数实际上使减慢程序运行,取决于函数体大小决定代码增加减少

    youdao

  • Cons: Overuse of inlining can actually make programs slower. Depending on a function's size, inlining it can cause the code size to increase or decrease.

    限制过度使用内联函数实际上使减慢程序运行,取决于函数体大小决定代码增加减少

    youdao

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

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

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