roc/crates/compiler/gen_dev/src
Brendan Hansknecht 50f220f878
Avoid generating actual lambda names
This is super slow. When trying to compile a "real" app like rocci-bird or the false interpreter,
the compiler will just hang in repeated calls to this function.

I am not sure if this "fix" is valid. I would assume that hashing the names should be equivalent hashing
the InLayout. The InLayout should be a unique id that maps to the layout. The layout should map to name.
So I think it should be a fix.

I haven't done intensive testing, but this is way way faster.
2024-02-01 21:35:17 -08:00
..
generic64 prepend used wrong layout for alignment 2024-01-30 18:51:14 +01:00
lib.rs Avoid generating actual lambda names 2024-02-01 21:35:17 -08:00
object_builder.rs make ROC_DEV_WRITE_OBJ work in more cases 2024-01-27 17:46:19 +01:00
run_roc.rs Str.startsWith, str.endsWith and friends 2023-02-11 00:51:04 +01:00
todo.md Kevin Gillette: markdown typo fixes 2023-04-10 14:07:03 -06:00