Annon Inglorion

Annon Inglorion

Robbert Haarman

2025-02-28


Welcome

Welcome to my website! Can I interest you in an essay? Perhaps a design of some sort, or some other document? Or perhaps you came here looking for software?

There is also a page with descriptions and links to various unfinished projects which I have started and not yet completed, but which I nevertheless think are interesting to share.

Today's featured page:

How much code does it take to implement a garbage collector? It depends, of course, on the requirements. The Itty-Bitty Garbage Collector (IBGC) is a garbage collector designed for systems where available memory is limited (perhaps a few tens of kilobytes) and we want to limit both the collector's memory overhead and its code size. The current proof-of-concept implementation takes about 120 lines of C code (per SLOCCount), supports objects of multiple sizes, and manages allocated memory cells using pre-allocated tags, of which it uses 3 bits per cell.

➢ Go to page

Valid XHTML 1.1! Valid CSS! Viewable with Any Browser