Josh WilliamsAdventures in the 64bit CLR.Isnt my code going to be faster on 64-bit- April 29, 2005 updated 10:50am 5205: It turns out that I copied and pasted an error in my code from the newsgroup posting I was answering. However a kind reader was able to spot it and I've fixed it, I'm getting new data and will updated graphs later today, however the points of the article remain valid updated 8:04am 5305: Added new graphs for data from fixed code. As expected, the results are the same, the peaks just moved to the left Subtitle: Micro-optimizations for 64-bit platforms DISCLAIMER: As usual...http://blogs.msdn.com/joshwil/archive/2005/04/28/413320.aspx How do exesdlls generated with the platform:x switch interact- April 8, 2005 fixed typo: 9:37am I received a question about this recently, so i figured i'd elaborate here with a little example... Let's assume we have the following three dlls: anycpu.dll -- compiled "any cpu" x86.dll -- compiled "x86" x64.dll -- compiled "x64" And the following...http://blogs.msdn.com/joshwil/archive/2005/04/08/406567.aspx |