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

Issue 2660863002: reland Optimizations to IC stub for unoptimized code performance (Closed)

Created:
3 years, 10 months ago by erikcorry
Modified:
3 years, 10 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

reland Optimizations to IC stub for unoptimized code performance R=vegorov@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/10796ae455b8bc660cee7156909d1fdab967600c

Patch Set 1 #

Total comments: 4

Patch Set 2 : Toiten up MIPS stub code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+322 lines, -298 lines) Patch
M runtime/vm/assembler_ia32.cc View 1 chunk +41 lines, -13 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 chunk +44 lines, -17 lines 0 comments Download
M runtime/vm/object.cc View 1 chunk +7 lines, -1 line 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 5 chunks +44 lines, -45 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 6 chunks +36 lines, -44 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 5 chunks +60 lines, -59 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 7 chunks +44 lines, -61 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 5 chunks +46 lines, -58 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
erikcorry
3 years, 10 months ago (2017-01-30 12:16:57 UTC) #1
erikcorry
This is a reland of https://codereview.chromium.org/2647913002/ As far as I can tell, the issues that ...
3 years, 10 months ago (2017-01-30 12:17:49 UTC) #2
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/2660863002/diff/1/runtime/vm/stub_code_mips.cc File runtime/vm/stub_code_mips.cc (right): https://codereview.chromium.org/2660863002/diff/1/runtime/vm/stub_code_mips.cc#newcode1489 runtime/vm/stub_code_mips.cc:1489: __ LoadImmediate(TMP, Smi::RawValue(1)); Maybe this warrants a comment ...
3 years, 10 months ago (2017-01-30 12:33:06 UTC) #3
erikcorry
3 years, 10 months ago (2017-01-30 13:19:29 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
10796ae455b8bc660cee7156909d1fdab967600c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698