|
|
11.5 Code Generation Techniques
True code generator generators are
still evolving, although much research has been devoted
to this topic.
Retargetable
code generators or table-driven code generators are
becoming more common. They enable a code generator
to be created for a new machine with relative ease by
separating the code generation algorithm (the driver)
from the machine description. This is similar to the
front-end generators which we saw in earlier chapters.
|