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

Changing Bitc object structure to a bit-vector or vector #110

Open
mariari opened this issue Apr 28, 2023 · 1 comment
Open

Changing Bitc object structure to a bit-vector or vector #110

mariari opened this issue Apr 28, 2023 · 1 comment
Labels
enhancement New feature or request optimization

Comments

@mariari
Copy link
Member

mariari commented Apr 28, 2023

Currently the BITC category uses a list to represents objects and transformations. This is bad, because it is more naturally expressed as a bit-vector.

Here are a few sample documentation for bit-vectors

https://novaspec.org/cl/f_bit-and

https://novaspec.org/cl/t_bit-vector

Further as #101 gets considered, we may want to move it to a general vector instead of just a bit one. Either way it's a better format for this code

@mariari mariari changed the title Changing Bitc object structure to a bit-vector Changing Bitc object structure to a bit-vector or vector Apr 28, 2023
@mariari
Copy link
Member Author

mariari commented May 3, 2023

The interpreter does this, however the backend compiler to vampir does not sadly

@rokopt rokopt added the enhancement New feature or request label May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request optimization
Projects
None yet
Development

No branches or pull requests

2 participants