Re: GCC-4.5.0 comparison with previous releases and LLVM-2.7 on SPEC2000 for x86/x86_64

2010-09-27 Thread Neil Vachharajani
s in both a.C and b.C. > > > > Yes, but this is what I am concerned about.  Without LTO at least when > > compiling a.C with profile feedback we will have foo with 0 counts. > > We might however work out that calls of foo are frequent and decide to > > inline foo. We wil

Re: GCC-4.5.0 comparison with previous releases and LLVM-2.7 on SPEC2000 for x86/x86_64

2010-09-27 Thread Neil Vachharajani
e available here: http://www.cgo.org/cgo2010/talks/ > > Ciao! > Steven > -- Neil Vachharajani Google 650-214-1804

Re: race condition in indirect call value profiling?

2010-03-26 Thread Neil Vachharajani
is it just that no one is interested in the issue? >        Jack -- Neil Vachharajani Google 650-214-1804

Re: GCC 4.5 Status Report (2009-09-19)

2009-09-30 Thread Neil Vachharajani
t; === > > http://gcc.gnu.org/ml/gcc/2009-08/msg00427.html > > The next report will be sent by me announcing Stage 3 begin. > > -- > Richard Guenther > Novell / SUSE Labs > SUSE LINUX Products GmbH - Nuernberg - AG Nuernberg - HRB 16746 - GF: Markus > Rex > -- Neil Vachharajani Google 650-214-1804

Re: Testing patch to make FDO profile data tolerate more source changes

2009-03-30 Thread Neil Vachharajani
Mon, 2009-03-30 at 13:53 -0700, Neil Vachharajani wrote: >>> Hello, >>> >>> I'm working on a patch which makes FDO profile data more robust to >>> source changes.  Before I sent the patch to the list for review, I was >>> wondering how to write a tes

Testing patch to make FDO profile data tolerate more source changes

2009-03-30 Thread Neil Vachharajani
Hello, I'm working on a patch which makes FDO profile data more robust to source changes. Before I sent the patch to the list for review, I was wondering how to write a test for this situation. In particular, what I would like to have is two source files which are similar but not the same. The