On 5/9/2016 9:57 AM, Stefan Koch wrote: >[...] The memory consumption problem, at least, can be resolved by using stack temporaries instead of allocating new nodes. This was already done in constfold.d, but not in the rest of the interpreter. Doing that will (I predict) also double its speed right there.