L
Leon_Amirreza
I have written a program in C# with .net 3.5sp1 and calculated the running
of it in micro senconds. now
I want to estimate the time that it would take to run the same algorithm in
C on another processor/microcontroller SO
I need to know what features of intel processor and optimization mechanisms
are USED in .net and what features of intel are NOT USED by .net to estimate
the running time more accurate?
1- any links to .net internals or source code is appreciated; or books (free
or commecial books)?
usually algorithms take much more effort to be written in C than c#!
of it in micro senconds. now
I want to estimate the time that it would take to run the same algorithm in
C on another processor/microcontroller SO
I need to know what features of intel processor and optimization mechanisms
are USED in .net and what features of intel are NOT USED by .net to estimate
the running time more accurate?
1- any links to .net internals or source code is appreciated; or books (free
or commecial books)?
usually algorithms take much more effort to be written in C than c#!