Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在学习链接时读过它。当程序将要执行时,它首先由链接器链接。当时它被放在工作区。现在我想现在这个工作区是什么?
静态链接是当今编译过程的一部分。
编译->汇编->链接=可执行。
通常,当今天在桌面上加载程序时,会将其放入虚拟内存中,然后执行任何动态链接。