Is there any obvious reason why this function doesn't enable folding if we're optimizing for size? All of the other string/memory folds appear to rely on the various move, clear or set ratios?
When optimizing small string copies it's definitely smaller to do this inline on some ISAs. Thanks, Dave