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 root cause of issue 60996 is that we will import the function definitions from the imported modules within optimizations. The intention is to enable inlining across module units. Otherwise we will meet the performance regression after we refactor the transitional project into module-based style, which is not accepted to C++ programs.
But to address from issue 60996, we at least should provide an option for this to give the users a choice.
The text was updated successfully, but these errors were encountered:
To address #60996
The root cause of issue 60996 is that we will import the function definitions from the imported modules within optimizations. The intention is to enable inlining across module units. Otherwise we will meet the performance regression after we refactor the transitional project into module-based style, which is not accepted to C++ programs.
But to address from issue 60996, we at least should provide an option for this to give the users a choice.
The text was updated successfully, but these errors were encountered: