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

build IR interpreter for const fns #5895

Open
IGI-111 opened this issue Apr 23, 2024 · 0 comments
Open

build IR interpreter for const fns #5895

IGI-111 opened this issue Apr 23, 2024 · 0 comments
Labels
compiler: ir IRgen and sway-ir including optimization passes language feature Core language features visible to end users

Comments

@IGI-111
Copy link
Contributor

IGI-111 commented Apr 23, 2024

We want to build an IR interpreter to extend and replace our current constant evaluator.
This will need to have some kind of memory model to deal with heap types.

We need to make sure that no const-fn remains within the final binary.

@IGI-111 IGI-111 added compiler: ir IRgen and sway-ir including optimization passes language feature Core language features visible to end users labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler: ir IRgen and sway-ir including optimization passes language feature Core language features visible to end users
Projects
None yet
Development

No branches or pull requests

1 participant