You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Profiling the test suite with LDC's --ftime-trace flag should be the first step here. Additional test cases, especially those derived from real-world code, would be very helpful for this.
The text was updated successfully, but these errors were encountered:
Looks like --ftime-trace isn't fine-grained enough for this. Next step is runtime profiling of the D compiler, to see exactly where in semantic analysis it's spending its time.
See this thread on the D forum:
https://forum.dlang.org/post/[email protected]
Profiling the test suite with LDC's
--ftime-trace
flag should be the first step here. Additional test cases, especially those derived from real-world code, would be very helpful for this.The text was updated successfully, but these errors were encountered: