Sign up

Smallest memory usage?

How to make smallest memory usage?

What compile switch?

What link switch?

What tricks?

Re: Smallest memory usage?

On 11-07-2019 08:02, vital.fadeev wrote:

How to make smallest memory usage?

What compile switch?

What link switch?

What tricks?

If you are using a lot of temporary objects, manually destroying then
might help a little.

Other that that i don't have any tips or tricks.