OrangeC
OrangeC copied to clipboard
Look for places to remove recursion
the compiler uses a lot of recursive functions, which can be replaced by a non-recursive function processing work lists.
this is technically not very hard but is likely to recur in a lot of places within the compiler.