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

Issue 13094015: Simplifies MIPS LoadWordFromPoolOffset (Closed)

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

Description

Simplifies MIPS LoadWordFromPoolOffset Committed: https://code.google.com/p/dart/source/detail?r=20539

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -33 lines) Patch
M runtime/vm/assembler_mips.h View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 2 chunks +7 lines, -14 lines 0 comments Download
M runtime/vm/instructions_mips.cc View 1 1 chunk +3 lines, -17 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
zra
Changes for comments after I submitted the last CL Thanks! Zach
7 years, 9 months ago (2013-03-26 18:50:43 UTC) #1
regis
https://codereview.chromium.org/13094015/diff/1/runtime/vm/assembler_mips.cc File runtime/vm/assembler_mips.cc (right): https://codereview.chromium.org/13094015/diff/1/runtime/vm/assembler_mips.cc#newcode75 runtime/vm/assembler_mips.cc:75: lw(rd, Address(rd)); I had suggested lw(rd, Address(PP, offset_low)) instead ...
7 years, 9 months ago (2013-03-26 19:10:56 UTC) #2
zra
https://codereview.chromium.org/13094015/diff/1/runtime/vm/assembler_mips.cc File runtime/vm/assembler_mips.cc (right): https://codereview.chromium.org/13094015/diff/1/runtime/vm/assembler_mips.cc#newcode75 runtime/vm/assembler_mips.cc:75: lw(rd, Address(rd)); On 2013/03/26 19:10:56, regis wrote: > I ...
7 years, 9 months ago (2013-03-26 20:00:21 UTC) #3
regis
On 2013/03/26 20:00:21, zra wrote: > https://codereview.chromium.org/13094015/diff/1/runtime/vm/assembler_mips.cc > File runtime/vm/assembler_mips.cc (right): > > https://codereview.chromium.org/13094015/diff/1/runtime/vm/assembler_mips.cc#newcode75 > ...
7 years, 9 months ago (2013-03-26 20:13:42 UTC) #4
regis
LGTM
7 years, 9 months ago (2013-03-26 20:14:44 UTC) #5
zra
7 years, 9 months ago (2013-03-26 20:27:34 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r20539 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698