I'm a C# beginner,
Is the machine code generated by the JIT in run time is same for the two different systems having exactly same configuration?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||
|
|
I've found a nice article about your question. It's rather long, so I've extracted the most essential parts:
So indeed, the disassembly may differ not only across platforms, but also across runs on the same system. |
|||
|
|