PDA

View Full Version : XIP


02xda2
13th March 2009, 09:53 PM
In computer science, execute in place "XIP" is a method of executing programs directly from long term storage rather than copying it into RAM. It is an extension of using shared memory to reduce the total amount of memory required.
Its general effect is that the program text consumes no writable memory, saving it for dynamic data, and that all instances of the program are run from a single copy. (wikipedia)

badangel900
2nd June 2010, 01:50 PM
:mad: i am new hand
:)

jothsha
1st March 2011, 06:49 AM
What is the extension of "XIP" ? Good description... People posting about Acronym or any term should atleast tell a line about the term and then refer to source like how 02xda2 had done.