<?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"
	>
<channel>
	<title>Comments on: Érdekes kód</title>
	<atom:link href="http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/feed/" rel="self" type="application/rss+xml" />
	<link>http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/</link>
	<description>Az ember kivételével minden állat tudja, hogy a legfontosabb dolgunk az életben: élvezni azt.</description>
	<pubDate>Fri, 18 May 2012 11:39:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: agysejt</title>
		<link>http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-37640</link>
		<dc:creator>agysejt</dc:creator>
		<pubDate>Sun, 20 May 2007 09:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-37640</guid>
		<description>Ez az egyik legfontosabb optimalizációs eljárás, ami kihasználja a proci pipeline-t, 50-70 % os gyorsulást okoz. Érdemes megjegyezni. Ha tudjuk, hogy a tömb mérete pl. 5-el osztható, akkor nem kell ilyen csúnya kód :)

Amúgy nem csúnya, a switch utasítása specifikációja volt annó elcseszve. 
C#-ben kötelező a break :)</description>
		<content:encoded><![CDATA[<p>Ez az egyik legfontosabb optimalizációs eljárás, ami kihasználja a proci pipeline-t, 50-70 % os gyorsulást okoz. Érdemes megjegyezni. Ha tudjuk, hogy a tömb mérete pl. 5-el osztható, akkor nem kell ilyen csúnya kód :)</p>
<p>Amúgy nem csúnya, a switch utasítása specifikációja volt annó elcseszve.<br />
C#-ben kötelező a break :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hrongyorgy</title>
		<link>http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34974</link>
		<dc:creator>hrongyorgy</dc:creator>
		<pubDate>Sat, 28 Apr 2007 09:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34974</guid>
		<description>Linuxon nem lehet megetetni...
&lt;code&gt;
merlin ~ # gcc -c duff.c
duff.c:6: error: syntax error before "switch"
merlin ~ # 
&lt;/code&gt;
És
&lt;code&gt;
merlin ~ # gcc -c duff.cpp 
duff.cpp:6: error: expected unqualified-id before "switch"
merlin ~ # mv duff.cpp duff.c
&lt;/code&gt;

Bár érdekes, hogy minden formában a switch előtt jelez hibát, nem pedig a do belsejében. Hmmm...</description>
		<content:encoded><![CDATA[<p>Linuxon nem lehet megetetni&#8230;<br />
<code><br />
merlin ~ # gcc -c duff.c<br />
duff.c:6: error: syntax error before "switch"<br />
merlin ~ #<br />
</code><br />
És<br />
<code><br />
merlin ~ # gcc -c duff.cpp<br />
duff.cpp:6: error: expected unqualified-id before "switch"<br />
merlin ~ # mv duff.cpp duff.c<br />
</code></p>
<p>Bár érdekes, hogy minden formában a switch előtt jelez hibát, nem pedig a do belsejében. Hmmm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soci blog &#187; Blog Archive &#187; Még egyszer az érdekes kódról</title>
		<link>http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34644</link>
		<dc:creator>Soci blog &#187; Blog Archive &#187; Még egyszer az érdekes kódról</dc:creator>
		<pubDate>Thu, 26 Apr 2007 09:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34644</guid>
		<description>[...] Előzmény. [...]</description>
		<content:encoded><![CDATA[<p>[...] Előzmény. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SebDani</title>
		<link>http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34617</link>
		<dc:creator>SebDani</dc:creator>
		<pubDate>Thu, 26 Apr 2007 06:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34617</guid>
		<description>Ebben az esetben szívesen rácsapnék a kezére annak aki azt a fordítót írta, amin ez lefordul.
Szerintem már a QBasic is szólt, ha Goto-val egy ciklusmagba akart az ember fia (kívülről) ugrani...</description>
		<content:encoded><![CDATA[<p>Ebben az esetben szívesen rácsapnék a kezére annak aki azt a fordítót írta, amin ez lefordul.<br />
Szerintem már a QBasic is szólt, ha Goto-val egy ciklusmagba akart az ember fia (kívülről) ugrani&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GerleiM</title>
		<link>http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34576</link>
		<dc:creator>GerleiM</dc:creator>
		<pubDate>Wed, 25 Apr 2007 18:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34576</guid>
		<description>Ezek után kíváncsi lennék a memcpy implementációjára...</description>
		<content:encoded><![CDATA[<p>Ezek után kíváncsi lennék a memcpy implementációjára&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rétikánya</title>
		<link>http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34542</link>
		<dc:creator>Rétikánya</dc:creator>
		<pubDate>Wed, 25 Apr 2007 13:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34542</guid>
		<description>Magamtól szörnyülködtem. Megnéztem a Wikin...
...s ilyenkor mindig rájövök mennyire nem is értek a programozáshoz. El kéne mennem favágónak.
Hogy futottál bele?</description>
		<content:encoded><![CDATA[<p>Magamtól szörnyülködtem. Megnéztem a Wikin&#8230;<br />
&#8230;s ilyenkor mindig rájövök mennyire nem is értek a programozáshoz. El kéne mennem favágónak.<br />
Hogy futottál bele?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mviktor</title>
		<link>http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34537</link>
		<dc:creator>mviktor</dc:creator>
		<pubDate>Wed, 25 Apr 2007 13:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34537</guid>
		<description>Szornyusegesen nez ki, de fordul, sot! mukodik. http://en.wikipedia.org/wiki/Duff's_device</description>
		<content:encoded><![CDATA[<p>Szornyusegesen nez ki, de fordul, sot! mukodik. <a href="http://en.wikipedia.org/wiki/Duff" rel="nofollow">http://en.wikipedia.org/wiki/Duff</a>&#8217;s_device</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soczó Zsolt</title>
		<link>http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34531</link>
		<dc:creator>Soczó Zsolt</dc:creator>
		<pubDate>Wed, 25 Apr 2007 11:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34531</guid>
		<description>Majd elmondom, de egyelőre még várom, más mit szól hozzá.</description>
		<content:encoded><![CDATA[<p>Majd elmondom, de egyelőre még várom, más mit szól hozzá.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SebDani</title>
		<link>http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34530</link>
		<dc:creator>SebDani</dc:creator>
		<pubDate>Wed, 25 Apr 2007 11:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://soci.hu/blog/index.php/2007/04/25/erdekes-kod/#comment-34530</guid>
		<description>&#62;Fordul ez a kód?
Remélem, nem! ;-)
Honnan szedted?</description>
		<content:encoded><![CDATA[<p>&gt;Fordul ez a kód?<br />
Remélem, nem! ;-)<br />
Honnan szedted?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

