Martin Kustermann
Results
193
comments of
Martin Kustermann
@kripken Yes, using `-Os --remove-unused-brs --vacuum` isn't giving much more than `-Os`. Yes, using `-Os -Os` is giving 1% more than `-Os`. Though running with `-Os --remove-unused-brs --vacuum` doesn't seem...
Thanks, @kripken . Yes I can confirm that using `--dce --remove-unused-brs --vaccum` gets rid of the NOP blocks and removes around `-0.085 %` (whereas a second `-Os` would remove `0.67...