Re: GCC does not cope with my code

"Armel" <webid@asi.fr>
28 May 2000 21:00:13 -0400

          From comp.compilers

Related articles
GCC does not cope with my code braung@ert.rwth-aachen.de (Gunnar Braun) (2000-05-24)
Re: GCC does not cope with my code mq@maq.org (2000-05-28)
Re: GCC does not cope with my code webid@asi.fr (Armel) (2000-05-28)
Re: GCC does not cope with my code chrisd@reservoir.com (Chris Dodd) (2000-05-28)
Re: GCC does not cope with my code rus@tamu.edu (Silvius Rus) (2000-05-28)
Re: GCC does not cope with my code bonzini@gnu.org (2000-05-28)
Re: GCC does not cope with my code gnb@itga.com.au (Gregory Bond) (2000-05-28)
Re: GCC does not cope with my code J.Scheerder@cwi.nl (2000-05-28)
Re: GCC does not cope with my code Wilco.Dijkstra@arm.com (Wilco Dijkstra) (2000-05-28)
[2 later articles]
| List of all articles for this month |

From: "Armel" <webid@asi.fr>
Newsgroups: comp.compilers
Date: 28 May 2000 21:00:13 -0400
Organization: WebID
References: 00-05-091
Keywords: C, practice

Hello


        I had a similar problem with Visual C++... what I think is that
your problem is due to your 'one' function file or at least your very
large functions.
        I compiled Wu prolog it had also a file with one big function as
this and it did not compiled with VC++


        I think compiler try to use optimizations based on the function
analysis but as functions are usually rather short for a compiler
(say, a function with 300 lines is already unreadable... so something
between 50 B to 1kB :) , the memory model must not be really efficient
so with 700 kB : badaboum !


Armel


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.