-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Since performance has not been a priority in the compiler's development, the compiler currently clone
s all over the place. Strings that reference another data type from the module that is compiled are particularly prone to being cloned. These could be easily replaced with Cow
s or similar borrowing types. Similarly, the map of TopLevelDeclarations
is cloned in some places in the validator
module.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed