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: Number of functions optimized by GCSE module


Qiong Cai wrote:
> I've met a problem when I wanted to know the number of functions in
> 164.gzip benchmark (SPEC CPU2000) optimized by GCSE module.  On a
> Pentium 4 machines, I found 74 functions optimized by GCSE, while on a
> UltraSparc machine, 80 functions.

There could be several differences.  If you are using GCC, it performs
GCSE on the machine specific RTL representation, so the representation of
each function in RTL can be different for different platforms.  Also,
different systems have different header files, which can cause macros to
expand differently, leading to potentially different code.

If you give more details about which compiler you are using and how you
are evaluating this, you can get more details.  :)

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/


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