Skip to content

Optimize expression compiler #422

Open
@ryzhyk

Description

@ryzhyk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions