compiler optimization 中文意思是什麼

compiler optimization 解釋
編譯程序優化
  • compiler : n. 1. 匯集者,編輯(人)。2. 【計算機】自動編碼器;自動編碼[編譯]程序。
  • optimization : n. 最佳化,最優化。
  1. Reducing the length of these methods can make them more amenable to optimization by a jit compiler

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

    本文的核心部分描述了vba編譯內核的實現與優化的過程。
  3. The compiler is free to reorder certain instructions as an optimization when it would not change the semantics of the program

    當編譯器不會改變程序的語義時,作為一種優化它可以隨意地重新排序某些指令。
  4. Then the thesis presents two peephole optimizations for the c 、 c + + compiler based on the architecture of thump to improve the quality of generated codes. one optimization is on multimedia applications. since thump supports two mmx instructions, the optimized compiler can generate these instructions to improve the performance

    論文討論了如何利用thump體系結構的特點進一步提高目標代碼生成質量的優化技術,並實現了兩種窺孔優化,包括針對thump的多媒體指令的優化演算法和基於thump的高速乘除處理部件的優化演算法。
  5. This thesis makes use of instruction split, delay - slot scheduling and peephole optimization in porting. the new cross - compiler system, zltcg, not only supports the new target but also absorbs the old system ' s advantages on code optimization and portability. at first, this thesis describes the developing history and theories of compiler, especially on its architecture, bootstrapping and porting

    本文根據新目標機的特點,利用了指令拆分,延時槽調度,窺孔優化等技術,既實現了對新目標機的支持,又吸收了原有系統高度優化和可移植的優點。
  6. For global common subexpression optimization, the compiler searches entire functions for common subexpressions

    對于全局公共子表達式優化,編譯器搜索全部函數中的公共子表達式。
  7. For local common subexpression optimization, the compiler examines short sections of code for common subexpressions

    對于局部公共子表達式優化,編譯器檢查公共子表達式的一小部分代碼。
  8. Lastly, we summarized our research work. interprocedural analysis and optimization has great significance. although they introduce some large compiler - time cost, they represent a trend of compiler optimization

    過程間分析和優化的意義是很重大的,雖然過程間分析和優化的開銷很大,但是它代表了一種編譯器優化的方向和趨勢。
  9. Enables the compiler to create a single copy of identical strings in the program image and in memory during execution, resulting in smaller programs, an optimization called string pooling

    該選項使編譯器能夠為執行過程中程序映像和內存中的相同字元串創建單個副本,從而得到較小的程序,這種優化稱為字元串池。
  10. Gcc is a successful compiling system with optimization, which supports many high - level language and many platforms. it can be a good choice of compiler of embedded system ide

    Gcc作為前端支持多語言,後端支持多平臺的優化編譯系統,是一個合適的選擇。
  11. This profile data can also be automatically to the compiler for additional code optimization based on execution paths

    檔案數據還可以自動進入編譯器,根據執行路徑進行額外的代碼優化。
  12. In another way, we develop a compiler in virtue of gcc ' s intermediate language, rtl ( register transfer language ), but we must rewrite the program of code generation and code optimization

    此外,我們藉助gcc編譯過程中產生的中間代碼rtl ( registertransferlanguage )文件,重寫目標代碼生成和優化功能程序,為新的目標機器開發c語言編譯器。
  13. Previous research showed the sma architecture could achieve substantial performance boost and efficient resource utilization. compiler optimization holds a very important position in sma research

    已有的研究表明該結構能夠發出程序中混合併行性,達到較高的資源利用率,是一種很有前途的新體系結構。
  14. Class, using the specified tracking and optimization options for the just - in - time compiler

    使用為實時( jit )編譯器指定的跟蹤和優化選項來初始化
  15. Its to be mentioned that building your application with pgo but without any optimization options, i. e. using od, will fire a warning and the compiler will switch automatically to build for ltcg

    需要指出的是,使用pgo生成應用程序時如果不指定任何優化選項(例如,使用/ od ) ,將會激發警告且編譯器會自動切換到ltcg生成模式。
  16. This paper does a research into the measures of dsp ' s c - compiler design. after comparing the dsp with risc processor in the respects of structure and application, and referring to the classic theory of compile for the general - purpose processors, some feasible schemes for dsp ' s c - compiler design are given along with some optimization strategies suitable to the dsp ' s feature

    本文對dsp晶元的c編譯器設計進行了探討性的研究,通過對dsp和通用處理器的在結構和應用等方面的對比給出一些可行的c編譯設計的實現方法並借鑒傳統的編譯優化理論結合dsp結構和應用特性得出一些與dsp相適應的編譯優化策略。
  17. On the software side, compiler inserts prefetch instructions explicitly ; on the hardware side, an sma cache filter is added to cut down unnecessary prefetch. 4 guided by feedback - based optimization strategy, the paper presents a dynamic profile based continuous optimization framework - smarcof

    4研究了基於動態輪廓信息的軟硬體聯合持續優化機制,並在dlx模擬器的基礎上設計並實現了一個完整的指令級模擬平臺和基於上述優化規則的編譯框架smarcof 。
  18. A standard optimization is loop unrolling ; the compiler will unroll the loops to reduce the number of branches

    標準的優化是循環展開;編譯器將展開循環,以減少分支的數量。
分享友人