1 Matching Annotations
- Mar 2022
-
www.cs.cmu.edu www.cs.cmu.edu
-
● Static Linking○ Executable files and running memory images contain only the library code they actually use● Dynamic linking○ Executable files contain no library code○ During execution, single copy of library code can be shared across all executing processes
static linking 和 dynamic linking 分别是什么?
-