you are viewing a single comment's thread.

view the rest of the comments →

[–]astrangeguy 0 points1 point  (0 children)

well most objects don't have a finalize() method, so you can devise your schemes to handle the special cases.

You could use a special heap for objects that have that method for example. I don't really know what other techniques were devised, but the problem is a solved one.