drwhut/decision

Optimise the stack index list in Code Generation.

Closed this issue · 1 comments

Instead of the order of insertion, order lexicographically, and use binary insertion/search.

Will attempt this properly later, rather than half-attempt it now.