Re: Why is C# 450% slower than C++ on nested loops ??
- From: "Joanna Carter [TeamB]" <joanna@xxxxxxxxxxxx>
- Date: Wed, 28 Dec 2005 21:38:53 -0000
"Willy Denoyette [MVP]" <willy.denoyette@xxxxxxxxxx> a écrit dans le message
de news: OP9VnO$CGHA.2820@xxxxxxxxxxxxxxxxxxxxxxx
| I know why but I don't care, these benchmarks are clueless and they are
| broken, compile the C# code with /checked+ (check overflow on) and watch
the
| exceptions getting thrown on you.
Can I ask whether these benchmarks were taken from C# code on first run
(including JITting) or after it has been JITted ? It is only sensible to
exclude the JIT process if you are comparing execution times as, after the
first execution, times get a great deal faster due to the code now being
natively compiled.
Joanna
--
Joanna Carter [TeamB]
Consultant Software Engineer
.
- Follow-Ups:
- Re: Why is C# 450% slower than C++ on nested loops ??
- From: Willy Denoyette [MVP]
- Re: Why is C# 450% slower than C++ on nested loops ??
- From: Peter Olcott
- Re: Why is C# 450% slower than C++ on nested loops ??
- References:
- Why is C# 450% slower than C++ on nested loops ??
- From: Peter Olcott
- Re: Why is C# 450% slower than C++ on nested loops ??
- From: Willy Denoyette [MVP]
- Why is C# 450% slower than C++ on nested loops ??
- Prev by Date: Re: How to prevent code from being executed by the Designer?
- Next by Date: Re: report construction
- Previous by thread: Re: Why is C# 450% slower than C++ on nested loops ??
- Next by thread: Re: Why is C# 450% slower than C++ on nested loops ??
- Index(es):
Relevant Pages
|