Content deleted Content added
m {{Comp-sci-stub}} |
bold formatting title using AWB |
||
Line 1:
In [[computer programming]], '''code space''' is the [[memory]] segment in the main memory allocated to a process to store the code in execution.
In [[multi-threading]] environment, [[threads]] share code space along with data space, which reduces the overhead of [[context switching]] considerably as compared to [[process]] switching.
{{Comp-sci-stub}} ▼
[[Category:Memory management]]
|