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

Issue 1250323002: Load immediates via the constant pool on armv5te and armv6. (Closed)

Created:
5 years, 5 months ago by regis
Modified:
5 years, 5 months ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Load immediates via the constant pool on armv5te and armv6. Fixes #23306 R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/23982c63e9acc4d09fb42fc8ac5500f56240675c

Patch Set 1 #

Total comments: 4

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -7 lines) Patch
M runtime/vm/assembler_arm.h View 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/assembler_arm.cc View 1 8 chunks +20 lines, -1 line 0 comments Download
M runtime/vm/assembler_x64.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/code_patcher_arm_test.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 7 chunks +13 lines, -2 lines 0 comments Download
M runtime/vm/instructions_arm_test.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 chunk +4 lines, -1 line 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
regis
Note that this implementation does not rely on an extra argument to all code emitting ...
5 years, 5 months ago (2015-07-23 22:25:28 UTC) #2
zra
https://codereview.chromium.org/1250323002/diff/1/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/1250323002/diff/1/runtime/vm/assembler_arm.cc#newcode1531 runtime/vm/assembler_arm.cc:1531: return object_pool_wrapper_.FindObject(smi); Why not use ObjectPoolWrapper::FindImmediate() ? I think ...
5 years, 5 months ago (2015-07-23 22:46:00 UTC) #3
regis
Thanks! Please have another look. https://codereview.chromium.org/1250323002/diff/1/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/1250323002/diff/1/runtime/vm/assembler_arm.cc#newcode1531 runtime/vm/assembler_arm.cc:1531: return object_pool_wrapper_.FindObject(smi); On 2015/07/23 ...
5 years, 5 months ago (2015-07-23 23:07:31 UTC) #4
zra
lgtm
5 years, 5 months ago (2015-07-24 02:00:02 UTC) #5
regis
5 years, 5 months ago (2015-07-24 15:27:55 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
23982c63e9acc4d09fb42fc8ac5500f56240675c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698