You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DDlog compiler currently implements a purely syntax-guided translation from
DDlog to Rust expressions. This causes redundant cloning and ugly code +
warnings. We need a smarter compiler that will use dataflow analysis to use
borrow instead of cloning wherever possible.