Open cryptojedi opened 1 year ago
Summary of discussion in Bristol:
This expands on the subarray_unknown_index.
Add integer parameters to functions that can be used as array sizes.
Would like to have:
cc @eponier @mbbarbosa @bgregoir @cryptojedi @Rixxc
This is a feature request to support function arguments that are "slices", i.e., arrays of variable length that is known at compile time for all contexts from which a function is called, but possibly different from different contexts. So, we would like to do something like
Syntax to be discussed. This will avoid code duplication both source level and in binaries produced from jasmin code.