
Reducing code size with LLVM Machine Outliner on 32-bit Arm targets
Tuesday, April 13, 2021
Arm software Code optimization LLVM Machine OutlinerMachine Outliner helps reduce compile time and improve performance by allowing you to replace a chunk of consecutive statements with a call to a new function containing those statem...