bneukom / ch.fhnw.mdt

MicroCore development tools.
0 stars 0 forks source link

Make Peephole Optimizer usable for whole .fs files. #50

Closed bneukom closed 8 years ago

bneukom commented 9 years ago

Originally reported by: bneukom (Bitbucket: bneukom, GitHub: bneukom)


The peephole optimizer as of now can only operate on whole functions. So we somehow need to split the file into all functions and call the optimizations on them.


bneukom commented 9 years ago

Original comment by bneukom (Bitbucket: bneukom, GitHub: bneukom):


implemented simple state machine