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

Issue 713993002: Fix unsigned multiplication in MIPS simulator (add assembler regression test). (Closed)

Created:
6 years, 1 month ago by regis
Modified:
6 years, 1 month ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix unsigned multiplication in MIPS simulator (add assembler regression test). Fix breakpoint handling in MIPS simulator. Fix potential overflow in Bigint_sqrAdd intrinsic on ARM. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=41674

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -24 lines) Patch
M runtime/vm/assembler_mips_test.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/constants_mips.h View 1 1 chunk +10 lines, -4 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 2 chunks +13 lines, -11 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 1 5 chunks +18 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
regis
6 years, 1 month ago (2014-11-11 00:57:36 UTC) #2
zra
lgtm
6 years, 1 month ago (2014-11-11 22:26:36 UTC) #3
regis
Thanks!
6 years, 1 month ago (2014-11-11 22:28:39 UTC) #4
regis
6 years, 1 month ago (2014-11-11 22:29:01 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r41674 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698