[Mono-list] MCS now has control flow analysis

Miguel de Icaza miguel@ximian.com
02 Aug 2002 01:20:51 -0400


Hello,

> This means that MCS will now be able to detect `out' parameters which
> are not assigned before control leaves the current method or local
> variables being accessed before they're initialized.

Btw, this fixes several problems that people had with MCS.  We are now a
more conformant compiler ;-)

Miguel