
Signature
http://barrkel.blogspot.com/
> > What is the point of these:
> > IL_0002: stloc.0
[quoted text clipped - 3 lines]
> When viewing the stack machine code, think 'serialized expression
> graph', not 'CPU opcodes'.
Or, to translate that into language the OP may understand: CIL is a
program that the jitter will compile, and the jitter is perfectly
capable of optimizing out the unnecessary use of a local variable.

Signature
.NET 2.0 for Delphi Programmers www.midnightbeach.com/.net
Delphi skills make .NET easy to learn In print, in stores.
Barry Kelly - 27 Jul 2006 16:48 GMT
> > The CLI isn't a machine - it's a serialization format for semantics.
> > When viewing the stack machine code, think 'serialized expression
> > graph', not 'CPU opcodes'.
>
> Or, to translate that into language the OP may understand:
Is it that bad :) I am spending too much time in compiler-land...
-- Barry

Signature
http://barrkel.blogspot.com/