This is the mail archive of the gcc-help@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: cc1plus: out of memory allocating 33554432 bytes after a total of 38465536 bytes


>
> We've been here before.  What are you doing this?  Why don't you write
> thet data into a file and read it at runtime?  That's what everyone
> else would do.
>
> Reading the data at runtime would be no slower at all if you used
> mmap() to do it.
>
> Andrew.

It doesn't matter, why i do it on such way. 
The quastion is, why g++ cannot compile (without optimisaion, -O0, -Q) 
function (even rathner large one), where is only assignation code? what can 
be simpler than that? 

I haven't  got yet the result, whether "intel c++" can do it... in progress... 
but i hoped, g++ can manage this problem.


How i havbe to understand the value 38465536 (see subj)??? 

Regards,
Pavel


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