Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Version 10.1: A Pink Water Bottle

Compare
Choose a tag to compare
@jyothiraditya-n jyothiraditya-n released this 15 Feb 08:54
· 7 commits to main since this release

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.