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
Describe the bug
NormalizeRetries when called on 6 inspectors causes the TC compiler to take ages to compile, however, calling them on 4 or less inspectors don't seem to make much of an impact on the compile time.
This behaviour makes use unfeasible during the development phase or at all if updates are likely. It is of particular concern if multiple instances of such evaluators are required. Can be avoided by splitting inspections into separate evaluators, but then normalization might not take place correctly.
To Reproduce
Steps to reproduce the behavior:
Set up an evaluator with 6 different inspectors
Compile and time with stopwatch
Expected behavior
A slight increase in compile time, particularly when most objects are already compiled.
Screenshots
Desktop:
OS: Win 11 Pro 21H2 22000.1098
Microsoft Visual Studio Professional 2019 Version 16.11.17
Describe the bug
NormalizeRetries when called on 6 inspectors causes the TC compiler to take ages to compile, however, calling them on 4 or less inspectors don't seem to make much of an impact on the compile time.
This behaviour makes use unfeasible during the development phase or at all if updates are likely. It is of particular concern if multiple instances of such evaluators are required. Can be avoided by splitting inspections into separate evaluators, but then normalization might not take place correctly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A slight increase in compile time, particularly when most objects are already compiled.
Screenshots

Desktop: