Code space: Difference between revisions

Content deleted Content added
m Reverted edits by Genital on ellipical transportation to last version by R. S. Shaw
mNo edit summary
Line 1:
In [[Computercomputer Programmingprogramming]], Codecode Spacespace 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.