djrieger / mjplusplus

A compiler for the MiniJava language
http://djrieger.github.io/mjplusplus/doc/doxygen/html/
6 stars 1 forks source link

Peephole optimizations #106

Open maxvogel opened 9 years ago

maxvogel commented 9 years ago

LEA?

maxvogel commented 9 years ago

Wikipedia states several peephole optimizations. We should consider Strength reduction (probably easier done on SSA/firm?) as well address mode operations.