Αs Android from 2.2 uses JIT (Just in time compilation) to fast the execution of it’s applications I questioned myself why they are not using an Ahead of time (AOT) compilation technique. The answer was quite obvious after reading the following article: Comparing compilation techniques IBM is quite famous for it’s high quality technical articles. [...]