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

Issue 1228113008: Crankshaft part of the 'loads and stores to global vars through property cell shortcuts' feature. (Closed)

Created:
5 years, 5 months ago by Igor Sheludko
Modified:
5 years, 5 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Crankshaft part of the 'loads and stores to global vars through property cell shortcuts' feature. BUG=chromium:510738 LOG=N Committed: https://crrev.com/cc66a1c64ee84bb07db13f017049a0cbebd31a47 Cr-Commit-Position: refs/heads/master@{#29743}

Patch Set 1 : #

Patch Set 2 : other platforms #

Total comments: 2

Patch Set 3 : Addressed comments + regression test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1035 lines, -0 lines) Patch
M src/arm/lithium-arm.h View 1 4 chunks +42 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 4 chunks +36 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 chunks +36 lines, -0 lines 0 comments Download
M src/arm64/lithium-arm64.h View 1 4 chunks +42 lines, -0 lines 0 comments Download
M src/arm64/lithium-arm64.cc View 1 4 chunks +36 lines, -0 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 2 chunks +36 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +24 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 4 chunks +74 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 2 4 chunks +16 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 chunks +34 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 4 chunks +42 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 4 chunks +36 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 chunks +35 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.h View 1 4 chunks +42 lines, -0 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 4 chunks +36 lines, -0 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 1 2 chunks +35 lines, -0 lines 0 comments Download
M src/mips64/lithium-mips64.h View 1 4 chunks +42 lines, -0 lines 0 comments Download
M src/mips64/lithium-mips64.cc View 1 4 chunks +36 lines, -0 lines 0 comments Download
M src/ppc/lithium-codegen-ppc.cc View 1 2 chunks +36 lines, -0 lines 0 comments Download
M src/ppc/lithium-ppc.h View 1 4 chunks +42 lines, -0 lines 0 comments Download
M src/ppc/lithium-ppc.cc View 1 4 chunks +36 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +34 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 4 chunks +42 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 4 chunks +36 lines, -0 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 1 2 chunks +34 lines, -0 lines 0 comments Download
M src/x87/lithium-x87.h View 1 4 chunks +42 lines, -0 lines 0 comments Download
M src/x87/lithium-x87.cc View 1 4 chunks +36 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-crbug-510738.js View 1 2 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
Igor Sheludko
Jakob or Benedikt, PTAL and CQ
5 years, 5 months ago (2015-07-18 20:55:08 UTC) #3
Jakob Kummerow
LGTM. Yay for platform-"specific" code duplication! :-/ https://codereview.chromium.org/1228113008/diff/40001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/1228113008/diff/40001/src/hydrogen-instructions.h#newcode5453 src/hydrogen-instructions.h:5453: Handle<String>, int, ...
5 years, 5 months ago (2015-07-19 10:34:53 UTC) #4
Igor Sheludko
https://codereview.chromium.org/1228113008/diff/40001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/1228113008/diff/40001/src/hydrogen-instructions.h#newcode5453 src/hydrogen-instructions.h:5453: Handle<String>, int, int); On 2015/07/19 10:34:53, Jakob wrote: > ...
5 years, 5 months ago (2015-07-20 08:42:00 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1228113008/60001
5 years, 5 months ago (2015-07-20 08:46:52 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 5 months ago (2015-07-20 08:49:15 UTC) #9
commit-bot: I haz the power
5 years, 5 months ago (2015-07-20 08:49:40 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/cc66a1c64ee84bb07db13f017049a0cbebd31a47
Cr-Commit-Position: refs/heads/master@{#29743}

Powered by Google App Engine
This is Rietveld 408576698