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
These modules did not use any of the `TSCLibc` interfaces but relied on
the module's re-exported libc import. Simply inline that and remove the
dependency on `TSCLibc`. On Linux and Apple platforms, this does not
have much impact, however, Windows does not support static linking of
Swift content yet. As a result, this avoids an unnecessary dynamic
library being linked and increasing the dirty memory of the process.
0 commit comments