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
In order to work around this it is disabled during deterministic builds. This is functional but does result in a slight (0.4%) increase in IL size of the resulting binary. This bug tracks the effort to re-enable the small method body cache during deterministic builds.
The text was updated successfully, but these errors were encountered:
The small method body cache is non-deterministic in the compiler.
#7595
In order to work around this it is disabled during deterministic builds. This is functional but does result in a slight (0.4%) increase in IL size of the resulting binary. This bug tracks the effort to re-enable the small method body cache during deterministic builds.
The text was updated successfully, but these errors were encountered: