Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
My tests with running shbench[*] on ksh binaries compiled by clang and gcc yielded no performance difference between compiling with '-O2' and '-Os'. So we might as well reduce ksh's size and memory footprint by default. [*] http://fossil.0branch.com/csb/ https://github.com/ksh-community/shbench src/cmd/INIT/make.probe: - Change default gcc optimisation level from -O2 to -Os. - Change default non-gcc optimisation level from -O to -Os.
- Loading branch information