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]
Other format: [Raw text]

RE: Register Pressure in Instruction Level Parallelism (fwd)


Michael blurted:

> > > current ILP processors. We give an exact formulation with integer 
> > > programming for all register pressure problems.
> 
> ... integer programming doesn't sound too promising in a 
> production compiler.  I'll read it anyway.

Can you explain what exactly wouldn't be "too promising" about a
compiler that poses some difficult (NP-complete) questions in a
standard, massively popular format (integer programming), and answers
them using some simple heuristic (or perhaps an external) solver?
Skimming through that thesis, it's not as if he's shattering records
with CPLEX...

	Duraid



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