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: Question of the LOG_LINKS field


Ling-hua Tseng wrote:
> Should I write a violent algorithm to scan these data dependencies?
> Are there any better solutions for this problem?

Another example to look at might be the ia64 port.  It reruns flow and
sched during the machine dependent reorg pass, so we can get the
dependencies right.  However, ia64 is the only port that does this, and
this is a bit complicated to get right.
-- 
Jim Wilson, GNU Tools Support, http://www.specifix.com


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