Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synthesize constructors #37

Open
Calvin-L opened this issue Jun 29, 2018 · 0 comments
Open

Synthesize constructors #37

Calvin-L opened this issue Jun 29, 2018 · 0 comments

Comments

@Calvin-L
Copy link
Collaborator

Currently Cozy uses the concretization functions produced by query synthesis to implement constructors on the data structure. However, the concretization functions are optmized for AST size, not for performance, so the constructor implementations can be extremely slow.

The code in high_level_interface.py should manage some additional query synthesis threads that optimize the concretization functions for runtime performance. The change will also likely need to add constructor information to impls.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant