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: remarks about g++ 4.3 and some comparison to msvc & icc on ia32


tbp wrote:
> On 1/28/07, Mark Mitchell <mark@codesourcery.com> wrote:
>> Certainly, if we're generating zillions of zero-initializations to
>> contiguous memory, rather than using memset, or an inline loop, that
>> seems unfortunate.  Would you please file a bug report?
> Because it takes, or seems to, a large function with small structure
> sprinkled around to trigger proper condition, i can't make a
> convincing reduced testcase, I guess that goes along with what Richard
> said.

It doesn't need to be a small testcase.  If you have a preprocessed
source file and a command-line, I'm sure one of the GCC developers would
be able to analyze the situation.  We're all good at isolating problems,
even starting with big complicated inputs.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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