Design overview

From MAGEEC
Jump to: navigation, search


Overall MAGEEC is split into three phases: data gathering, training, and compiler infrastructure.

Data Gathering

The Data gathering stage is the initial stage where programs are generated, their features collect and the binary executed on the target platform. The energy data for this is collected and entered into a database.

The interface for this is defined in the Data Gather Framework.

Training

The training phase takes the data from the database, and learns a classifier.

Compiler Infrastructure

This portion of MAGEEC embeds into the compiler as a plugin, controlling which optimisation passes get executed based on the classifier that was learned previously.

The high level flow can be found on Interface_Flow, with low level implementation details found auto-generated by doxygen at mageec.org/doxygen.

As time progresses, a rich set of documentation will be written, and all source will be available at github.com/mageec/mageec