retargetable 中文意思是什麼

retargetable 解釋
可重定目標的
  1. According to the program structure of ansi c, some syntax - tree - nodes are designed in front - end, including function, block, data structure, type, expression, identifier and so on. syntax tree is divided into three levels, namely program level, function level and block level, which are useful for analysis of syntax and semantic in compiler as well as transferring syntax tree into rtl. retargetable compiler mainly includes intermediate representation, machine description and interface technique between compiler and machine description

    編譯前端的實現技術包括詞法分析、語法語義分析和中間代碼生成技術等,針對ansic的程序結構,分別設計了函數、塊、數據結構、類型、表達式、標識符等語法樹結點,並將語法樹分成編譯層次、函數聲明和塊三個不同層次,使語法樹具有清晰的層次結構,有利於編譯程序的語法和語義分析,以及從語法樹到rtl中間表示的轉換。
  2. Flags for an assembly, describing just - in - time compiler options, whether the assembly is retargetable, and whether it has a full or tokenized public key

    標志的按位組合,從而描述實時( jit )編譯器選項,該程序集是否可重定目標以及是否有完整或已標記化的公鑰。
  3. Flags, cast as an integer value, representing just - in - time compiler options, longevity, whether an assembly is retargetable, and whether it has a full or tokenized public key

    標志(被強制轉換為整數值)的按位組合,表示實時( jit )編譯器選項、壽命、程序集是否可重定目標以及是否有完整或已標記化的公鑰。
  4. Flags, cast as an unsigned integer value, representing just - in - time compiler options, longevity, whether an assembly is retargetable, and whether it has a full or tokenized public key

    標志(被強制轉換為無符號整數值)的按位組合,表示實時( jit )編譯器選項、壽命、程序集是否可重定目標以及是否有完整或已標記化的公鑰。
  5. Firstly the thesis introduces the frame and design of the c 、 c + + compiler, and discusses the implementation of the compiler based on gcc, which is a retargetable compiler. the implementation considers the architecture of thump, including the delay slots, the instruction interlock, macro expansion, and libraries for soft - float. and addresses the process developing the cross compiler and native compiler for thump

    論文介紹了thump的c 、 c + +編譯器的總體結構以及設計方案,並詳細闡述了利用可重定向編譯器gcc實現thump的c 、 c + +編譯器的方法和過程,包括延遲槽修改、指令互鎖的實現、宏指令展開以及軟體浮點庫的生成等,並實現了thump的交叉編譯器和本地編譯器。
  6. When the resulting merge module is added to another deployment project, the author of that project can choose a location by setting the module retargetable folder property exposed by the merge module

    如果將生成的合併模塊添加到其他部署項目中,該項目的作者可通過設置由合併模塊公開的module retargetable folder屬性選擇一個位置。
  7. Installer vs. merge module recommendations retargetable merge modules

    可重定目標的合併模塊
  8. High performance retargetable instruction - set architecture simulation technique

    高性能可重構指令集架構模擬技術
  9. As target machine, md32, is designed by ourself, the structure of retargetable compiler presented in this paper is researched

    可重定目標編譯器主要包括三個方面的內容:中間表示、機器描述和編譯主體與機器描述之間的介面技術。
  10. Property are dynamic properties that do not appear until the merge module has been built. click the drop - down list for the module retargetable folder

    「 keyoutput 」屬性下面的屬性是動態屬性,它們只有在合併模塊生成后才會顯示出來。
  11. To allow the consumer of a merge module to retarget a file to a different location, place the file in the module retargetable folder in the

    若要允許合併模塊的使用者將某個文件的目標指定為其他位置,請將該文件置於「文件系統編輯器」的「 module retargetable 」文件夾中。
  12. In retargetable c compiler, all instructions, including parallel instructions, are generated through instruction pattern matching, which is very difficult to generate effective parallel instructions. meanwhile operand type required by parallel instructions is another important factor to restrict generating parallel instructions

    在可重定目標編譯器中,通過指令模板匹配生成目標代碼的方式限制了高效的并行指令的生成,同時,并行指令的操作數類型與單操作指令的要求不一致也是限制并行指令生成的一個重要因素。
分享友人