C++ Memory Requirements for PowerQUICC 1

Jaap-Jan Boor jjboor at aimsys.nl
Mon Apr 5 17:13:29 EST 2004


Hi,

It depends on your program and C++ code. You probably mention C++
libraries
because of templates. If you use a lot of different types (classes) and
STL,
a lot of templates will be instantiated for your types, which can
quickly increase
the size of your program(s) (not much unlike to macros in C).
In addition, if you abstract 'the bit' with class hierarchies, stream
io, etc.
instead of using builtin types like 'int' you can create big programs.

Jaap-Jan

On Apr 2, 2004, at 19:29, vze8n24y at verizon.net wrote:

>
> Hi:
>
> I would like to run C++ on a PowerQUICC I system that has 8 MB of RAM.
> I was told by a friend that this was not enough memory to run a C++
> program with the C++ libraries. Does anyone have experience with this?
>
> Regards,
>
> Bob Davis
>
>


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/





More information about the Linuxppc-embedded mailing list