arporter / habakkuk

Fortran code analysis for performance prediction
11 stars 0 forks source link

#8 Support mult operand #9

Closed arporter closed 8 years ago

arporter commented 8 years ago

pep8 and pylint are fine for the changed src and test files. All changes are covered by the test suite.

arporter commented 8 years ago

We now produce a correct DAG when the parsed tree contains a Mult_Operand object. However, while doing this I've realised that the code that computes a schedule for the DAG does not account for the cost of any calls to intrinsics - it only considers operators. I've created Issue #10 to tackle this.