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
This issue encompasses both inlining at the analysis stage -- to allow things like force_inline in the future -- and at codegen stage, where the compiler can inspect the size of actually generated instruction list and merge them when it wants to.
The text was updated successfully, but these errors were encountered:
This issue encompasses both inlining at the analysis stage -- to allow things like
force_inline
in the future -- and at codegen stage, where the compiler can inspect the size of actually generated instruction list and merge them when it wants to.The text was updated successfully, but these errors were encountered: