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

Issue 2003403003: ARM/ARM64: Fix smashed CODE_REG in intrinsics with InvokeMathCFunctionInstrs. (Closed)

Created:
4 years, 7 months ago by rmacnak
Modified:
4 years, 7 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

ARM/ARM64: Fix smashed CODE_REG in intrinsics with InvokeMathCFunctionInstrs. X64: Fix smashed ARGS_DESC_REG. IA32: Remove unnecessary preservation of ICREG. BUG=http://dartbug.com/26516 R=vegorov@google.com Committed: https://github.com/dart-lang/sdk/commit/df4e0d5ac6031df1a11fa84fe4724ca5ebb3df10

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 10

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -14 lines) Patch
M runtime/vm/constants_arm.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/constants_x64.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 1 2 3 4 1 chunk +16 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 2 3 4 1 chunk +12 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 2 3 4 1 chunk +13 lines, -2 lines 0 comments Download
M runtime/vm/runtime_entry_arm64.cc View 1 2 3 4 5 1 chunk +8 lines, -2 lines 0 comments Download
A tests/lib/math/call_cmath_box_failure_path_test.dart View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
rmacnak
4 years, 7 months ago (2016-05-24 22:18:40 UTC) #3
Vyacheslav Egorov (Google)
lgtm https://chromiumcodereview.appspot.com/2003403003/diff/60001/runtime/vm/intermediate_language_x64.cc File runtime/vm/intermediate_language_x64.cc (right): https://chromiumcodereview.appspot.com/2003403003/diff/60001/runtime/vm/intermediate_language_x64.cc#newcode5190 runtime/vm/intermediate_language_x64.cc:5190: result->set_temp(0, Location::RegisterLocation(R13)); This needs an assertion somewhere that ...
4 years, 7 months ago (2016-05-25 11:15:32 UTC) #4
Chinmay
On 2016/05/25 at 11:15:32, vegorov wrote: > lgtm > > https://chromiumcodereview.appspot.com/2003403003/diff/60001/runtime/vm/intermediate_language_x64.cc > File runtime/vm/intermediate_language_x64.cc (right): ...
4 years, 7 months ago (2016-05-25 16:50:13 UTC) #5
rmacnak
https://codereview.chromium.org/2003403003/diff/60001/runtime/vm/intermediate_language_x64.cc File runtime/vm/intermediate_language_x64.cc (right): https://codereview.chromium.org/2003403003/diff/60001/runtime/vm/intermediate_language_x64.cc#newcode5190 runtime/vm/intermediate_language_x64.cc:5190: result->set_temp(0, Location::RegisterLocation(R13)); On 2016/05/25 11:15:31, Vyacheslav Egorov (Google) wrote: ...
4 years, 7 months ago (2016-05-25 16:58:52 UTC) #6
rmacnak
4 years, 7 months ago (2016-05-25 17:02:26 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
df4e0d5ac6031df1a11fa84fe4724ca5ebb3df10 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698