Share on Facebook Share on Twitter Email
Answers.com

Code space

 
Wikipedia: Code space
 

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.

For a character encoding the code space (or codespace) is the range of numerical values available for encoding characters. For example, Unicode has a code space comprising a range of integers from 0hex to 10FFFFhex.[1] Each value in the code space is known as a code point.

See also

Notes



Search unanswered questions...
Enter a word or phrase...
All Community Q&A Reference topics
 
 
 

 

Copyrights:

Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Code space" Read more