gc

article

Using externals in multithreaded applications

Using a C/C++ external in an Eiffel system is pretty easy.

blog Garbage Collection and Virtual Memory

This seems to be an interesting read http://lambda-the-ultimate.org/node/2552 . In short GC overhead seems to be acceptable by itself. In combination with virtual memory the GC cause a huge overhead because it constantly pages everything in. Conclusion: garbage collectors have to be aware of virtual memory.

Andreas

Syndicate content