MDL 2.1
Changes since v2.0:
- Many improvements to the Search-based optimizer code generation (faster search by better search-space pruning, more CPU ops supported, parallel search using multiple threads, etc.).
- New functionality of the search-based optimizer (triggered with either
-so
or-so-opt
): given an input assembler file/project it applies the search-based optimizer to each block of 2 (or more, specified via flag) CPU instructions, and tries to find a better alternative. This is a very experimental new optimizer that is not yet fully reliable, use at your own risk. - A few more patterns for the pattern-based optimizer.
- Many general improvements/bug fixes/stability updates.