Understanding comptime

I found the post I read that from, the whole thing is worth reading: Comptime Garbage Collection - #3 by mlugg.

Particularly

Ah, but of course I misread it. This is talking about temporary state the compiler has when processing these comptime values. The values themselves are stored in an InternPool, which in theory would be garbage collected:

2 Likes