开发者

what is work area in system programming?

开发者 https://www.devze.com 2022-12-13 17:08 出处:网络
i have read it when i was learnin开发者_开发百科g linking. When the program is going to be executed it was first linked by linker. At that time it was put in work area. Now i want to now what is this

i have read it when i was learnin开发者_开发百科g linking. When the program is going to be executed it was first linked by linker. At that time it was put in work area. Now i want to now what is this work area?


Static linking is done as part of the compilation process today.

Compile->Assemble->Link = Executable.

Typically when a program is loaded today on the desktop, it is placed into virtual memory and any dynamic linking is performed then.

0

精彩评论

暂无评论...
验证码 换一张
取 消