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

Issue 1252703002: VM: Use object pool for loading Symbols::PredefinedAddress in intrinsic code. (Closed)

Created:
5 years, 5 months ago by Florian Schneider
Modified:
5 years, 5 months ago
Reviewers:
rmacnak
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

VM: Use object pool for loading Symbols::PredefinedAddress in intrinsic code. ia32 is unchanged since we don't have an object pool there. BUG= R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/a27ce8c7cf6f33e991f3fc3993211fa0da379e42

Patch Set 1 #

Patch Set 2 : addressed comments, fixed MIPS, ARM64 code #

Patch Set 3 : add missing code on arm64 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -17 lines) Patch
M runtime/vm/assembler_x64.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 2 chunks +14 lines, -4 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 1 2 2 chunks +14 lines, -4 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 2 chunks +18 lines, -4 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 2 chunks +14 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Florian Schneider
5 years, 5 months ago (2015-07-23 11:49:35 UTC) #2
rmacnak
LGTM Add asserts to StringFromCharCodeInstr::EmitNativeCode that we're generating optimized code.
5 years, 5 months ago (2015-07-23 17:25:45 UTC) #3
Florian Schneider
Done.
5 years, 5 months ago (2015-07-24 11:32:17 UTC) #4
Florian Schneider
5 years, 5 months ago (2015-07-24 11:57:30 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:20002) manually as
a27ce8c7cf6f33e991f3fc3993211fa0da379e42 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698