https://issues.dlang.org/show_bug.cgi?id=18324

RazvanN <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from RazvanN <[email protected]> ---
The longest mangled name for a switch that I've found has a 392 length. This
happens because the runtime __switch hook has variadic parameters which
represents the case strings. Maybe this could be improved by using a compile
time generated array of string cases.

--

Reply via email to