Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-162001-10-15 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* statement.cs (Break::Emit): Implement. (Continue::Emit): Implement. (For::Emit): Track old being/end loops; Set Begin loop, ack end loop (While::Emit): Track old being/end loops; Set Begin loop, ack end loop (Do::Emit): Track old being/end loops; Set Begin loop, ack end loop (Foreach::Emit): Track old being/end loops; Set Begin loop, ack end loop * codegen.cs (EmitContext::LoopEnd, EmitContext::LoopBegin): New properties that track the label for the current loop (begin of the loop and end of the loop). svn path=/trunk/mcs/; revision=1169