<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Lambda based reflection Vs Normal reflection Vs Direct call</title>
	<atom:link href="http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/</link>
	<description>IOpine!</description>
	<lastBuildDate>Thu, 19 Aug 2010 05:00:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Michael Baldry</title>
		<link>http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/comment-page-1/#comment-3845</link>
		<dc:creator>Michael Baldry</dc:creator>
		<pubDate>Fri, 15 Jan 2010 12:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/#comment-3845</guid>
		<description>Yes, I fixed the test by simply calling obj.CallIt(); before the timing loop.. this is the equiv. of setting up the dynamic lambda..

direct call will always win.</description>
		<content:encoded><![CDATA[<p>Yes, I fixed the test by simply calling obj.CallIt(); before the timing loop.. this is the equiv. of setting up the dynamic lambda..</p>
<p>direct call will always win.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/comment-page-1/#comment-32</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 09 May 2009 15:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/#comment-32</guid>
		<description>I found!

The reason of the anomaly is the jit compiler.
In the first case the jit compiler has to compile the calling command.
In the second case it is compiled before the timer started</description>
		<content:encoded><![CDATA[<p>I found!</p>
<p>The reason of the anomaly is the jit compiler.<br />
In the first case the jit compiler has to compile the calling command.<br />
In the second case it is compiled before the timer started</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/comment-page-1/#comment-31</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 09 May 2009 14:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://abhi.dcmembers.com/blog/2009/03/25/lambda-based-reflection-vs-normal-reflection-vs-direct-call-4/#comment-31</guid>
		<description>Hi!
Intresting, yee

But try to call the method 1000000 times and you will get a satisfactory result
:)</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Intresting, yee</p>
<p>But try to call the method 1000000 times and you will get a satisfactory result<br />
 <img src='http://abhi.dcmembers.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
