title WebLog #535 Topic: 2007-06-27 05.48.56 matt: C#/CLR question: does the readonly keyword help the JIT at all? user matt ip 65.57.245.11 vol 1 lock ******** After scouring books and blogs, I can't find a real answer to this question: does the readonly keyword in C# help the JIT optimize better at all? /more I looked in the /link http://www.amazon.com/gp/product/0735621632/002-2163431-4995259?ie=UTF8&tag=matthargettbl-20&linkCode=xm2&camp=1789&creativeASIN=0735621632 CLR via C# book. I looked in /link http://www.amazon.com/gp/product/1590596463/002-2163431-4995259?ie=UTF8&tag=matthargettbl-20&linkCode=xm2&camp=1789&creativeASIN=1590596463 .NET 2.0 IL assembler book. I searched blogs. The books had nothing to help, which is strange because they are great resources on what kind of code can help the JIT do a better job. The blogs I found by searching for "C# readonly JIT" have hyperbole, but nothing definite. Can anyone tell me, or do I need to pre-JIT an assembly with ngen and look at the generated x86 code? /dis