Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [cdt-dev] Memory problems

I got a similar problem with 3.1 RC3.

I have an C file with an huge array inside like

const char x[] = {
	0xff, 0x00, ...
};

I generated it from a bin file (bin2c). The C-source is around 3MB.
The fast-indexer needs 40min to scan it and around 230MB of memory.

Enrico


CONFIDENTIALITY This e-mail and any attachments are confidential and may also be privileged. If you are not the named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose, or store or copy the information in any medium.

-----Ursprüngliche Nachricht-----
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im Auftrag von James Hawkins
Gesendet: Freitag, 23. Juni 2006 13:50
An: CDT General developers list.
Cc: cdt-dev-bounces@xxxxxxxxxxx
Betreff: Re: [cdt-dev] Memory problems

On 6/23/06, Chris Recoskie <recoskie@xxxxxxxxxx> wrote:
> Is this with a pre-release CDT 3.1, or an older version?
>

This happens with CDT 3.0.2.  I can upgrade to the pre-release and see if the situation is better.

--
James Hawkins
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top