IonMonkey/Optimization passes

From MozillaWiki
Jump to: navigation, search

Over the years we accumulated different optimization passes that all try to optimize the generated MIR code in order to increase the execution speed.

Overview

One of the main properties of IonMonkey is to separate the different optimizations. The reason is to make it easier to work on one specific pass, without having to worry too much about the other passes.