aeneas icon indicating copy to clipboard operation
aeneas copied to clipboard

Update the ways CPS is used in the compiler

Open sonmarcho opened this issue 1 year ago • 0 comments

The Aeneas compiler is implemented in CPS because we need to progressively build the execution trace (which is in essence a tree with holes). The way the CPS style is currently implemented makes it very hard to get debugging traces when a failure occurs.

sonmarcho avatar Mar 08 '24 17:03 sonmarcho