1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-19 10:42:10 +00:00

Fix and improve stdlib optimizations

This commit is contained in:
Karol Stasiak
2020-07-24 22:18:25 +02:00
parent ff03b50668
commit 9a67ac553d
6 changed files with 134 additions and 31 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ Default: yes.
* `-foptimize-stdlib`, `-fno-optimize-stdlib`
Whether should replace some standard library calls with constant parameters with more efficient variants.
Currently affects `putstrz` and `strzlen`, but may affect more functions in the future.
Currently affects `putstrz`, `putpstr`, `strzlen`, `scrstrlen` and `pstrlen`, but may affect more functions in the future.
`.ini` equivalent: `optimize_stdlib`.
Default: no.