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

Max cell index #19

Open
Isawan opened this issue Sep 21, 2017 · 1 comment · May be fixed by #32
Open

Max cell index #19

Isawan opened this issue Sep 21, 2017 · 1 comment · May be fixed by #32

Comments

@Isawan
Copy link

Isawan commented Sep 21, 2017

A way to change the max cell index from the command line would be nice even if at build time.

Suppose I wanted to use more than 100,000 is that as straightforward as changing line 22 in src/bounds.rs?

@Wilfred
Copy link
Owner

Wilfred commented Oct 8, 2017

Yep, that's correct. Increasing that number will increase the maximum number of cells used during compile-time execution, and the number of cells allocated for runtime execution.

We pass the cells as a vector to add_cells_init, and the size of this vector was due to highest_cell_index.

If you fancy creating a PR to make this a CLI option, that would be welcome :)

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

Successfully merging a pull request may close this issue.

2 participants