quilc
quilc copied to clipboard
Call stack exhaustion when compiling very deep programs
chip-contiguous-subschedule-from-last-instructions is recursive and, given a sufficiently deep program, can fail with an exhausted function call stack error. This can be alleviated by making the function non-recursive.