Thread
:
How to deal with threads ?
View Single Post
#
5
03-29-2003, 06:22
Vox Humana
Posts: n/a
No, the code isn't duplicated. The thread code is mapped according to its virtual address and relocated if necessary. Each thread shares the same code but it has its own thread context.
Vox Humana