|
|
|
|
|
by rwmj
17 days ago
|
|
Aarch64 dropped thumb instructions. I don't think you're going to find a single benchmark on the effectiveness of compressed instructions since it really depends deeply on both the workload and the whole system. For example, memory bandwidth and cache pressure are both important for whether smaller text sizes matter, and that may depend on what else is running at the same time. Note your assembler may be automatically compressing instructions without you asking. You'll have to disassemble the binary to find out. |
|
However, quantifying what the result will actually mean is nearly impossible, because you don't know what the hardware cost was.