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

Issue 17634003: Fixes bugs in arm and mips intrinsifier. (Closed)

Created:
7 years, 6 months ago by zra
Modified:
7 years, 6 months ago
Reviewers:
regis
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fixes bugs in arm and mips intrinsifier. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=24427

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 7

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -70 lines) Patch
M runtime/vm/assembler_mips.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 3 4 2 chunks +26 lines, -6 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 2 3 4 1 chunk +9 lines, -9 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 2 3 4 3 chunks +19 lines, -17 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 1 2 3 4 1 chunk +7 lines, -1 line 0 comments Download
M tests/co19/co19-runtime.status View 1 2 3 4 3 chunks +13 lines, -17 lines 0 comments Download
M tests/language/language.status View 1 2 3 4 1 chunk +9 lines, -19 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
zra
I haven't run the tests on ARM hardware, yet. The easiest thing might be to ...
7 years, 6 months ago (2013-06-25 16:13:17 UTC) #1
regis
Yes, it is OK to let the arm buildbot sort this out. I have questions ...
7 years, 6 months ago (2013-06-25 17:05:16 UTC) #2
zra
https://codereview.chromium.org/17634003/diff/9001/runtime/vm/intermediate_language_mips.cc File runtime/vm/intermediate_language_mips.cc (right): https://codereview.chromium.org/17634003/diff/9001/runtime/vm/intermediate_language_mips.cc#newcode3139 runtime/vm/intermediate_language_mips.cc:3139: __ BranchUnsignedLess(result, 0xC0000000, deopt); On 2013/06/25 17:05:16, regis wrote: ...
7 years, 6 months ago (2013-06-25 17:34:30 UTC) #3
regis
LGTM It is still not clear to me why we do not check for positive ...
7 years, 6 months ago (2013-06-25 18:00:56 UTC) #4
zra
On 2013/06/25 18:00:56, regis wrote: > LGTM > > It is still not clear to ...
7 years, 6 months ago (2013-06-25 18:15:09 UTC) #5
regis
On 2013/06/25 18:15:09, zra wrote: > On 2013/06/25 18:00:56, regis wrote: > > LGTM > ...
7 years, 6 months ago (2013-06-25 18:51:59 UTC) #6
zra
7 years, 6 months ago (2013-06-25 18:58:51 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as r24427 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698