mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Try an alloca approach for structs
This commit is contained in:
parent
3789402a32
commit
8450597a07
7 changed files with 153 additions and 42 deletions
|
@ -734,7 +734,7 @@ fn special_case_builtins(
|
|||
annotate_usage(&loc_value.value, usage);
|
||||
}
|
||||
|
||||
Symbol::LIST_ISEMPTY => {
|
||||
Symbol::LIST_IS_EMPTY | Symbol::LIST_LEN => {
|
||||
debug_assert!(loc_args.len() == 1);
|
||||
|
||||
let loc_list = &loc_args[0].1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue