sunjay / brain

A high level programming language that compiles into the brainfuck esoteric programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Drop Compilation Mode

sunjay opened this issue · comments

Mode of compilation (compilation flag) that makes it so that no drop instructions are generated. In other words, rather than zeroing and reusing memory, the compiler will generate code that will prefer to use new cells instead. This uses more memory, but can generate significantly less instructions in some cases.