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
The implementation of unsafe optimization implies accessing fields on first use, create the local variables and let the optimization method to do its work.
Allowing the use of fields while unsafe in the general case (because of multithreading) should be allowed via the use of an attribute.
The text was updated successfully, but these errors were encountered:
The implementation of unsafe optimization implies accessing fields on first use, create the local variables and let the optimization method to do its work.
Allowing the use of fields while unsafe in the general case (because of multithreading) should be allowed via the use of an attribute.
The text was updated successfully, but these errors were encountered: