<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=Pure_code</id>
		<title>Pure code - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=Pure_code"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=Pure_code&amp;action=history"/>
		<updated>2026-05-31T15:27:26Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=Pure_code&amp;diff=23735&amp;oldid=prev</id>
		<title>Jnc: This term is apparently no longer used, but...</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=Pure_code&amp;diff=23735&amp;oldid=prev"/>
				<updated>2021-06-12T12:46:30Z</updated>
		
		<summary type="html">&lt;p&gt;This term is apparently no longer used, but...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Pure code''' is a [[object code]] which is not [[self-modifying code|self-modifying]]. While the latter was very common in the earliest days, it is now effectively extinct, for a variety of reasons (including not interacting well with a number of [[Central Processing Unit|CPU]] optimizations), so essentially all object code is now pure code.&lt;br /&gt;
&lt;br /&gt;
The original motivation for pure code was to allow a number of [[process]]es in a [[time-sharing]] system which were running the same program to share a single copy of that object code in [[main memory]]. This also required the [[instruction]]s to be segregated (in the [[address space]]) from the data, since the latter would presumably differ among the instances of the program.&lt;br /&gt;
&lt;br /&gt;
Later on, when use of [[read-only memory|ROM]] for program storage became common (e.g. in [[embedded system]]s), it was obviously necessary for the code in the ROM to be pure code.&lt;br /&gt;
&lt;br /&gt;
{{semi-stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category: Computer Basics]]&lt;/div&gt;</summary>
		<author><name>Jnc</name></author>	</entry>

	</feed>