发明名称 SYMBOL TABLE FOR INTERMEDIATE COMPILER LANGUAGE
摘要 A compiler framework uses a generic "shell" or control and sequencing mechanism, and a generic back end (where the code generator is target-specific). The generic back end includes the functions of optimization, register and memory allocation, and code generation. The shell may be executed on various host computers, and the code generation function of the back end may be targeted for any of a number of computer architectures. A front end is tailored for each different source language, such as Cobol, Fortran, Pascal, C, C++, Ada, etc. The front end scans and parses the source code modules, and generates from them an intermediate language ("IL") representation of the programs expressed in the source code. This IL is constructed to represent any of the source code languages in a universal manner, so the interface between the front end and back end is of a standard format, and need not be rewritten for each language-specific front end. The IL representation generated by the front end is based upon a tuple as the elemental unit, where each tuple represents a single operation to be performed, such as a load, a store, an add, a label, a branch, etc. A data structure is created by the front end for each tuple, with fields for various necessary information. One feature of the invention is a mechanism for representating effects and dependencies in the interface between front end and back end; a tuple has an effect if it writes to memory, and has a dependency if it reads from a location which some other node may write to. A mechanism independent of source language is provided for describing the effects of program execution. Another feature is the use in the optimization part of the compiler of a method for analyzing induction variables, where the improvement is to use the side effects sets used to construct IDEF sets. Another feature is a mechanism for "folding constants" (referred to as K-folding or a KFOLD routine), included as one of the optimizations. A further feature is the type definition mechanism, referred to as the TD module, which provides mechanisms used by the front end and the compiler of the back end in constructing program type information to be incorporated in an object module for use by a linker or debugger. Another feature is a method for doing code generation using code templates in a multipass manner.
申请公布号 WO9215945(A1) 申请公布日期 1992.09.17
申请号 WO1992US01309 申请日期 1992.02.18
申请人 DIGITAL EQUIPMENT CORPORATION 发明人 BLICKSTEIN, DAVID, SCOTT;DAVIDSON, CAROLINE, SWEENEY;FAIMAN, ROBERT, NEIL, JR.;GROVE, RICHARD, BARRY;HOBBS, STEVEN, O.;MURPHY, DENNIS, JOSEPH
分类号 G06F;G06F9/45 主分类号 G06F
代理机构 代理人
主权项
地址