-
Enhancement
-
Resolution: Unresolved
-
Low
-
Code Generation Tools
-
CODEGEN-12088
-
C2000_22.6.1.LTS
-
default
When length is 256 or less, calls to memset are inlined. For values larger than 256, no combination of compiler options or source changes cause memset to be inlined.
When the memory location written to is a 32-bit type, instructions that write 32-bits to memory at once should be used. But 16-bit writes to memory are always used.