IonMonkey/Optimization passes

From MozillaWiki
< IonMonkey
Revision as of 10:49, 21 October 2016 by H4writer (talk | contribs) (Created page with "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 m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to 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.