Penguin
Diff: GarbageCollector
EditPageHistoryDiffInfoLikePages

Differences between version 2 and revision by previous author of GarbageCollector.

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

Newer page: version 2 Last edited on Tuesday, August 12, 2003 4:08:26 pm by AristotlePagaltzis Revert
Older page: version 1 Last edited on Sunday, August 10, 2003 3:30:14 pm by PerryLorier 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 languages such as [LISP] and [Java]. 
+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