1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-21 09:16:34 +00:00

Update documentation and changelog

This commit is contained in:
Karol Stasiak
2019-12-01 03:16:09 +01:00
parent 7be5b14a7d
commit 6b2002f426
3 changed files with 26 additions and 1 deletions
+3 -1
View File
@@ -220,7 +220,9 @@ Default: yes.
* `-fsubroutine-extraction`, `-fno-subroutine-extraction`
Whether identical fragments of functions should be extracted into subroutines (experimental).
Makes the code smaller. Computationally very expensive.
Makes the code smaller.
For large programs, the effect is often much bigger than `-Os` (use both for even better effect).
May occasionally be computationally very expensive.
`.ini` equivalent: `subroutine_extraction`.
Default: no.