This is the mail archive of the gcc-patches@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: Patches to remove TREE_COMPLEXITY for C and C++


> 
>     It appears that Ada has the entire source file in memory:  The
>     Source_Loc is an actual index in a buffer.  That gives you some
>     flexibility in how you manage source_locations.
> 
> It has all the source *files* in memory.

Isn't this bad when you have 2G source files and you are only on a 32bit
machine?

Andrew


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