Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Issue 1068823004: Fixes bug in LoadIndexedInstr on ARM. (Closed)

Created:
5 years, 8 months ago by zra
Modified:
5 years, 8 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Ivan Posva
Visibility:
Public.

Description

Fixes bug in LoadIndexedInstr on ARM. Assembler::ElementAddressForRegIndex already untags the index. On MIPS, the removed instruction had no effect. BUG=https://code.google.com/p/dart/issues/detail?id=22384 R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=44955

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -6 lines) Patch
M runtime/vm/dart_api_impl_test.cc View 1 2 chunks +69 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
zra
5 years, 8 months ago (2015-04-07 21:21:51 UTC) #2
regis
LGTM
5 years, 8 months ago (2015-04-07 21:27:42 UTC) #3
zra
5 years, 8 months ago (2015-04-07 23:48:44 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r44955 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698