[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
more on destroying objects
Various people sent helpful comments about getting rid of useless
objects. I'm unconfused as follows:
1- I really don't need to have symbols that have the pulses as
values .
2- IF I put the pulses themselves on the "pulses" list, then
when the pulses are removed from the list there are no other
references to them and they become garbage.
3- If I wish to manage storage manually and minimize garbage
collection I should use resources.
Thanks,
Joe Karnicky
-------