Code space: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Date/correct the maintenance tags using AWB
cleanup according to WP:MOSDAB (overview WP:DABYESNO)
 
(14 intermediate revisions by 12 users not shown)
Line 1:
'''Code space''' may refer to:
{{Orphan|July 2006}}
In [[computer programming]], '''code space''' is the [[memory]] segment in the main memory allocated to a process to store the code in execution.
 
* Code space, where [[machine code]] is stored in memory address space
In [[multi-threading]] environment, [[threads]] share code space along with data space, which reduces the overhead of [[context switching]] considerably as compared to [[Process (computing)|process]] switching.
* Code space or codespace, the range of [[code point]]s for a character encoding
 
{{disambiguation}}
== See also ==
 
* [[Address space]]
 
[[Category:Memory management]]
 
 
{{Comp-sci-stub}}