This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
Version 10.1: A Pink Water Bottle
This version adds multithreading by default to the size-optimiser, so that it finishes its task much faster. On top of that, you can also set a hard limit on the number of optimisation passes attempted with the -M<limit>
option, or just let it go the infinity (the default behaviour) with -M-1
.
Attached in this version's notes is the most size-optimised possible of the kingdom.bf
program compiled into asm source code. (About 1/4 the size of the version made with -O3
when compiled to a final binary.) Beware though, that this took over 2 hours to be generated on my laptop.