Related articles |
---|
Comparing Compilers ganesh.pagade@gmail.com (G P) (2004-11-06) |
Re: Comparing Compilers touati@prism.uvsq.fr (TOUATI Sid) (2004-11-14) |
Re: Comparing Compilers ganesh.pagade@gmail.com (G P) (2004-11-14) |
Re: Comparing Compilers ganesh.pagade@gmail.com (G P) (2004-11-17) |
Re: Comparing Compilers pohjalai@cc.helsinki.fi (A Pietu Pohjalainen) (2004-11-17) |
Re: Comparing Compilers rweaver@ix.netcom.com (Dick Weaver) (2004-11-17) |
Re: Comparing Compilers touati@prism.uvsq.fr (TOUATI Sid) (2004-11-28) |
[1 later articles] |
From: | "G P" <ganesh.pagade@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 6 Nov 2004 15:17:59 -0500 |
Organization: | http://groups.google.com |
Keywords: | practice, question, comment |
Posted-Date: | 06 Nov 2004 15:17:59 EST |
Hi,
I have to compare the performance of two compilers for a given
application.
Things that I can think of are to check the time required by both the
compilers to compile the application, size of the output file
generated, etc.
Can anybody please suggest other parameters that I should consider and
how can I measure them?
I have to also check the given application with various optimization
options. How do I check which compiler has done better optimization?
Any help would be appreciated.
Regards
GP
["Compare two compilers" is a uselessly vague assignment. You, or more
likely the person who assigned you the job, need to decide what you care
about. Quality of documentation? Responsiveness of the vendor to bug
reports? Flexibility of debug features? Correctness of object code?
Size of object code? Size of executable with libraries? Something else?
-John ]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.