On Mon, Nov 06, 2000 at 03:15:37AM -0500, T Vinod Kumar Gupta wrote:
> Hello All,
>
> I have a question. I want to look into the code scheduler of
> sgicc. I looked into the haifa_sched.c file in the gccfe/gnu
> directory. But it seems that functions in those files are not being called
> at all. So
>
> 1) Are the schedule functions in that file never called?
This is gcc's scheduler which is part of gcc's backend. pro64 does not
use gcc's backend because it has its own.
>
> 2) If so, who does the scheduling of the code?
Have you checked be/cg/cg_sched_* ?
>
> 3) Also, the .cxx files in the be/cg directory and elsewhere - are they
> being automatically generated or were created?
They do not look like it, except if SGI has some much better AIs than everybody
else @)
-Andi
|