<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic So as I understood there is in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919299#M1212</link>
    <description>&lt;P&gt;So as I understood there is no any aging timer related to maintaining old data/instructions in cache.It is interesting how algorithm implements or measure "frequency of usage"?I think about some kind of counter which will be incremented when there is more references to some data.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2013 15:04:42 GMT</pubDate>
    <dc:creator>Bernard</dc:creator>
    <dc:date>2013-06-12T15:04:42Z</dc:date>
    <item>
      <title>Time based cache eviction</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919296#M1209</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;Can someone please say whether the Xeon E5-2670 has a cache eviction logic which operates solely based on time, that is, suppose we don't try to load any new memory into the processor, will data residing in any cache level, which is older than a certain time, still be evicted?&lt;/P&gt;
&lt;P&gt;Also, does anyone know if there exists a document which provides any sort of details on the factors affecting cache management for the above processor?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2013 13:05:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919296#M1209</guid>
      <dc:creator>Michal_C_1</dc:creator>
      <dc:date>2013-06-12T13:05:45Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...Also, does anyone know</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919297#M1210</link>
      <description>&amp;gt;&amp;gt;...Also, does anyone know if there exists a document which provides any sort of details on the factors affecting cache
&amp;gt;&amp;gt;management for the above processor?

Please take a look at:

- &lt;STRONG&gt;Intel® 64 and IA-32 Architectures Software Developer’s Manual&lt;/STRONG&gt; ( June 2013 Edition )

and

- A &lt;STRONG&gt;Datasheet&lt;/STRONG&gt; for the CPU on &lt;STRONG&gt;ark.intel.com&lt;/STRONG&gt; ( All Datasheets have &lt;STRONG&gt;lots&lt;/STRONG&gt; of technical details specific to CPUs )</description>
      <pubDate>Wed, 12 Jun 2013 13:57:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919297#M1210</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-06-12T13:57:00Z</dc:date>
    </item>
    <item>
      <title>Hello Michael,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919298#M1211</link>
      <description>&lt;P&gt;Hello Michael,&lt;/P&gt;
&lt;P&gt;There isn't an eviction policy based on time exactly but, if the cpu goes idle and the core or package (all the cores) go into c-states then caches may be flushed... depending on the c-state level.&lt;/P&gt;
&lt;P&gt;The SDM probably covers this in detail... probably in vol3 some chapter on power management.&lt;/P&gt;
&lt;P&gt;Here are a couple of power management overviews.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.hotchips.org/wp-content/uploads/hc_archives/hc23/HC23.19.9-Desktop-CPUs/HC23.19.921.SandyBridge_Power_10-Rotem-Intel.pdf"&gt;http://www.hotchips.org/wp-content/uploads/hc_archives/hc23/HC23.19.9-Desktop-CPUs/HC23.19.921.SandyBridge_Power_10-Rotem-Intel.pdf&lt;/A&gt;&amp;nbsp;. see slide 22 particular.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.cs.pitt.edu/~kirk/cs3150spring2010/ShiminChen.pptx‎"&gt;www.cs.pitt.edu/~kirk/cs3150spring2010/ShiminChen.pptx‎&lt;/A&gt; is a general power management intro.&lt;/P&gt;
&lt;P&gt;Also, the cache replacement policy is called 'pseudo-least-recently-used', not 'truly least recently used'. So sometimes a cache line will be evicted when another cache line is actually less used. And then there is stuff the OS might do or other tasks that might run that could evict data. And things like snoops from other processors (if you have more than 1 socket) or even memory scrubbing (see wikipedia 'memory scrubbing') to unexpectedly memory traffic.&lt;/P&gt;
&lt;P&gt;What are you trying to accomplish?&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2013 14:29:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919298#M1211</guid>
      <dc:creator>Patrick_F_Intel1</dc:creator>
      <dc:date>2013-06-12T14:29:24Z</dc:date>
    </item>
    <item>
      <title>So as I understood there is</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919299#M1212</link>
      <description>&lt;P&gt;So as I understood there is no any aging timer related to maintaining old data/instructions in cache.It is interesting how algorithm implements or measure "frequency of usage"?I think about some kind of counter which will be incremented when there is more references to some data.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2013 15:04:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919299#M1212</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-06-12T15:04:42Z</dc:date>
    </item>
    <item>
      <title>Hi Patrick,</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919300#M1213</link>
      <description>&lt;P&gt;Hi Patrick,&lt;BR /&gt;&lt;BR /&gt;Thank you for the answer.&amp;nbsp;I was just trying to determine if there is a set maximum time for which process does not have to touch data and can still hit the data in cache assuming no other processes evict the line. It seems that no such maximum time exists then.&lt;BR /&gt;&lt;BR /&gt;Michal&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2013 15:14:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919300#M1213</guid>
      <dc:creator>Michal_C_1</dc:creator>
      <dc:date>2013-06-12T15:14:34Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...The SDM probably covers</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919301#M1214</link>
      <description>&amp;gt;&amp;gt;...The SDM probably covers this in detail... probably in vol3 some chapter on power management...

Here is some statistics for several search expressions:

'time based cache eviction' - No any references
'cache eviction' - 2 references
'eviction' - lots of references with detailed technical inofrmation

I checked All Volumes of Intel SDM.</description>
      <pubDate>Fri, 14 Jun 2013 05:21:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919301#M1214</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-06-14T05:21:59Z</dc:date>
    </item>
    <item>
      <title>Time-based eviction is pretty</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919302#M1215</link>
      <description>&lt;P&gt;Time-based eviction is pretty clearly not a documented feature of Intel processors.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only time I have run across time-based eviction was in SGI's IRIX for MIPS-based systems in the late 1990's.&amp;nbsp;&amp;nbsp; IIRC, at every 10 millisecond timer interrupt, a pair of TLB entries were invalidated (by index, in a round-robin fashion) on each processor.&amp;nbsp;&amp;nbsp; Since there were 64 pairs of TLB entries, you were guaranteed that no TLB entries in the system were more than 640 milliseconds old.&amp;nbsp;&amp;nbsp; This was useful in some aspects of memory free list handling.&amp;nbsp; (Details left as an exercise for the reader.)&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 19:44:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919302#M1215</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2013-06-24T19:44:58Z</dc:date>
    </item>
    <item>
      <title>Maybe invalidated TLB entries</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919303#M1216</link>
      <description>&lt;P&gt;Maybe invalidated TLB entries pointed to freed addresses?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 05:46:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Time-based-cache-eviction/m-p/919303#M1216</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-06-25T05:46:36Z</dc:date>
    </item>
  </channel>
</rss>

