jit compiler 中文意思是什麼

jit compiler 解釋
jit編譯器
  • jit : JIT =just-in-time 【商業】及時盤存調節法〈指及時盤點庫存,以便按照銷售狀況來調節產量〉。
  • compiler : n. 1. 匯集者,編輯(人)。2. 【計算機】自動編碼器;自動編碼[編譯]程序。
  1. Because the common language runtime supplies a jit compiler for each supported cpu architecture, developers can write a set of msil that can be jit - compiled and run on computers with different architectures

    由於公共語言運行庫為所支持的每種cpu結構都提供了jit編譯器,開發人員可以編寫一組可在具有不同結構的計算機上進行jit編譯和運行的msil 。
  2. It causes the jit compiler to check that code that links to

    該屬性使jit編譯器檢查鏈接到
  3. The ibm jvms jit compiler does not support this processor

    Ibm jvm的jit編譯器不支持此處理器。
  4. Which is used to tell the jit compiler that debug information is available

    ,用於通知jit編譯器有可用的調試信息。因此,如果使用
  5. The jit compiler must respond to required modifiers but can ignore optional modifiers

    Jit編譯器必須響應必選修飾符,但是可以忽略可選修飾符。
  6. Managed debugging assistant to determine when the jit compiler starts to compile a function

    託管調試助手( mda )確定jit編譯器何時開始編譯函數。
  7. The common language runtime includes a jit compiler for converting msil to native code

    公共語言運行庫包括用於將msil轉換為本機代碼的jit編譯器。
  8. Native images require a smaller initial working set because there is no need for the jit compiler

    本機映像需要較小的初始工作集,因為它不需要jit編譯器。
  9. Reducing the length of these methods can make them more amenable to optimization by a jit compiler

    而縮短這些方法的長度有助於使jit編譯器更易於優化它們。
  10. The core of this dissertation is to describe the implementation and optimization of a jit compiler for vba

    本文的核心部分描述了vba編譯內核的實現與優化的過程。
  11. Therefore, the structure and mechanism of vba is analyzed, and then how the jit compiler is fit into existing structure is described

    首先剖析了原有的基於解釋執行模擬器的結構和工作原理。然後提出了要如何基於現有的框架結構實現編譯內核。
  12. A c compiler could emit a custom modifier to describe how a byte should be treated in cases where the jit compiler treats bytes in a manner that is not compatible with c by default

    C + +編譯器可發出一個自定義修飾符來說明應如何處理位元組,以防jit編譯器在默認情況下以與c + +不兼容的方式處理位元組。
  13. You can request the jit - compiler to not optimize the resulting machine code

    可以請求jit編譯器不優化最終的機器碼。
  14. Your ability to debug may be limited by whether the code was built with debug information, whether the debugger has access to the source code, and whether the common language runtime jit compiler is tracking debug information

    調試能力可能受到限制,限制因素包括:生成代碼時是否包含調試信息、調試器是否有權訪問源代碼,以及公共語言運行庫jit編譯器是否正在跟蹤調試信息。
  15. Your ability to inspect the program may be limited, of course, depending on whether the program was built with debug information and whether you have access to the program s source code, and whether the common language runtime jit compiler is tracking debug information

    當然,檢查程序的能力可能會受到某些限制,這取決于程序是否用調試信息生成,是否可以訪問程序源代碼,以及公共語言運行庫jit編譯器是否在跟蹤調試信息。
  16. Instead, the transformation from tail - recursive function to simple loop must be done dynamically by a jit compiler

    相反地,這種從尾遞歸函數到簡單循環的轉換必須由jit編譯器動態地進行。
  17. In order to generate the exact set of the host processor s instructions, the jit compiler needs to precisely determine the architecture type of the underlying processor

    為了生成主機處理器的正確的指令集, jit編譯器需要明確地確定底層的處理器的體系結構類型。
  18. You also need to know whether the jvm correctly determines host processor architecture so that the jit compiler can produce the correct set of instructions for that architecture

    您還需要知道jvm能否確定主機處理器的體系結構,以使得jit編譯器可以為那個體系結構生成正確的指令集。
  19. The structure and mechanism of jit compiler is described as sections below : basic block splitting static and dynamic basic block splitting algorithm is described here, and optimized “ n look forward ” algorithm is proposed

    隨後分為如下幾部分細描述了編譯內核的實現機制與運行過程:基本塊的劃分描述了靜態和動態的基本塊劃分演算法,並提出效率上更加優化的「 n級預先搜索」演算法。
  20. The jit - compiler default behavior is to generate the highest performance, hardest to debug machine code

    Jit編譯器的默認行為是生成性能最高、最不易於調試的機器碼。
分享友人