roc/crates/compiler/gen_wasm/src
Ayaz Hafiz 50826d1a83
Inline interners into the layout interner module
I realized that we'll need to make the layout interner more complicated
to support things like recursive pointers pointing to their parents and
to support lambda set layout caching. Since the layout interner is the
only user of intern crate right now anyway, just inline the whole thing.
2023-01-03 14:19:39 -06:00
..
backend.rs Inline interners into the layout interner module 2023-01-03 14:19:39 -06:00
code_builder.rs gen_wasm: improve a code comment 2022-11-26 15:38:48 +00:00
layout.rs remove F128 2022-12-14 23:28:38 +01:00
lib.rs Push interned layouts as mut throughout the backend, and intern box layouts 2022-12-28 18:51:26 -06:00
low_level.rs Inline interners into the layout interner module 2023-01-03 14:19:39 -06:00
storage.rs remove F128 2022-12-14 23:28:38 +01:00
wasm32_result.rs Thread LayoutInterner trait through 2023-01-03 11:48:46 -06:00
wasm32_sized.rs Wasm32Sized for isize 2022-07-27 20:10:47 +02:00