I have a large delphi application and I am trying to keep the memory footprint low. In my program I am using a component (Taco) and a component (TBurrito) that inherits from taco. Now just concerning
Is there any way to measure the currently used size of permanent generation (PermGen) within my Java application? I cannot use external profiling tools such as VisualVM.
Let\'s say we have a some library compiled into .a file. Aft开发者_如何学Cer that this library is linked with other code into some executable file .exe. Size of .a file is 6Mb while this size of .exe
I\'m interested in any comparisons between GCC and Greenhills C compiler with regard to memory footprint of generated code specifically on ARM platforms.
Please post the points one should keep in mind while designing or coding for lesser footprint deliverables for embedded systems.
I\'m trying to figure out how non-destructive manipulation of large collections is implemented in functional programming, ie. how it is possible to alter or remove single elements without having to cr