<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

  <channel rdf:about="http://lwn.net/headlines/18411/">
    <title>LWN: Comments on "How to speed up system calls"</title>
    <link>http://lwn.net/Articles/18411/</link>
    <description>
This is a special feed containing comments posted
to the individual LWN article titled &quot;How to speed up system calls&quot;.

    </description>

    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>2</syn:updateFrequency>
    <items>
      <rdf:Seq>
	<rdf:li resource="http://lwn.net/Articles/18677/rss" />
	<rdf:li resource="http://lwn.net/Articles/18643/rss" />
	<rdf:li resource="http://lwn.net/Articles/18613/rss" />
	<rdf:li resource="http://lwn.net/Articles/18610/rss" />
	<rdf:li resource="http://lwn.net/Articles/18599/rss" />
	<rdf:li resource="http://lwn.net/Articles/18504/rss" />
	<rdf:li resource="http://lwn.net/Articles/18496/rss" />
      
      </rdf:Seq>
    </items>

  </channel>
    <item rdf:about="http://lwn.net/Articles/18677/rss">
      <title>User space gettimeofday()</title>
      <link>http://lwn.net/Articles/18677/rss</link>
      <dc:date>2002-12-20T20:54:47+00:00</dc:date>
      <dc:creator>jmshh</dc:creator>
      <description>
      None. But there were two conditions, the other being &amp;quot;infrequently &lt;br&gt;changing information&amp;quot;. Updates require cache invalidation, and this is &lt;br&gt;better done when the data is really needed only. &lt;br&gt; 
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/18643/rss">
      <title>Does anyone know...</title>
      <link>http://lwn.net/Articles/18643/rss</link>
      <dc:date>2002-12-20T16:05:37+00:00</dc:date>
      <dc:creator>proski</dc:creator>
      <description>
      According to &lt;a href=&quot;http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/20734.pdf&quot;&gt;AMD Processor Recognition Application Note&lt;/a&gt;, the SYSENTER and SYSEXIT instructions are supported on AMD Athlon and Duron, but not on K6 (see tables at the end).
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/18613/rss">
      <title>Does anyone know...</title>
      <link>http://lwn.net/Articles/18613/rss</link>
      <dc:date>2002-12-20T11:53:30+00:00</dc:date>
      <dc:creator>hjernemadsen</dc:creator>
      <description>
      If I remember correctly, the sysenter instruction is not present on AMD &lt;br&gt;processors. But it really doesn't matter as the normal int $0x80 approach &lt;br&gt;on an AMD is faster than sysenter on a P4... 
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/18610/rss">
      <title>Does anyone know...</title>
      <link>http://lwn.net/Articles/18610/rss</link>
      <dc:date>2002-12-20T08:52:37+00:00</dc:date>
      <dc:creator>wolfrider</dc:creator>
      <description>
      If this will affect AMD, etc processors?&lt;br&gt;
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/18599/rss">
      <title>User space gettimeofday()</title>
      <link>http://lwn.net/Articles/18599/rss</link>
      <dc:date>2002-12-20T00:19:35+00:00</dc:date>
      <dc:creator>acristianb</dc:creator>
      <description>
      What are the side effects of gettimeofday?&lt;br&gt;
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/18504/rss">
      <title>User space getpid()</title>
      <link>http://lwn.net/Articles/18504/rss</link>
      <dc:date>2002-12-19T05:53:25+00:00</dc:date>
      <dc:creator>ncm</dc:creator>
      <description>
      While getpid() could certainly be put in user space, the &lt;br&gt;number of programs that it would speed up noticeably&lt;br&gt;could probably be counted on a pig's hoof.  It would be &lt;br&gt;pretty surprising if any syscall used frequently enough &lt;br&gt;to make a difference could be handled in user space.  &lt;p&gt;gettimeofday() is called so frequently in real programs &lt;br&gt;that any speedup matters, at least for some programs.&lt;br&gt;Few other syscalls have that property.&lt;p&gt;
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/18496/rss">
      <title>User space gettimeofday()</title>
      <link>http://lwn.net/Articles/18496/rss</link>
      <dc:date>2002-12-19T03:54:45+00:00</dc:date>
      <dc:creator>kbob</dc:creator>
      <description>
      Gettimeofday() may not be practical in user space, but&lt;br&gt;getpid() certainly is.  Other syscalls without side effects&lt;br&gt;that return infrequently changing information could also be&lt;br&gt;put into user space.&lt;br&gt;
      
      </description>
    </item>
</rdf:RDF>

