OrangeC icon indicating copy to clipboard operation
OrangeC copied to clipboard

Look for places to remove recursion

Open LADSoft opened this issue 5 years ago • 1 comments

the compiler uses a lot of recursive functions, which can be replaced by a non-recursive function processing work lists.

LADSoft avatar Oct 29 '20 03:10 LADSoft

this is technically not very hard but is likely to recur in a lot of places within the compiler.

LADSoft avatar Oct 29 '20 03:10 LADSoft