Penguin
Diff: GarbageCollector
EditPageHistoryDiffInfoLikePages

Differences between current version and predecessor to the previous major change of GarbageCollector.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Saturday, September 13, 2003 2:24:06 am by AristotlePagaltzis
Older page: version 2 Last edited on Tuesday, August 12, 2003 4:08:26 pm by AristotlePagaltzis Revert
@@ -1 +1 @@
-Instead of having the programmer manage freeing memory (which is notoriously difficult), the idea is to have the runtime automatically discover that memory isn't used anymore and free it. This works surprisingly well, and is used in many ProgrammingLanguages - in just about every very high level language, and also [Java ]. It can cut a huge portion out of development time and nowadays won't impact (infact, may improve) the performance of an application
+Describe [GarbageCollector ] here