Is there a limit in the amount of temporary generated symbols during a project build using dmd 2.063?

StackOverflow https://stackoverflow.com/questions/17964719

  •  04-06-2022
  •  | 
  •  

Frage

Is there a limit in the amount of temporary generated symbols during a project build using dmd 2.063?

War es hilfreich?

Lösung 2

The limit is in the backend: it's possible to instantiate 99999 temporaries right now.

If you need more, you can raise the 'name' declaration in symbol_generate function in symbol.c, and recompile dmd.

I'm having the same issue with 2.063.2 right now!

Andere Tipps

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top