target compiler 中文意思是什麼

target compiler 解釋
目標編譯程序
  • target : n 靶子,標的;目標;(嘲笑等的)對象;笑柄 (for); (儲蓄,貿易等的)定額,指標;小羊的頸胸肉;...
  • compiler : n. 1. 匯集者,編輯(人)。2. 【計算機】自動編碼器;自動編碼[編譯]程序。
  1. An emulator is a software or hardware approach to emulate a hardware platform on other platform. jit ( just - in - time ) compiler is widely adapted to speed - up emulation, which compiles the instruction of the source platform into target instruction on - the - fly

    由於硬體平臺的不同,一個高效的模擬器可以採用即時編譯器( just - in - timecompiler )技術,即時的把源機器指令編譯成目標機器指令運行。
  2. 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

    本文根據新目標機的特點,利用了指令拆分,延時槽調度,窺孔優化等技術,既實現了對新目標機的支持,又吸收了原有系統高度優化和可移植的優點。
  3. A cross - compiler runs on a host computer and produces object code for the target

    交叉編譯器在主機上運行並且產生目標機的目標代碼。
  4. The out compiler option is required in order for an exe to be the target of a friend assembly

    為使exe成為友元程序集的目標,需要/ out編譯器選項。
  5. As target machine, md32, is designed by ourself, the structure of retargetable compiler presented in this paper is researched

    可重定目標編譯器主要包括三個方面的內容:中間表示、機器描述和編譯主體與機器描述之間的介面技術。
  6. However, gcc ca n ' t support all embedded equipements, there are still many platforms need cross - compilers. with the background of developing a renovated cross - compiler named zltcg supporting processor mipsx, this thesis analyzes the architecture of gcc cross - compiler system, deeply studies the intermediate representation and machine description which the portability of gcc are based on, and realizes porting of gcc cross - compiler system to a target processor mipsx

    本論文以交叉編譯系統zltcg的開發為背景,詳細介紹了交叉編譯系統gcc的體系結構,對其高度可移植性所依賴的中間表示和機器描述技術進行深入研究,並在此基礎上完成了gcc在目標機mipsx上的移植工作。
  7. Base on above reason, this paper design and realize a c code rule compiler rulec engine. it can inspect the c code as the traditional compiler, besides that, it also include below functions : when this tool discovers the grammar error, it doesn ’ t stop the inspection and go on to inspect the left code ; the rules used in the inspection can increase, delete or amend according to user ’ s request. this tool can be runned on the windows, linux, solaris and other system platforms ; through counting the software complexity of c code, this tool can provide the important target of evaluated c code quality

    因此,本文設計了一個c代碼規則編譯器rulecengine ,它除了實現與傳統編譯器一樣能夠檢查c代碼的功能,還實現了如下的功能:發現c代碼語法錯以後不停止檢查,仍然繼續對代碼進行規則檢查;檢查c代碼所需的規則可以根據用戶的需求隨意增加,刪除或修改;能夠在windows , solaris等系統平臺上使用;通過統計c代碼的軟體復雜度,提供了衡量c代碼質量的重要指標。
  8. Because gcc has so many advantages mentioned above, we choose it to develop a new compiler for the target machine

    由於gnucc的這種優點,我們選擇它對新目標機進行移植。
分享友人