C
Creativ
I'm wondering what's the benifit of learning MSIL. I can only think
about debugging. Can anyone give me some hints?
about debugging. Can anyone give me some hints?
I'm wondering what's the benifit of learning MSIL. I can only think
about debugging. Can anyone give me some hints?
Overall, understanding what is going on underneath the hood is one reason.
Another is to understand enough to optimize your code. We ahve foudn some
rather inefficient code by examining IL before. Beyond that, I would state
that it is useful if you are writing compilers or similar tools.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
- Show quoted text -
Can you please recommend me a good reading about how to write good-
performanced code?
I've skimmed the Inside MS IL Assembler. I don't think it's targetting
performance improvement.- Hide quoted text -
- Show quoted text -
Creativ said:I've skimmed the Inside MS IL Assembler. I don't think it's targetting
performance improvement.
Creativ said:I'm wondering what's the benifit of learning MSIL. I can only think
about debugging. Can anyone give me some hints?