This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: function-at-a-time processing in C


On Thu, Jun 15, 2000 at 10:43:11AM -0700, Mark Mitchell wrote:
> (SGI's WHIRL representation is attractive in that all representations
> are actually the same, so the lowering is more gradual than in GCC,
> where trees disappear to be replaced with RTL.)

Actually, as far as I can remember, WHIRL isn't that different
from suitably chosen tree nodes.

And in the SGI compiler, WHIRL does eventually go away completely
to be replaced by a much lower level representation (at the moment
I can't remember what it's called).  This is done before they do
register allocation and scheduling, IIRC.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]