compiler construction - Is there a limit in the amount of temporary generated symbols during a project build using dmd 2.063? -
is there limit in amount of temporary generated symbols during project build using dmd 2.063?
the limit in backend: it's possible instantiate 99999 temporaries right now.
if need more, can raise 'name' declaration in symbol_generate function in symbol.c, , recompile dmd.
i'm having same issue 2.063.2 right now!
Comments
Post a Comment