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

Issue 785443002: Fix gc on MIPS (live registers were spilled in reversed order). (Closed)

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

Description

Fix gc on MIPS (live registers were spilled in reversed order). Add comments on all platforms. R=koda@google.com Committed: https://code.google.com/p/dart/source/detail?r=42125

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -24 lines) Patch
M runtime/vm/assembler_x64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 1 chunk +24 lines, -19 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
regis
6 years ago (2014-12-05 00:33:15 UTC) #2
koda
Great find! Would it be possible to write a regression test that reliably triggers the ...
6 years ago (2014-12-05 00:46:43 UTC) #3
regis
Regression test? Possible, maybe, but not easy. It would be difficult to convince the optimizer ...
6 years ago (2014-12-05 00:56:11 UTC) #4
koda
lgtm
6 years ago (2014-12-05 01:04:43 UTC) #5
regis
6 years ago (2014-12-05 01:07:13 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r42125 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698