diff options
author | 2017-02-23 16:18:41 +0000 | |
---|---|---|
committer | 2017-02-27 23:13:20 +0000 | |
commit | cd0b27287843cfd904dd163056322579ab4bbf27 (patch) | |
tree | e5e1f0a8cae1f8d604123a72e3377528e4e4f333 /compiler/optimizing/intrinsics_mips.cc | |
parent | 0fc3e418428f9f29a52c1dd60b1d86c71eb00d18 (diff) |
Intrinsify Integer.valueOf.
Improves performance of ArrayListStress and Ritz by ~10% and ~3%.
Test: test-art-host test-art-target
bug: 30933338
Change-Id: I639046e3a18dae50069d3a7ecb538a900bb590a1
Diffstat (limited to 'compiler/optimizing/intrinsics_mips.cc')
-rw-r--r-- | compiler/optimizing/intrinsics_mips.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/optimizing/intrinsics_mips.cc b/compiler/optimizing/intrinsics_mips.cc index 64a68403e9..536b7f6a17 100644 --- a/compiler/optimizing/intrinsics_mips.cc +++ b/compiler/optimizing/intrinsics_mips.cc @@ -2682,6 +2682,8 @@ UNIMPLEMENTED_INTRINSIC(MIPS, UnsafeGetAndSetInt) UNIMPLEMENTED_INTRINSIC(MIPS, UnsafeGetAndSetLong) UNIMPLEMENTED_INTRINSIC(MIPS, UnsafeGetAndSetObject) +UNIMPLEMENTED_INTRINSIC(MIPS, IntegerValueOf) + UNREACHABLE_INTRINSICS(MIPS) #undef __ |