inlining
美
英 
例句
The programmer might determine that inlining is useful for a large function that the compiler would not automatically inline.
程序員可能覺得內聯一個編譯器不會自動內聯的大函數很有用。
No methods of your class (regardless of inlining) can use types where the instantiation in the EXE and DLL have static data differences.
如果EXE和DLL中的實例化具有靜態數據差異時,類的任何方法(無論是否為內聯)都不能使用類型。
Note, however, that inlining significantly increases the row size on your data pages. This in turn decreases the number of rows per page.
但是要注意,內聯會極大增加數據頁面的行大小,從而減少每個頁面的行數量。
However, inlining too much code might make your program so large that the number of virtual-memory page faults increases.
但是,內嵌過多的程式碼可能會使程式過大,而增加虛擬記憶體的分頁錯誤數目。
I verified that differences due to method inlining were not involved in any of the measurements reported on in this benchmark.
我已經驗證,方法內聯并沒有給基準測試的報告帶來任何不同。
Presumably the server JVM is doing an excellent job of inlining direct access to its underlying array.
(可能是因為服務器JVM對底層數組的直接訪問進行了出色的內聯處理)。
Relevant for inlining is the size of the document after XML parsing in DB2, not the size of the textual XML document in your file system.
與內聯有關的是經過DB2解析的XML文檔的大小,而不是文件系統中的原始XML文檔的大小。
Two new system-supplied functions enable administrators to analyze inlining of small XML documents.
管理員可以使用系統提供的兩個新函數分析小型XML文檔的內聯。
This inlining is dependent on page size and is analogous to XML inlining for XML data.
該內聯基于頁面大小,類似于用于XML數據的XML內聯。
The compiler does not perform loop unrolling or function inlining when you specify '-O2 '.
當你加入-o2選項時,編譯器不會進行循環展開和函數內聯。
Inconveniently, virtual functions pose an impediment to inlining, and virtual function calls are more common in Java language than in C++.
但是不方便的是,虛方法對內聯造成了障礙,而虛函數調用在Java中要比在C++中普遍。
Inlining functions in code results in unintelligible code and even bigger management horrors.
代碼中的內聯函數會導致莫名其妙的代碼,甚至是更大的管理災難。
If &&foo is used in a static variable initializer, inlining is forbidden.
如果&&foo是被用在一個靜態變量的初始化時,內聯是禁用的。
Inlining a function call is an optimization that a compiler may perform on any call at any time.
內聯一個函數調用是編譯器可能在任何時候都可能進行的優化。
One area that has a major impact is inlining function calls.
一個主要的影響就是內聯函數(InliningFunction)調用。
For example, inlining functions eliminates the overhead of function calls.
例如,內嵌函式可以減輕函式呼叫的額外負荷。
Another way to prevent inlining is by using the command line option -XX: -Inline.
防止內聯的另一種方法是使用命令行選項-XX:-Inline。
Listing 2 shows an example of the type of optimization that is enabled through inlining.
清單2顯示了一個通過內聯實現的這類優化的示例。
Another useful pragma for limiting the depth of inlining is
限制內聯深度的另一個有用的雜注是
Listing 4. Using an interface to prevent method inlining
清單4使用接口防止方法內聯
Store and Manage XML Data Based on Mixed Inlining
基于混合映射的XML數據的關系存儲和查詢