Destructors, Finalizers, and Synchronization
Created on Wednesday 22 January 2003 by Hans-J. Boehm
Table of Contents
- Destructors, Finalizers, and Synchronization
- Object cleanup
- Object Cleanup (2)
- Implementing finalization
- Overview (rest of talk):
- Myth #1:
- Really 3 myths?
- Myth #2: (usually implicit)
- Myth #3:
- Myth #4:
- Garbage collectors should run finalizers from a separate thread.
- Late finalization is necessary, but
- Myth #5
- Myth #6:
- Myth #7:
- Myth #8:
- Conclusions