<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Secret instruction sets about to make a come-back</title>
	<atom:link href="http://shape-of-code.coding-guidelines.com/2010/01/28/secret-instruction-sets-about-to-make-a-come-back/feed/" rel="self" type="application/rss+xml" />
	<link>http://shape-of-code.coding-guidelines.com/2010/01/28/secret-instruction-sets-about-to-make-a-come-back/</link>
	<description></description>
	<lastBuildDate>Sun, 12 Feb 2012 22:01:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: The Shape of Code &#187; Designing a processor for increased source portability costs</title>
		<link>http://shape-of-code.coding-guidelines.com/2010/01/28/secret-instruction-sets-about-to-make-a-come-back/comment-page-1/#comment-1448</link>
		<dc:creator>The Shape of Code &#187; Designing a processor for increased source portability costs</dc:creator>
		<pubDate>Tue, 09 Feb 2010 02:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://shape-of-code.coding-guidelines.com/?p=173#comment-1448</guid>
		<description>[...] vendor make it difficult for developers to port open source applications to their proprietary cpu? Keeping the instruction set secret is one technique, another is to design a cpu that breaks often relied upon assumptions that [...]</description>
		<content:encoded><![CDATA[<p>[...] vendor make it difficult for developers to port open source applications to their proprietary cpu? Keeping the instruction set secret is one technique, another is to design a cpu that breaks often relied upon assumptions that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek-Jones</title>
		<link>http://shape-of-code.coding-guidelines.com/2010/01/28/secret-instruction-sets-about-to-make-a-come-back/comment-page-1/#comment-1128</link>
		<dc:creator>Derek-Jones</dc:creator>
		<pubDate>Fri, 29 Jan 2010 12:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://shape-of-code.coding-guidelines.com/?p=173#comment-1128</guid>
		<description>I don&#039;t believe that the &#039;many eyes&#039; theory of fault finding (or instruction reverse engineering) holds much water.  Most people don&#039; have the skill, inclination or time to get involved.

Over time information on any secret instruction set will leak out.  It only takes one skilled person with the inclination and time, or somebody to leak a confidential document.  But once sufficient information is available who will write the code generator?  Again given time I&#039;m sure one or more people will write one.  However, Apple&#039;s lawyers will ensure that getting hold of this compiler will be hard (assuming Apple want to keep the instruction set secret), so bugs will probably take ages to be fixed and the quality probably low.

Any commercial company will not touch a &#039;black market&#039; compiler and will have to strike a deal with Apple to port their application, which means Apple maintains control of the money making (the whole purpose of the exercise)..</description>
		<content:encoded><![CDATA[<p>I don&#8217;t believe that the &#8216;many eyes&#8217; theory of fault finding (or instruction reverse engineering) holds much water.  Most people don&#8217; have the skill, inclination or time to get involved.</p>
<p>Over time information on any secret instruction set will leak out.  It only takes one skilled person with the inclination and time, or somebody to leak a confidential document.  But once sufficient information is available who will write the code generator?  Again given time I&#8217;m sure one or more people will write one.  However, Apple&#8217;s lawyers will ensure that getting hold of this compiler will be hard (assuming Apple want to keep the instruction set secret), so bugs will probably take ages to be fixed and the quality probably low.</p>
<p>Any commercial company will not touch a &#8216;black market&#8217; compiler and will have to strike a deal with Apple to port their application, which means Apple maintains control of the money making (the whole purpose of the exercise)..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Parker</title>
		<link>http://shape-of-code.coding-guidelines.com/2010/01/28/secret-instruction-sets-about-to-make-a-come-back/comment-page-1/#comment-1126</link>
		<dc:creator>Stephen Parker</dc:creator>
		<pubDate>Fri, 29 Jan 2010 07:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://shape-of-code.coding-guidelines.com/?p=173#comment-1126</guid>
		<description>This seems unlikely. The A4 will be an ARM Cortex plus peripherals. There are too many iPhone OS developers out there for any specialised instruction set to remain secret.</description>
		<content:encoded><![CDATA[<p>This seems unlikely. The A4 will be an ARM Cortex plus peripherals. There are too many iPhone OS developers out there for any specialised instruction set to remain secret.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter Trackbacks for The Shape of Code » Secret instruction sets about to make a come-back [coding-guidelines.com] on Topsy.com</title>
		<link>http://shape-of-code.coding-guidelines.com/2010/01/28/secret-instruction-sets-about-to-make-a-come-back/comment-page-1/#comment-1123</link>
		<dc:creator>Twitter Trackbacks for The Shape of Code » Secret instruction sets about to make a come-back [coding-guidelines.com] on Topsy.com</dc:creator>
		<pubDate>Fri, 29 Jan 2010 05:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://shape-of-code.coding-guidelines.com/?p=173#comment-1123</guid>
		<description>[...] The Shape of Code » Secret instruction sets about to make a come-back  shape-of-code.coding-guidelines.com/2010/01/secret-instruction-sets-about-to-make-a-come-back &#8211; view page &#8211; cached  Home &gt; Uncategorized &gt; Secret instruction sets about to make a come-back [...]</description>
		<content:encoded><![CDATA[<p>[...] The Shape of Code » Secret instruction sets about to make a come-back  shape-of-code.coding-guidelines.com/2010/01/secret-instruction-sets-about-to-make-a-come-back &ndash; view page &ndash; cached  Home &gt; Uncategorized &gt; Secret instruction sets about to make a come-back [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Shape of Code &#187; Minimum information needed for writing a code generator</title>
		<link>http://shape-of-code.coding-guidelines.com/2010/01/28/secret-instruction-sets-about-to-make-a-come-back/comment-page-1/#comment-1116</link>
		<dc:creator>The Shape of Code &#187; Minimum information needed for writing a code generator</dc:creator>
		<pubDate>Fri, 29 Jan 2010 00:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://shape-of-code.coding-guidelines.com/?p=173#comment-1116</guid>
		<description>[...] a compiler writer is faced with writing a back-end for an undocumented processor, what is the minimum amount of information that needs to be reverse [...]</description>
		<content:encoded><![CDATA[<p>[...] a compiler writer is faced with writing a back-end for an undocumented processor, what is the minimum amount of information that needs to be reverse [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek-Jones</title>
		<link>http://shape-of-code.coding-guidelines.com/2010/01/28/secret-instruction-sets-about-to-make-a-come-back/comment-page-1/#comment-1107</link>
		<dc:creator>Derek-Jones</dc:creator>
		<pubDate>Thu, 28 Jan 2010 11:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://shape-of-code.coding-guidelines.com/?p=173#comment-1107</guid>
		<description>There are advantages for Apple to take an existing design and tweak it for their own requirement (e.g., lower cost, proven design).  The A4 instruction set does not need to be completely unknown to meet a lock-out objective.  The semiconductor company purchased by Apple a couple of years ago, PA Semi, used to specialised in low power POWER/PowerPC designs and I would think that this is a more likely choice if they go down a tweak an existing processor route.</description>
		<content:encoded><![CDATA[<p>There are advantages for Apple to take an existing design and tweak it for their own requirement (e.g., lower cost, proven design).  The A4 instruction set does not need to be completely unknown to meet a lock-out objective.  The semiconductor company purchased by Apple a couple of years ago, PA Semi, used to specialised in low power POWER/PowerPC designs and I would think that this is a more likely choice if they go down a tweak an existing processor route.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Finch</title>
		<link>http://shape-of-code.coding-guidelines.com/2010/01/28/secret-instruction-sets-about-to-make-a-come-back/comment-page-1/#comment-1106</link>
		<dc:creator>Tony Finch</dc:creator>
		<pubDate>Thu, 28 Jan 2010 08:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://shape-of-code.coding-guidelines.com/?p=173#comment-1106</guid>
		<description>Most commentators think the A4 is an ARM system-on-chip. There&#039;s unlikely to be anythijng proprietory about the CPU instruction set. However the GPU is more likely to be kept proproietory - but this is also true for mainstream x86 desktops and laptops.</description>
		<content:encoded><![CDATA[<p>Most commentators think the A4 is an ARM system-on-chip. There&#8217;s unlikely to be anythijng proprietory about the CPU instruction set. However the GPU is more likely to be kept proproietory &#8211; but this is also true for mainstream x86 desktops and laptops.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

