stason.org logo lotus


previous page: L07) Can classes be treated as first-order elements in BETA?page up: BETA Programming Language FAQnext page: L09) How do I create a "parameterized class"?

L08) What about garbage collection in BETA?

 Books
 TULARC
















Description

This article is from the FAQ, by with numerous contributions by others.

L08) What about garbage collection in BETA?

Garbage collection is conducted automatically by the BETA runtime system
when it is discovered that no references to the object exist. The garbage
collection mechanism is based on generation-based scavenging. The
implemented garbage collection system is very efficient.

 

Continue to:


Share and Enjoy

Bookmark this story so others can enjoy it:
  • digg
  • Reddit
  • del.icio.us
  • Furl
  • Wists

Tags

programming







TOP
previous page: L07) Can classes be treated as first-order elements in BETA?page up: BETA Programming Language FAQnext page: L09) How do I create a "parameterized class"?