This is the mail archive of the gcc@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: Question on parallel execution inside the processor


> The haifa scheduler optimizes on RTL code - doesn't it?
> So it can't know anything about assembler instructions,
> which can only be executed in pipeline X and therefor 
> shouldn't be preceeded by instructions which only
> work in X, too. A good compiler would try to put
> instructions in between.

Whatever pipeline X is for your target, it should probably possible to
define it as a function unit.  Both the old scheduler and the haifa
scheduler handle scheduling for multiple function units.


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