drwhut / decision

A general-purpose, visual programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimise the stack index list in Code Generation.

drwhut opened this issue · 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.