On Monday, 16 May 2016 at 10:01:47 UTC, Kagamin wrote:
Wasn't it possible to enable GC for entire compiler? There can be hybrid approach: 1) first allocate from bump heap 2) when it reaches, say, 200MB, switch to GC.

Well, I wouldn't use D's GC for that dedicated heap.
Allocation of CTFE values are completely independent and call be freed once the evaluation is finished.

Reply via email to