Нашли опечатку? Выделите ее мышкой и нажмите Ctrl+Enter
Название: A Retargetable C Compiler: Design and Implementation
Авторы: Christopher W. Fraser, David R. Hanson
Аннотация:
The compiler is the linchpin of the programmer's toolbox. Working programmers use compilers every day and count heavily on their correctness and reliability. A compiler must accept the standard definition of the programming language so that source code will be portable across platforms. A compiler must generate efficient object code. Perhaps more important, a compiler must generate correct object code; an application is only as reliable as the compiler that compiled it.