* LTO (link time optimization) may generate faster interpreter * ``-Os`` instead of ``-O3`` / ``-O2`` generates much smaller code. Let's check if it makes a noticeable performance impact
-Osinstead of-O3/-O2generates much smaller code. Let's check if it makes a noticeable performance impact