Sequence of passes in a compilation

IQ <ali.lums.pk@gmail.com>
Mon, 16 Jun 2008 04:17:32 -0700 (PDT)

          From comp.compilers

Related articles
Sequence of passes in a compilation ali.lums.pk@gmail.com (IQ) (2008-06-16)
Re: Sequence of passes in a compilation torbenm@diku.dk (2008-06-17)
| List of all articles for this month |

From: IQ <ali.lums.pk@gmail.com>
Newsgroups: comp.compilers
Date: Mon, 16 Jun 2008 04:17:32 -0700 (PDT)
Organization: Compilers Central
Keywords: practice, question
Posted-Date: 16 Jun 2008 20:46:40 EDT

Dear all:


I have a question: Assume S1 and S2 be two sequence of passes which
are not equal, i.e., S1 is different from S2. Let there are two
programs P1 and P2. Is it possible that P1 can be compiled
successfully using S1 but not with S2. Similarly P2 can be compiled
successfully with S2 but not with S1.


I am getting this when I am changing the sequence of GCC using the
SPEC benchmark.


Thanks for your help.
Abid


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.