O
O.o
Hi all,
Is there any advantage in C# to using a pointer to access members of
an array? On some processors (esp. DSP) it can be significantly faster
than using the array index in an incremental loop, but some compilers
are smart enough to recognize that and optimize accordingly. Does
anybody know offhand how good a job the VS 08 compiler does at this?
Regards,
-S
Is there any advantage in C# to using a pointer to access members of
an array? On some processors (esp. DSP) it can be significantly faster
than using the array index in an incremental loop, but some compilers
are smart enough to recognize that and optimize accordingly. Does
anybody know offhand how good a job the VS 08 compiler does at this?
Regards,
-S