C# Class Mosa.Compiler.Framework.Stages.PreciseGCStage

This stage determine were object references are located in code.
Inheritance: BaseMethodCompilerStage
Show file Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
CollectStackObjects ( ) : void
Finish ( ) : void
Run ( ) : void

Private Methods

Method Description
CollectObjectAssignmentsAndUses ( ) : void

Method Details

CollectStackObjects() protected method

protected CollectStackObjects ( ) : void
return void

Finish() protected method

protected Finish ( ) : void
return void

Run() protected method

protected Run ( ) : void
return void