[Issue 18324] String switch lowering geneartes really long symbol names

2023-05-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18324

RazvanN  changed:

   What|Removed |Added

 CC||razvan.nitu1...@gmail.com

--- Comment #1 from RazvanN  ---
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.

--


[Issue 18324] String switch lowering geneartes really long symbol names

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18324

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P4

--


[Issue 18324] String switch lowering geneartes really long symbol names

2018-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18324

hst...@quickfur.ath.cx changed:

   What|Removed |Added

 CC||hst...@quickfur.ath.cx

--