<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>docs / videos / slides on Mill Computing, Inc</title>
    <link>https://millcomputing.com/docs/</link>
    <description>Recent content in docs / videos / slides on Mill Computing, Inc</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Thu, 06 Jul 2017 03:50:22 +0000</lastBuildDate>
    <atom:link href="https://millcomputing.com/docs/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Switches</title>
      <link>https://millcomputing.com/docs/switches/</link>
      <pubDate>Thu, 06 Jul 2017 03:50:22 +0000</pubDate>
       <guid isPermaLink="false">https://millcomputing.com/docs/switches/</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/forum/d/2898-switches&#34; title=&#34;Switches&#34;&gt;Switches&lt;/a&gt;&lt;/p&gt;

&lt;h3 class=&#34;relative group&#34;&gt;Talk by Ivan Godard - July 12, 2017, at the
    &lt;div id=&#34;talk-by-ivan-godard---july-12-2017-at-the&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;http://accu.org/index.php/accu_branches/accu_usa&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;SFBay Association of C/C++ Users&lt;/a&gt;&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/FeYsKF3a14k?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

&lt;p&gt;Slides: &lt;a href=&#34;https://millcomputing.com/pptx/mill-cpu-switches.04.pptx&#34; &gt;mill-cpu-switches.04&lt;/a&gt; (.pptx)&lt;/p&gt;
&lt;p&gt;This is the eleventh topic publicly presented related to the Mill general-purpose CPU architecture.&lt;/p&gt;
&lt;p&gt;Multi-way branches, known as switches or case clauses in various languages, are a notorious pain for compiler writers and CPU architects. On the critical path in important applications from lexers to byte-code interpreters, switches often suffer from poor branch prediction performance. Short switches with few cases can use a chain of ifs but are hampered by the low rate at which branches issue on conventional hardware and may miss several times while working down the chain. A common alternative is to indirect-branch through a jump table, but that approach is subject to misses in the data cache as well a prediction miss. Some CPU architectures have taken the approach of putting the table in instruction space, but that adds expensive shifters and datapaths to the instruction fetch.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Threading</title>
      <link>https://millcomputing.com/docs/threading/</link>
      <pubDate>Tue, 05 May 2015 22:19:20 +0000</pubDate>
       <guid isPermaLink="false">https://millcomputing.com/docs/threading/</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/topic/threading/&#34; title=&#34;Threading&#34;&gt;Threading&lt;/a&gt;&lt;/p&gt;

&lt;h3 class=&#34;relative group&#34;&gt;Talk by Ivan Godard - December 5, 2017, at Facebook
    &lt;div id=&#34;talk-by-ivan-godard---december-5-2017-at-facebook&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h3&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/7KQnrOEoWEY?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

&lt;p&gt;Slides: &lt;a href=&#34;https://millcomputing.com/pptx/threading.02.pptx&#34; &gt;threading.02&lt;/a&gt;(.pptx)&lt;/p&gt;
&lt;p&gt;This is the thirteenth topic publicly presented on the Mill general-purpose CPU architecture. It covers the methods used to manage threads on the Mill Architecture. The talk assumes some general familiarity with software threads.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Inter-process Communication</title>
      <link>https://millcomputing.com/docs/inter-process-communication/</link>
      <pubDate>Tue, 05 May 2015 22:17:25 +0000</pubDate>
       <guid isPermaLink="false">https://millcomputing.com/docs/inter-process-communication/</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/forum/d/2995-inter-process-communication&#34; title=&#34;Inter-process Communication&#34;&gt;Inter-process Communication&lt;/a&gt;&lt;/p&gt;

&lt;h3 class=&#34;relative group&#34;&gt;Talk by Ivan Godard - October 4, 2017, at the
    &lt;div id=&#34;talk-by-ivan-godard---october-4-2017-at-the&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h3&gt;
&lt;p&gt;&lt;a href=&#34;http://svlug.org/directions/cavium.php&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Silicon Valley Linux Users Group&lt;/a&gt;&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/XJasE5aOHSw?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

&lt;p&gt;Slides: &lt;a href=&#34;https://millcomputing.com/pptx/2017-10-04-IPC.4.pptx&#34; &gt;2017-10-04-IPC.4&lt;/a&gt; (.pptx)&lt;/p&gt;
&lt;p&gt;This was the twelfth topic publicly presented related to the Mill general-purpose CPU architecture. It covers Inter-Process Communication for the Mill CPU architecture family. The talk assumes a familiarity with aspects of CPU architecture in general and C++ programming in particular.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wide Data</title>
      <link>https://millcomputing.com/docs/wide-data/</link>
      <pubDate>Tue, 05 May 2015 22:15:32 +0000</pubDate>
       <guid isPermaLink="false">http://millcomputing.com/?page_id=1772</guid> 
      <description>&lt;p&gt;The Mill is a new general-purpose CPU architectural family. The talk will present machine-level details of the Mill support for bigger-than-scalar data.&lt;/p&gt;
&lt;p&gt;Most modern architectures have SIMD operations that work on vectors of data, in addition to the scalars used by all CPUs. Typically there is a limited assortment of vector operations, working on data of a limited set of element sizes, and often a limited set of sizes for the whole vector. To make matters worse for the programmer, the operands and element sizes available frequently vary with the whole-vector size, and succeeding models of the &amp;ldquo;same&amp;rdquo; architecture rarely offer the same vector facilities. As a result, vector codes must usually be written in assembler, and special-cased for each version of the target CPU.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Compiler</title>
      <link>https://millcomputing.com/docs/compiler/</link>
      <pubDate>Tue, 05 May 2015 22:12:36 +0000</pubDate>
       <guid isPermaLink="false">https://millcomputing.com/docs/compiler/</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/forum/d/1835-the-compiler&#34; title=&#34;The Compiler&#34;&gt;The Compiler&lt;/a&gt;&lt;/p&gt;

&lt;h3 class=&#34;relative group&#34;&gt;Talk by Ivan Godard - June 10, 2015, at the &lt;a href=&#34;http://accu.org/index.php/accu_branches/accu_usa&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;SFBay Association of C/C++ Users&lt;/a&gt;
    &lt;div id=&#34;talk-by-ivan-godard---june-10-2015-at-the-sfbay-association-of-cc-users&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h3&gt;
&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/D7GDTZ45TRw?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

NOTE: the slides require genuine Microsoft PowerPoint to view; open source PowerPoint clones are unable to show the animations, which are essential to the slide content. If you do not have access to PowerPoint then watch the video, which shows the slides as intended.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pipelining</title>
      <link>https://millcomputing.com/docs/pipelining/</link>
      <pubDate>Mon, 24 Mar 2014 03:16:39 +0000</pubDate>
       <guid isPermaLink="false">https://millcomputing.com/docs/pipelining/</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/forum/d/1211-pipelining&#34; title=&#34;Pipelining&#34;&gt;Pipelining&lt;/a&gt;&lt;/p&gt;

&lt;h3 class=&#34;relative group&#34;&gt;Talk by Ivan Godard – 2014-07-14 at Facebook
    &lt;div id=&#34;talk-by-ivan-godard--2014-07-14-at-facebook&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h3&gt;
&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/JS5hCjueqQ0?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

NOTE: the slides require genuine Microsoft PowerPoint to view; open source PowerPoint clones are unable to show the animations, which are essential to the slide content. If you do not have access to PowerPoint then watch the video, which shows the slides as intended.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Security</title>
      <link>https://millcomputing.com/docs/security/</link>
      <pubDate>Sat, 15 Feb 2014 02:15:54 +0000</pubDate>
       <guid isPermaLink="false">https://millcomputing.com/docs/security/</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/forum/d/780-security&#34; title=&#34;Security&#34;&gt;Security&lt;/a&gt;&lt;/p&gt;

&lt;h3 class=&#34;relative group&#34;&gt;Talk given by Ivan Godard - 2014-03-21 at Google.
    &lt;div id=&#34;talk-given-by-ivan-godard---2014-03-21-at-google&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h3&gt;
&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/5osiYZV8n3U?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

NOTE: the slides require genuine Microsoft PowerPoint to view; open source PowerPoint clones are unable to show the animations, which are essential to the slide content. If you do not have access to PowerPoint then watch the video, which shows the slides as intended.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Execution</title>
      <link>https://millcomputing.com/docs/execution/</link>
      <pubDate>Sun, 29 Dec 2013 07:45:26 +0000</pubDate>
       <guid isPermaLink="false">https://millcomputing.com/docs/execution/</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/forum/d/634-execution&#34; title=&#34;Execution&#34;&gt;Execution&lt;/a&gt;&lt;/p&gt;

&lt;h4 class=&#34;relative group&#34;&gt;&lt;a href=&#34;http://www.stanford.edu/class/ee380/Abstracts/140205.html&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Talk&lt;/a&gt; by Ivan Godard - 2014-02-05 at Stanford University’s &lt;a href=&#34;http://www.stanford.edu/class/ee380/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Computer Systems Colloquium (EE380)&lt;/a&gt;.
    &lt;div id=&#34;talk-by-ivan-godard---2014-02-05-at-stanford-universitys-computer-systems-colloquium-ee380&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h4&gt;
&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/43kh4y3Mnhw?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

NOTE: the slides require genuine Microsoft PowerPoint to view; open source PowerPoint clones are unable to show the animations, which are essential to the slide content. If you do not have access to PowerPoint then watch the video, which shows the slides as intended.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Specification</title>
      <link>https://millcomputing.com/docs/specification/</link>
      <pubDate>Wed, 18 Dec 2013 23:46:11 +0000</pubDate>
       <guid isPermaLink="false">https://millcomputing.com/docs/specification/</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/forum/d/1068-specification&#34; title=&#34;Specification&#34;&gt;Specification&lt;/a&gt;&lt;/p&gt;

&lt;h3 class=&#34;relative group&#34;&gt;Talk by Ivan Godard – 2014-05-14 at the &lt;a href=&#34;http://accu.org/index.php/accu_branches/accu_usa&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;SFBay Association of C/C++ Users&lt;/a&gt;
    &lt;div id=&#34;talk-by-ivan-godard--2014-05-14-at-the-sfbay-association-of-cc-users&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h3&gt;
&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/LitwrElTCLs?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

NOTE: the slides require genuine Microsoft PowerPoint to view; open source PowerPoint clones are unable to show the animations, which are essential to the slide content. If you do not have access to PowerPoint then watch the video, which shows the slides as intended.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Metadata</title>
      <link>https://millcomputing.com/docs/metadata/</link>
      <pubDate>Wed, 18 Dec 2013 23:13:19 +0000</pubDate>
       <guid isPermaLink="false">https://millcomputing.com/docs/metadata/</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/forum/d/253-metadata&#34; title=&#34;Metadata&#34;&gt;Metadata&lt;/a&gt;&lt;/p&gt;

&lt;h3 class=&#34;relative group&#34;&gt;Talk by Ivan Godard – 2013-12-11 at the &lt;a href=&#34;http://accu.org/index.php/accu_branches/accu_usa&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;SFBay Association of C/C++ Users&lt;/a&gt;
    &lt;div id=&#34;talk-by-ivan-godard--2013-12-11-at-the-sfbay-association-of-cc-users&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h3&gt;
&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/DZ8HN9Cnjhc?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

NOTE: the slides require genuine Microsoft PowerPoint to view; open source PowerPoint clones are unable to show the animations, which are essential to the slide content. If you do not have access to PowerPoint then watch the video, which shows the slides as intended.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prediction</title>
      <link>https://millcomputing.com/docs/prediction/</link>
      <pubDate>Wed, 18 Dec 2013 23:02:04 +0000</pubDate>
       <guid isPermaLink="false">https://millcomputing.com/docs/prediction/</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/forum/d/252-prediction&#34; title=&#34;Prediction&#34;&gt;Prediction&lt;/a&gt;&lt;/p&gt;

&lt;h3 class=&#34;relative group&#34;&gt;Talk by Ivan Godard – 2013-11-12 at &lt;a href=&#34;http://sites.ieee.org/scv-cs/archives/deep-dive-android-app-development-3&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;IEEE CS Santa Clara Valley&lt;/a&gt;
    &lt;div id=&#34;talk-by-ivan-godard--2013-11-12-at-ieee-cs-santa-clara-valley&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h3&gt;
&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/e9Tb2ZB3nN4?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

NOTE: the slides require genuine Microsoft PowerPoint to view; open source PowerPoint clones are unable to show the animations, which are essential to the slide content. If you do not have access to PowerPoint then watch the video, which shows the slides as intended.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Memory</title>
      <link>https://millcomputing.com/docs/memory/</link>
      <pubDate>Wed, 18 Dec 2013 22:48:19 +0000</pubDate>
       <guid isPermaLink="false">https://millcomputing.com/docs/memory/</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/forum/d/251-memory&#34; title=&#34;Memory&#34;&gt;Memory&lt;/a&gt;&lt;/p&gt;

&lt;h3 class=&#34;relative group&#34;&gt;Talk by Ivan Godard – 2013-10-16 at Stanford
    &lt;div id=&#34;talk-by-ivan-godard--2013-10-16-at-stanford&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h3&gt;
&lt;p&gt;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/bjRDaaGlER8?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

NOTE: the slides require genuine Microsoft PowerPoint to view; open source PowerPoint clones are unable to show the animations, which are essential to the slide content. If you do not have access to PowerPoint then watch the video, which shows the slides as intended.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Belt</title>
      <link>https://millcomputing.com/docs/belt/</link>
      <pubDate>Wed, 18 Dec 2013 22:38:14 +0000</pubDate>
       <guid isPermaLink="false">https://millcomputing.com/docs/belt/</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/forum/d/250-the-belt&#34; title=&#34;The Belt&#34;&gt;The Belt&lt;/a&gt;&lt;/p&gt;

&lt;h4 class=&#34;relative group&#34;&gt;&lt;strong&gt;Talk by Ivan Godard – 2013-07-11 at Google&lt;/strong&gt;
    &lt;div id=&#34;talk-by-ivan-godard--2013-07-11-at-google&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h4&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/QGw-cy0ylCc?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

&lt;p&gt;NOTE: the slides require genuine Microsoft PowerPoint to view; open source PowerPoint clones are unable to show the animations, which are essential to the slide content. If you do not have access to PowerPoint then watch the video, which shows the slides as intended.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Instruction Encoding</title>
      <link>https://millcomputing.com/docs/encoding/</link>
      <pubDate>Mon, 16 Dec 2013 05:58:13 +0000</pubDate>
       <guid isPermaLink="false">https://millcomputing.com/docs/encoding/</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/forum/d/249-instruction-encoding&#34; title=&#34;Instruction Encoding&#34;&gt;Instruction Encoding&lt;/a&gt;&lt;/p&gt;

&lt;h4 class=&#34;relative group&#34;&gt;White paper – 2013-08-23
    &lt;div id=&#34;white-paper--2013-08-23&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h4&gt;
&lt;p&gt;White paper: &lt;a href=&#34;https://millcomputing.com/pdf/mill_cpu_split-stream_encoding.pdf&#34; &gt;mill_cpu_split-stream_encoding&lt;/a&gt; (.PDF)&lt;/p&gt;

&lt;h5 class=&#34;relative group&#34;&gt;The Mill: Split-stream encoding
    &lt;div id=&#34;the-mill-split-stream-encoding&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h5&gt;
&lt;p&gt;Real-world programs often thrash in the instruction cache, especially when SMT methods are used. The Mill™ split-stream encoding doubles the effective capacity of the instruction cache at no increase in per-instruction power usage or cache access latency, while also sharply increasing the potential maximal decode rate for instruction sets that use variable-length encoding.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
