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: Tree SSA measurement in CSiBE


On Thu, Jan 15, 2004 at 03:09:00PM +0100, Gábor Lóki wrote:
>  > > > Are you compiling with checking disabled?
>  > >
>  > > We use only the -Os or -O2 switches. Is this ok?
>  >
>  > Depends on how you configured the compiler ;-)
> 
> We don't use --disable-checking flag for configure,
> neither for mainline nor for tree-ssa.

Then your comparison is broken.  When shipped, --disable-checking will
be the default, so you're making tree-ssa look slower than it is.
The repeated consistency checks are only intended to be present during
development.


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