Thursday, June 27, 2002

The GNU Compiler Writer's Jump Point The GNU Compiler Writer's Jump Point
Welcome to the GNU Compiler Writer's Jump Point. Right now this page is only dedicated to providing information about writing new language front ends to GCC. Later, more information will be available.
Information on the GCC Backend Tree Interface
The tree data structure is defined in the files tree.def and tree.h in the GCC source code. This structure is the link between a language front-end and the GCC back-end. Although most of these links do not address this issue directly, they provide helpful information about the subject.

0 Comments:

Post a Comment

<< Home