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

Issue 107293008: Fixes bug in far branches on MIPS. (Closed)

Created:
7 years ago by zra
Modified:
7 years ago
Reviewers:
regis, srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fixes bug in far branches on MIPS. Also increases test coverage of far branches on ARM and MIPS. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=31024

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+429 lines, -4 lines) Patch
M runtime/vm/assembler_arm.h View 2 chunks +6 lines, -1 line 1 comment Download
M runtime/vm/assembler_arm_test.cc View 1 chunk +43 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips.h View 2 chunks +6 lines, -1 line 0 comments Download
M runtime/vm/assembler_mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/assembler_mips_test.cc View 7 chunks +372 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
zra
This is the fix for: https://code.google.com/p/dart/issues/detail?id=15275
7 years ago (2013-12-09 23:31:39 UTC) #1
regis
LGTM
7 years ago (2013-12-10 01:25:06 UTC) #2
regis
LGTM
7 years ago (2013-12-10 01:25:07 UTC) #3
zra
Committed patchset #1 manually as r31024 (presubmit successful).
7 years ago (2013-12-10 16:43:12 UTC) #4
srdjan
7 years ago (2013-12-10 18:02:24 UTC) #5
Message was sent while issue was closed.
LGTM with comment

https://codereview.chromium.org/107293008/diff/1/runtime/vm/assembler_arm.h
File runtime/vm/assembler_arm.h (right):

https://codereview.chromium.org/107293008/diff/1/runtime/vm/assembler_arm.h#n...
runtime/vm/assembler_arm.h:326: void set_use_far_branches(bool b) {
Add comment: to be used by tests only.  It is quite a dangerous function ...

Powered by Google App Engine
This is Rietveld 408576698