roc/crates/compiler/mono
Ayaz Hafiz 593344f5c5
Determine the proc layout based on captures of an individual lambda
Previously, we determined whether a closure argument should be added to
the proc layout of a compiled function by checking whether the lambda
set was material at all. But, the extension for a single function should
be added if and only if the function itself captures.
2022-12-27 09:15:21 -06:00
..
src Determine the proc layout based on captures of an individual lambda 2022-12-27 09:15:21 -06:00
Cargo.toml more workspace dependencies 2022-11-13 16:10:02 +01:00