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
Don't allowing functions called from _Start to be inlined
When the partial inlining comes to the _Start function, it skips over
it. We don't want inlining on the start function because if we are
trying to find the entry point for the users code, it is important it
hasn't been inlined into GOTO generated code.
0 commit comments