Minimising memory allocation
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Minimising memory allocation
- From: David Lam <dlam@...>
- Date: 2001年8月10日 12:35:39 +0100
Basically I want to minimise the amount of temporary memory being allocated,
so that I can reduce the frequency GC is called (and maybe reduce the hit of
each GC?). Can anyone give some hints on this topic?
For instance, if I have local variables declared inside function A, will the
local variables allocate memory each time A is called?
David
-Virus scanned and cleared ok