| Forum |
Thread |
Replies |
Latest activity |
| Coffeehouse |
Howard or Rudd? |
5 |
Nov 04, 2007 at 1:24 AM |
| Coffeehouse |
Opensource - Free Slave Labour? |
26 |
Oct 29, 2007 at 6:20 PM |
| Coffeehouse |
Chat |
3 |
Oct 29, 2007 at 5:59 AM |
| Coffeehouse |
To corona_coder |
7 |
Oct 29, 2007 at 12:55 AM |
| Tech Off |
Recording options in VSTS |
4 |
Oct 29, 2007 at 12:20 AM |
| Tech Off |
Install Windows Vista RC1 on a computer with only 256 RAM |
23 |
Oct 29, 2007 at 12:20 AM |
| Coffeehouse |
Avalon vs WPF |
15 |
Oct 28, 2007 at 10:38 PM |
| Coffeehouse |
Microsoft backs improper text messaging |
5 |
Oct 27, 2007 at 12:10 AM |
| Tech Off |
Debug Visualizer |
7 |
Oct 26, 2007 at 10:37 PM |
| Coffeehouse |
Where will Scoble go next? |
46 |
Oct 26, 2007 at 8:23 PM |
Inside C# 4.0: dynamic typing, optional parameters, covariance and contravariance
Oct 31, 2008 at 10:59 PMI'm half way through, and I have a question.
Say you have the following:
dynamic x = ...
x.M(1,2,3,4,5,6,7,8,9,10);
x.M(1,2,3,4,5,6,7,8,9,"a string");
x.M(1,2,3,4,3.14159);
x.M(DateTime.Now);
Will the generated delegate check parameters one at a time? eg, like this:
if (param1Type == typeof(int))
{
if (param2Type == ...)
{
...
if (param5Type == int)
{...}
else if (param5Type == double)
{ ..}
} else if (param1Type == DateTime) {}
Or will it check each one repeatedly?
Also, will there be any sort of profile-guided optimisation in that delegate? Say that it notices x.M(DateTime) is called the most, will it reorder the tests?
QuakeLight Preview
Oct 25, 2008 at 6:44 PMMike Klucher: XNA Framework games running on Zune
Apr 29, 2008 at 3:37 PMBrian Beckman: Project Quark - A New Beginning for Quantum Computing Rises from the Ashes of Theoret
Apr 02, 2008 at 3:04 AMApril the 1st is 5mb, not 500.
Brian Beckman: Project Quark - A New Beginning for Quantum Computing Rises from the Ashes of Theoret
Apr 01, 2008 at 5:27 PMPeter Sestoft: Inside The C5 Generic Collection Library for C# and CLI
Jan 07, 2008 at 11:36 PMAwesome
Btw, sorry for being rude; I just reinstalled Windows for what turned out to be a hardware problem, so I was a little pissed.
Peter Sestoft: Inside The C5 Generic Collection Library for C# and CLI
Jan 07, 2008 at 9:20 PMThis is getting ridiculous.
Enough with the ~1GB video sizes! For this, you'd need at most maybe 350MB, and that's pushing it. I'd say maybe 200MB/hour would be perfectly fine quality in Xvid; I know many users wouldn't have an Xvid codec installed, but they're only 1mb or so- It's obviously worth the space trade-off.
VC++ 2005: IDE Tips and Tricks
Oct 24, 2007 at 4:57 AMARCast.TV - Team Foundation Server Down Under
Oct 23, 2007 at 8:19 PMByron Cook: Inside Terminator
Oct 22, 2007 at 2:01 AMSee more comments…