C28: inline memset for len > 256 words

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: Medium

      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.

            Assignee:
            TI User
            Reporter:
            TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                Connection: Intermediate to External PROD System
                EXTSYNC-4230 - C28: inline memset for len > 256 words
                SYNCHRONIZED
                • Last Sync Date: