This repository was archived by the owner on Feb 3, 2020. It is now read-only.

Description
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.