Skip to content

slight fixes for "templatized" arraycopy static methods. - #3

Open
devnexen wants to merge 1 commit into
apache:masterfrom
devnexen:master
Open

slight fixes for "templatized" arraycopy static methods.#3
devnexen wants to merge 1 commit into
apache:masterfrom
devnexen:master

Conversation

@devnexen

Copy link
Copy Markdown
  • source pointers were tested twice.
  • source and destination can still possibly overlap dest = src + 1 for example,
    thus might be safer to just use memmove regardless of the situation.

- source pointers were tested twice.
- source and destination can still possibly overlap dest = src + 1 for example,
thus might be safer to just use memmove regardless of the situation.
注册 for free to join this conversation on GitHub. Already have an account? 登录 to comment

标签

None yet

项目

None yet

Development

Successfully merging this pull request may close these issues.

1 participant