Related articles |
---|
code generation design dwashington@gmx.net (Denis Washington) (2005-11-13) |
Re: code generation design toby@telegraphics.com.au (toby) (2005-11-16) |
From: | Denis Washington <dwashington@gmx.net> |
Newsgroups: | comp.compilers |
Date: | 13 Nov 2005 22:04:37 -0500 |
Organization: | Compilers Central |
Keywords: | code, design |
Posted-Date: | 13 Nov 2005 22:04:37 EST |
hi,
The Question I Have Is Very General, but I'll ask it anyway: how can
you create a good code generator which separates a general front-end
from the back-ends? Which things can be generalized for all processor
architectures?
[The front end is almost by definition the stuff that doesn't depend
on the back end. Front ends typically know a little bit about the
processor architecture so they can lay out structures and otherwise
allocate memory, but nearly everything else doesn't vary from one
target to another. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.