roc/crates/compiler/load_internal
Ayaz Hafiz 0744ef946b
Determine host-exposed lambda sets once based on proc variable
Rather than calculating the HELS for each host-exposed layout (of which
there may be multiple), we only need to calculate the HELS based on the
top-level type of the host-exposed function.

Also renamed `GlueProcs.extern_names` to
`GlueProcs.legacy_layout_based_extern_names` since they are still
currently generated based on the layout, but I think we want to generate
all HELS via type variable.

Fixes false-interpreter builds in debug.
2023-05-03 10:00:50 -05:00
..
src Determine host-exposed lambda sets once based on proc variable 2023-05-03 10:00:50 -05:00
tests add load tests from ingested files 2023-04-09 14:03:33 -07:00
.gitignore moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
Cargo.toml run a toml formatter and then clean it up a bit 2023-03-06 19:47:57 -08:00