Get the latest tech news

Whippet GC notes on Guile, heuristics, and heap growth


wingolog: article: whippet lab notebook: guile, heuristics, and heap growth

The adaptive policy is the one I would like in the long term; it will grow the heap for processes with a high allocation rate, and shrink when they go idle. It is certainly an error to live-lock the process, hoping that some other thread mutates the graph in such a way to free up a suitable hole. I am optimistic though that I will be able to get precise tracing sometime soon, as measured in development time; the problem as always is fragmentation, in that I don’t have a hole in my calendar at the moment.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of Guile

Guile

Photo of heap growth

heap growth

Photo of Whippet GC

Whippet GC

Related news:

News photo

GNU G-Golf v0.8 Released For Writing GTK Apps In Guile/Scheme

News photo

Issues with object-oriented programming in Guile (2022)

News photo

Using Guile for Emacs