[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Status of `TopologicalOrder.Mod'
Hello,
in the latest mails on the list, some references to the above
mentioned module occured.
The module is considered `usable and a framework for an instruction
scheduler'. The whole `intelligent' selection of the instructions (and
their order) to be scheduled can be put in the procedure
"SelectSchedulableInstructions" (btw. I like long names ;-) ).
The module works for now with all implemented code transforming steps
(optimizations...), but I have to investigate, if it will work with
the transformations done by common subexpression elimination.
This will be done, when CSE is stable.
So long
Juergen