faust icon indicating copy to clipboard operation
faust copied to clipboard

Bad code puts compiler in infinite loop situation

Open jpcima opened this issue 4 years ago • 0 comments

It's the code that produces it, reduced to a minimal case. Observed in faust 2.27.2 and the master-dev revision 4f6159a.

foo(x) = out letrec { 'out = foo; };
process = foo;

jpcima avatar Dec 22 '20 12:12 jpcima