<?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>Mill Computing, Inc</title>
    <link>https://millcomputing.com/</link>
    <description>Recent content on Mill Computing, Inc</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Mon, 15 Jan 2018 18:11:48 +0000</lastBuildDate>
    <atom:link href="https://millcomputing.com/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>White Papers</title>
      <link>https://millcomputing.com/white-papers/</link>
      <pubDate>Mon, 15 Jan 2018 18:11:48 +0000</pubDate>
       <guid isPermaLink="false">https://millcomputing.com/?page_id=3173</guid> 
      <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://millcomputing.com/pdf/mill_cpu_split-stream_encoding.pdf&#34; &gt;Mill CPU Split Stream Encoding&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://millcomputing.com/pdf/Spectre.03.pdf&#34; &gt;Spectre, Meltdown and the Mill CPU&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://millcomputing.com/pptx/2018-03-14.Spectre.03.pptx&#34; &gt;Spectre Talk PowerPoint Slides&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Switches</title>
      <link>https://millcomputing.com/docs/switches/</link>
      <pubDate>Thu, 06 Jul 2017 03:50:22 +0000</pubDate>
       <guid isPermaLink="false">http://millcomputing.com/?page_id=2875</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/topic/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>Patents</title>
      <link>https://millcomputing.com/patents/</link>
      <pubDate>Thu, 27 Oct 2016 04:25:24 +0000</pubDate>
       <guid isPermaLink="false">http://millcomputing.com/?page_id=2179</guid> 
      <description>&lt;hr&gt;

&lt;h5 class=&#34;relative group&#34;&gt;&lt;a href=&#34;https://millcomputing.com/pdf/uspto9513920.pdf&#34; &gt;U.S. Patent 9,513,920 - Computer Processor Employing Split-Stream Encoding&lt;/a&gt;
    &lt;div id=&#34;us-patent-9513920---computer-processor-employing-split-stream-encoding&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h5&gt;
&lt;p&gt;This patent is for the split-stream method of encoding that permits Mill CPUs to decode extremely wide instructions (those with many independent operations in each instruction) using a compact and flexible variable-length encoding that is also fast to decode. The stream of instructions that is the program being executed is split into two streams of half-instructions that are stored separately in memory but are processed in lock-step by the CPU decoder. Because wide fixed length instruction encodings use an impractical amount of cache and memory, and variable-length encodings take time polynomial in the width, instruction decode on legacy CPUs is limited to eight operations per cycle or fewer; Mill split-stream encoding supports instruction widths of over thirty operations decoded per cycle. In addition, split-stream permits doubling the amount of instruction cache with no clock or pipeline penalty.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Links</title>
      <link>https://millcomputing.com/links/</link>
      <pubDate>Wed, 15 Jul 2015 21:46:38 +0000</pubDate>
       <guid isPermaLink="false">http://millcomputing.com/?page_id=1916</guid> 
      <description>&lt;h6 class=&#34;relative group&#34;&gt;Mentions of the Mill, Mill Computing and Out-of-the-Box Computing in external websites. Their presence here is not an endorsement of their contents by Mill Computing, Inc., nor any statement regarding the accuracy of the information given by them.
    &lt;div id=&#34;mentions-of-the-mill-mill-computing-and-out-of-the-box-computing-in-external-websites-their-presence-here-is-not-an-endorsement-of-their-contents-by-mill-computing-inc-nor-any-statement-regarding-the-accuracy-of-the-information-given-by-them&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h6&gt;
&lt;hr&gt;
&lt;p&gt;&lt;a href=&#34;https://medium.com/@veedrac/to-reinvent-the-processor-671139a4a034&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;To reinvent the processor&lt;/a&gt;&lt;br&gt;
Mar 31, 2019 - &lt;strong&gt;medium.com&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=14797350&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;The Mill CPU Architecture: Switches&lt;/a&gt;&lt;br&gt;
July 17, 2017 - &lt;strong&gt;Hacker News&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://news.ycombinator.com/item?id=14234501&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;How Many X86-64 Instructions Are There Anyway?&lt;/a&gt;&lt;br&gt;
March 16, 2017 - &lt;strong&gt;Hacker News&lt;/strong&gt;&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">http://millcomputing.com/?page_id=1777</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">http://millcomputing.com/?page_id=1774</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/topic/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">http://millcomputing.com/?page_id=1769</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/topic/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>General Questions</title>
      <link>https://millcomputing.com/general-questions/</link>
      <pubDate>Fri, 28 Mar 2014 04:03:02 +0000</pubDate>
       <guid isPermaLink="false">http://millcomputing.com/?p=857</guid> 
      <description>&lt;p&gt;&lt;strong&gt;Q: What does NYF stand for?&lt;/strong&gt;
Stands for Not Yet Filed - as used here it refers to a patent or patents that are Not Yet Filed. Questions about patentable mechanisms that are NYF cannot be answered without an NDA due to USPTO rules.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q: Why no PDF slides? Publishing PDF slides (instead of .pptx) would make them available to more people.&lt;/strong&gt;
A: Unfortunately PDF format doesn&amp;rsquo;t support the animations, and without those the slides are pretty useless. We looked into creating a completely different presentation without the animations, but decided we don&amp;rsquo;t have the bandwidth, and the need for a static format was better served by white papers, of which we have a few in process. We had been using OpenOffice (and tried LibreOffice) but found both useless because of bugs in the animation on some platforms and the generally limited support for animation creation, and so settled on MSOffice as the best of the choices.&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">http://millcomputing.com/?page_id=769</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/topic/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">http://ootbcomp.com/?page_id=674</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/topic/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>Introduction to the Mill CPU Programming Model</title>
      <link>https://millcomputing.com/introduction-to-the-mill-cpu-programming-model/</link>
      <pubDate>Fri, 07 Feb 2014 10:48:53 +0000</pubDate>
       <guid isPermaLink="false">http://millcomputing.com/?p=589</guid> 
      <description>&lt;p&gt;The Mill is a new CPU architecture designed for very high single-thread performance within a very small power envelope.&lt;/p&gt;
&lt;p&gt;The Mill has a 10x single-thread power/performance gain over conventional out-of-order (OoO) superscalar architectures, yet runs the same programs without rewrite.&lt;/p&gt;
&lt;p&gt;The Mill is an extremely-wide-issue, statically scheduled design with exposed pipeline. High-end Mills can decode, issue, and execute over thirty MIMD operations per cycle, each cycle.&lt;/p&gt;
&lt;p&gt;The Mill architecture is able to pipeline and vectorise almost all loops, including while loops and loops containing calls and flow control.&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">http://ootbcomp.com/?page_id=236</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/topic/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">http://ootbcomp.com/blog/?page_id=110</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/topic/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">http://ootbcomp.com/blog/?page_id=102</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/topic/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">http://ootbcomp.com/blog/?page_id=96</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/topic/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">http://ootbcomp.com/blog/?page_id=92</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/topic/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">http://ootbcomp.com/blog/?page_id=80</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/topic/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">http://ootbcomp.com/blog/?page_id=46</guid> 
      <description>&lt;p&gt;Forum Topic: &lt;a href=&#34;https://millcomputing.com/topic/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>
    <item>
      <title>in the press</title>
      <link>https://millcomputing.com/in-the-press/</link>
      <pubDate>Mon, 16 Dec 2013 04:52:07 +0000</pubDate>
       <guid isPermaLink="false">http://ootbcomp.com/blog/?page_id=23</guid> 
      <description>&lt;h5 class=&#34;relative group&#34;&gt;Mentions of the Mill, Mill Computing and Out-of-the-Box Computing in the press.
    &lt;div id=&#34;mentions-of-the-mill-mill-computing-and-out-of-the-box-computing-in-the-press&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;
    
&lt;/h5&gt;
&lt;hr&gt;
&lt;p&gt;&lt;a href=&#34;http://www.eenewseurope.com/news/mill-computing-heads-fpga-demo-seeks-funds&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Mill Computing heads to FPGA demo, seeks funds&lt;/a&gt;&lt;br&gt;
January 12, 2017 - &lt;strong&gt;eeNews Europe&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.eetimes.com/document.asp?doc_id=1327633&amp;amp;page_number=6&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;EE Times Silicon 60: Hot Startups to Watch&lt;/a&gt;&lt;br&gt;
September 8, 2015 - &lt;strong&gt;EE Times&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.eetimes.com/document.asp?doc_id=1323068&amp;amp;page_number=6&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;EE Times Silicon 60: Hot Startups to Watch&lt;/a&gt;&lt;br&gt;
July 15, 2014 - &lt;strong&gt;EE Times&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://electronics360.globalspec.com/article/3843/startup-seeks-funds-to-realize-belt-processor&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Startup Seeks Funds to Realize &amp;lsquo;Belt&amp;rsquo; Processor&lt;/a&gt;&lt;br&gt;
December 16, 2013 - &lt;strong&gt;Electronics360&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.eetimes.com/author.asp?section_id=36&amp;amp;doc_id=1320257&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Mill CPU: Stack Machines Instead of Turing&lt;/a&gt;&lt;br&gt;
December 9, 2013 - &lt;strong&gt;EE Times&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
