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

Issue 15692005: Fix a bug in optimized ARM code. (Closed)

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

Description

Fix a bug in optimized ARM code. Fix a bug in deoptimization (wrong stack layout assumption, worked on Intel by chance). Implement megamorphic instance call on ARM. Improve line number reporting in simulator backtraces. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=23169

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -138 lines) Patch
M runtime/tests/vm/vm.status View 1 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/code_generator.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/deopt_instructions.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 chunks +59 lines, -15 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 1 chunk +0 lines, -42 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 1 chunk +0 lines, -14 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 1 chunk +0 lines, -42 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 4 chunks +23 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 3 chunks +22 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 chunks +7 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 chunks +20 lines, -1 line 0 comments Download
M runtime/vm/simulator_arm.cc View 1 4 chunks +27 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
regis
7 years, 7 months ago (2013-05-24 16:27:42 UTC) #1
zra
lgtm with comments. https://codereview.chromium.org/15692005/diff/1/runtime/vm/flow_graph_compiler_arm.cc File runtime/vm/flow_graph_compiler_arm.cc (right): https://codereview.chromium.org/15692005/diff/1/runtime/vm/flow_graph_compiler_arm.cc#newcode1351 runtime/vm/flow_graph_compiler_arm.cc:1351: __ Drop(argument_count); Since the arguments are ...
7 years, 7 months ago (2013-05-24 17:11:41 UTC) #2
regis
Thanks! https://codereview.chromium.org/15692005/diff/1/runtime/vm/flow_graph_compiler_arm.cc File runtime/vm/flow_graph_compiler_arm.cc (right): https://codereview.chromium.org/15692005/diff/1/runtime/vm/flow_graph_compiler_arm.cc#newcode1351 runtime/vm/flow_graph_compiler_arm.cc:1351: __ Drop(argument_count); On 2013/05/24 17:11:41, zra wrote: > ...
7 years, 7 months ago (2013-05-24 18:52:09 UTC) #3
regis
7 years, 7 months ago (2013-05-24 18:52:42 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r23169 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698