In compiler construction, an intermediate language is very important, because most of the work of the compiler is done on an intermediate representation.
In this paper, we introduce intermediate language RTL and design RTL interpreter that simulate...
In compiler construction, an intermediate language is very important, because most of the work of the compiler is done on an intermediate representation.
In this paper, we introduce intermediate language RTL and design RTL interpreter that simulates it's excution environments.
The RTL is a compact language with operations so elementary that every machine has them, thus ensuring that every RTL program corresponds to some machine program. Also it works well for code optimization. It's interpreter help you understand it's operation.
To enhance portability and performance of a compiler. we need more reseach of intermediate language, and the RTL is good sample for future works.