| 1. | Store and manage xml data based on mixed inlining 数据的关系存储和查询 |
| 2. | Another useful pragma for limiting the depth of inlining is 限制内联深度的另一个有用的杂注是 |
| 3. | Also falls victim to the inlining and deoptimization problem discussed in 还沦为在12月份的文章 |
| 4. | He reinforced my bias in favor of uncompromising efficiency and inlining 他加强了我对不牺牲效率和内联的偏爱。 |
| 5. | The code in listing 3 is not necessarily a candidate for lock elision although after inlining 清单3中的代码不一定是锁省略的候选方案(虽然在内联了 |
| 6. | And any other function that the compiler chooses expansion occurs at the compiler s discretion , often referred to as auto - inlining 的函数和编译器选择的任何其他函数(由编译器自行进行展开,通常称作自动内联) 。 |
| 7. | 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 内联是编译器所执行的最重要的优化之一,我们将在此处讨论两个可帮助修改此行为的杂注。 |
| 8. | Inline functions are always packaged if they are instantiated as calls which occurs , for example , if inlining is turned off or you take a function address 如果内联函数实例化为调用(例如,当关闭内联或获取函数地址时出现这种情况) ,则始终打包内联函数。 |
| 9. | Inlining functions , for example , eliminates the overhead of function calls , but inlining too much code may make your program so large that the number of virtual - memory page faults increases 例如,内联函数可消除函数调用的系统开销,但是内联太多代码可能使应用程序很大,致使虚拟内存页的错误数增加。 |