diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2016-07-07 12:07:42 +0100 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2016-07-07 13:35:51 +0100 |
commit | 9f65db89353c46f6b189656f7f55a99054e5cfce (patch) | |
tree | 8644957a017c9954372ef73d7bcc457789d294eb /compiler/optimizing/graph_visualizer.cc | |
parent | f731706af1ce91e9d77f85c36b4dcacce17b7f9b (diff) |
Fix System.arraycopy when doing same array copying.
At compile time, if constant source < constant destination, and we don't
know if the arrays are the same, then we must emit code that checks
if the two arrays are the same. If so, we jump to the slow path.
test:610-arraycopy
Change-Id: Ida67993d472b0ba4056d9c21c68f6e5239421f7d
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions