[bug 19832] - would s.o. help, if I try to develop this enhancement ?

2008-06-16 Thread Christophe Jaillet
agree to mentor it ? Christophe Jaillet

Re: svn trunk reaches nearly 1 GiB!!! That massive!!!

2007-11-28 Thread Christophe Jaillet
"J.C. Pizarro" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > $ svn -q co svn://gcc.gnu.org/svn/gcc/trunk gcc > $ du -s . > 1044451 . > $ > > It's 1'069'517'824 characters made from keyboards and generators!!! > > That massive!!! And slower checkout after several minutes!!!

Re: Memory layout of complex data types on the RTL level

2006-03-10 Thread Christophe Jaillet
In fact, the url of the project seams to be http://rtlcheck.sourceforge.net/ CJ "Moritz Muehlenhoff" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > Hi, > I'm working on a research project that performs static source code vulnerability > analysis on the RTL layer. (http://

Question about PI

2006-02-18 Thread Christophe Jaillet
Maybe this is not an issue but in the files 'emit-rtl.c' and 'config/i386.c', PI is represented as a string : | v 3.1415926535897932384626433832795028841971693993751058209749445923078 ('emit-rtl.c') 3.1415926535897932385128089594061862044 ('config/i386.c')

bool or bitfield ?

2006-02-13 Thread Christophe Jaillet
code...) Is there a prefered version ? Do you think that looking deeper into would be interesting and would impove gcc ? Is there an *easy* way to compare memory consuption and execution time to figure out which version should be prefered ? Christophe Jaillet

Re: config.cache question

2006-01-13 Thread Christophe Jaillet
...and in cygwin boxes when you forget to remove the anti virus :) By the way, thanks for you and Ben Elliston for the answers. CJ "Nix" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > On 13 Jan 2006, Ben Elliston uttered the following: > >> I apologize if this question

config.cache question

2006-01-12 Thread Christophe Jaillet
I apologize if this question has already been answered but I would like to know if there is a way to reuse the same config.cache file for all the builds of all the subdirectories of a bootstrap ? In my case, it would speed up a lot the whole process. CJ

Memory leak in bt-load.c ?

2006-01-09 Thread Christophe Jaillet
Hi, in file 'bt-load.c', in function 'augment_live_range', some memory is xmalloc'ed. It seems to be possible to never free it, if all the first tests are true. Yhe memory is only freed once at the end of the function. CJ =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

Memory usage reduction in loop.c ?

2005-08-22 Thread Christophe Jaillet
memory usage reduction) neither the impact in performance. If anyone interested, I can try it and do a bootstrap but I don't have the tools to perform benchmark (memory usage or speed of the compiler) Christophe Jaillet

New optimisation idea ?

2005-04-12 Thread Christophe Jaillet
Reading point 3. of "Removal of duplicate effort at http://gcc.gnu.org/wiki/Speedup%20areas, I got the following idea : First of all, I don't think that it is actually done by gcc. If I'm wrong or if this idea doesn't worse the effort, just forget about it. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= Man

[Q] initialisation of variable allocated wirh alloca in 'loop.c'

2005-02-13 Thread Christophe Jaillet
e used. I think that some may not be initialized properly. Christophe Jaillet